
* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/mainbg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}

input, textarea, select {
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
	color: #2767A8;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #2767A8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/*Container für Einbindung des Footers*/
/* damit dieser immer am Ende der Mainpage bleibt*/
/* Wrapper hat dafür in der Höhe des Footers ein Padding*/

/*Evtl. muss noch folgende CSS Rule für IE 6 und 5.5 gemacht werden*/

/*
#container { height:100%; }
*/

#container { min-height:100%; position:relative; }

/* Anfang Wrapper */

#wrapper {
	width: 994px;
	margin: 0 auto;
	background: url(images/contentbg01.jpg) repeat-y;
	padding-bottom: 143px;/* für den Container*/
}

#wrapper2 {
	background: url(images/contentbg02.jpg) no-repeat left bottom;
}

/* Header Kopfzeile */

#header {
	height: 299px;
	width: 994px;
	background: #FFFFFF url(images/elektroauto.jpg) no-repeat;
}

/* Logo Position */

#logo {
 padding-left: 551px;
 padding-top: 79px;
 }

/* Menu Anfang */

#menu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	font-size: 14px;
	overflow:hidden;
	}

#menu ul {
	margin:0;
	padding:26px 10px 0px 40px;  /* urspr. Abstand 45px für menueabstand nach links*/
	list-style:none;
	
	}

#menu li {
	display:inline;
	margin:0;
	padding:0;
	}

#menu a {
	float:left;
	background:url("left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	}

#menu a span {
	float:left;
	display:block;
	background:url("right.png") no-repeat right top;
	padding:2px 13px 2px 6px;    /*urspr.: padding:2px 15px 2px 6px;*/
	margin-right:0px;
	margin-bottom: 0px;
	color:#333344;
	}

/* Auskommentierter Backslash "Hack" hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* Ende Hack für IE5-Mac */

#menu a:hover span {
	}

#menu a:hover {
	background-position:0% -42px;
	}

#menu a:hover span {
	background-position:100% -42px;
	color: #FFFFFF;
	}
	
#menu #current a {
	background-position:0% -42px;
}	

#menu #current span{
	background-position:100% -42px;
	color: #FFFFFF;
}
	

/* Hauptinhalt */

#mainpage {
   width: 994px;
	background: url(images/contenttop.jpg) no-repeat;
}

/* Inhalt */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.absatz {
	padding-top: 50px;
}

.absatz .title a {
	text-decoration: none;
	color: #2767A8;
}

.absatz .title a:hover {
	text-decoration: underline;
}

.absatz .absbg {
	height: 16px;	margin: 0;	padding: 10px;	padding-left: 0px;	background: url(images/boxbg01.jpg) repeat-x left bottom;line-height: normal;
}

.absatz .absbg .zeile {
	display: block;
	float: left;
}

.absatz .absbg .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	}

.absatz .absbg .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	}

/* Seitenblock rechts */

#blockrechts {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#blockrechts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blockrechts li {
	margin-bottom: 40px;
}

#blockrechts li ul {
}

#blockrechts li li {
	margin: 0;
}

/* Seitenblock Kontaktformular */

#blockform {
	float: right;
	width: 186px;
	padding: 67px 76px 0 30px;
}

#blockform ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blockform li {
	margin-bottom: 40px;
}

#blockform li ul {
}

#blockform li li {
	margin: 0;
}

/* Seitenblock Kontaktformular Text Links */

#blockform_title {
	float: right;
	width: 186px;
	padding: 67px 76px 0 0;
}

#blockform_title ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#blockform_title li {
	margin-bottom: 40px;
}

#blockform_title li ul {
}

#blockform_title li li {
	margin: 0;
}

/* blockbreit */

#blockbreit {
	margin: 0 50px;padding: 15px 0px 0 28px;background: #F2F2F2 url(images/boxuntenbg.gif) repeat-x;
	}

#blockbreit #spalteA {
	float: left; width: 420px; padding-left: 20px;
}

#blockbreit #spalteB {
	float: right;
	padding-right: 15px;
	padding-top: 9px
	}

	
/* Footer */

#footer {
	height: 143px;
	width: 994px;
	background: url(images/footermain.jpg) no-repeat;
	margin: auto;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	#footer #spalteC {
	width: 200px;
	float: left;
	padding-top:38px;
	padding-left: 77px;
	border: 0px solid #FF0000;
	}
	
	#footer #spalteC a:hover{
		text-decoration: none;
	}
	
	#footer #spalteC a {
		text-decoration: underline;
	}
	
	#footer #spalteD {
	width: 200px;
	float: left;
	padding-top:38px;
	padding-left: 25px;
	border: 0px solid #FF0000;
	}
	
	#footer #spalteD a:hover{
		text-decoration: none;
	}
	
	#footer #spalteD a {
		text-decoration: underline;
	}
	

.listicon{
 list-style-image: url(images/iconminus.gif);
}	
	
#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footerbg{
position: absolute;
width: 100%;
bottom:0;
height: 143px; 
background-image: url(images/footerbg.gif);
background-repeat: repeat-x;
}

#footer #copy{
	color: #FFFFFF;
	padding-top: 114px;
	float: right;
	padding-right: 115px;
}

/*Kontaktformular*/
.sternchen{
 color: #2767A8;
}

/*----email----*/
#mailtext{
   color: #FF0000;
	}
/*----email ----*/


/* Lightbox CSS*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(lb_images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lb_images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lb_images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #cdcdcd;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
/*Lighbox CSS EOF*/
