body {
	background: url(../img/background.png) repeat-x;
	margin: 0px;
	padding: 0px;
}

#printheader { display: none; }

#maincontainer {
	width: 972px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

#header {
	width: 972px;
	height: 126px;
}

#headerLogos {
	float: left;
	width: 762px;
	height: 126px;
}

#headerAdress {
	float: left;
	width: 210px;
	height: 106px;
	margin-top: 20px;
}

#headerAdress p { margin: 5px 0px 5px 0px; }

#logo {
	float: left;
	width: 364px;
	height: 69px;
}

#autologos {
	float: left;
	width: 308px;
	height: 49px;
	margin-top: 20px;
	padding-left: 90px;
}

#suche {
	width: 754px;
	height: 57px;
	margin-left: 8px;
}

/*#suche input {
	width: 179px;
	border: 1px solid #333333;
	margin: 0px;
	padding: 0px;
}*/

#functions {
	width: 972px;
	height: 14px;
}

#navigationHeader {
	float: left;
	width: 212px;
	height: 14px;
	background-image: url(../img/navigation_header.png);
}

#tools {
	float: left;
	width: 760px;
	height: 14px;
	color: #a8b400;
	font-weight: bold;
}

#middleBox {
	width: 972px;
	height: 230px;
}

#navigationShadow {
	float: left;
	width: 8px;
	height: 230px;
	background-image: url(../img/navigation_left.png);
}

#navigationBox {
	float: left;
	width: 179px;
	height: 230px;
	background-color: #666;
}

#navigation {
	margin-left: 14px;
	width: 165px;
}

#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li a {
	color: #fff;
	width: 162px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #666;
	height: 16px;
	background-color: #7d7d7d;
	padding: 3px 0px 0px 3px;
}

#navigation ul li a:hover, #navigation ul li.Current a {
	background-color: #a8b400;
}

#promoBox {
	float: left;
	margin-left: 25px;
	width: 760px;
	height: 230px;
}

#wrapper h1 {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;
}

#wrapper div, #wrapper p {
	color: #fff;
}

#wrapper p a {
	padding: 0 0 5px 8px;
	height: 20px;
	background:url(../img/pfeil.png) no-repeat 0px 2px;	
}

#wrapper a img { background:none; padding: 0; margin: 0; }

#functions2 {
	width: 972px;
	height: 14px;
}

#navigationBottom {
	width: 212px;
	height: 14px;
	background-image: url(../img/navigation_bottom.png);
	/*background: url(/img/smart_01.png) no-repeat; */
	float: left;
}

#breadcrums {
	float: left;
	width: 760px;
	height: 10px;
	font-size: 10px;
	margin-top: 4px;
}

#breadcrums a {
	text-decoration: none;
}

#contentBox {
	width: 972px;
}

#subnavigation {
	float: left;
	width: 212px;
	/*background: url(/img/smart_02.png) no-repeat; */
	min-height: 400px;
}

#subnavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/subnavigation_background.png);
	padding-left: 22px;
	padding-top: 14px;
	position: relative;
	width: 165px;
}

#subnavigation ul li a {
	display: block;
	width: 162px;
	height: 16px;
	padding: 3px 0px 0px 3px;
	color: #fff;
	font-weight: normal;
	background-color: #bec740;
	/*background-color: #d4da80; */
	border-bottom: 1px solid #a8b400;
	/*position: relative; */
}

#subnavigation ul li a:hover, #subnavigation ul li.Current a {
	background-color: #d4da80;
	
	color: #666666;
}

#subnavigation ul li:hover {
	position: relative;
}

#subnavigation ul li.last {
	padding-bottom: 14px;
	/*background-image: url(../img/subnavigation_bottom.png); */
}
#subnavigation ul li ul { 
	display: none;
	background-image: none;
	padding: 0px;
	margin: 0px;
}

#subnavigation ul li:hover ul,
#subnavigation ul li a:hover ul {
	display: block;
	position: absolute;
	left:165px;
	top: 0px;
	width:167px;
	margin: 0px;
	padding: 0px;
	border-left: 2px solid #fff;
	/*border-top: 1px solid #a8b400; */
	z-index: 500;
}
* html #subnavigation ul li a:hover ul {
	margin-top:0px;
}

#subnavigation ul li:hover ul li a,
#subnavigation ul li a:hover ul li a {
	border-left: 1px solid #a8b400;
	border-right: 1px solid #a8b400;
	border-top: 1px solid #a8b400;
	border-bottom: 0px;
}

#subnavigation ul li:hover ul li.last a,
#subnavigation ul li a:hover ul li.last a {
	border-bottom: 1px solid #a8b400;
}

#subnavigation ul li a:hover ul li a {
	margin: 0px;
	padding: 0px;
}


#content {
	float: left;
	width: 530px;
	margin-top: 30px;
	margin-right: 20px;
	line-height: 15px;
	font-size: 12px;
}

#Widecontent {
	width: 760px;
	float: left;
	margin-top: 30px;
	line-height: 15px;
}

#Widecontent hr, #content hr {
	width: 100%;
	/*border: 0*/;
	height: 1px;
}

#content h1, #Widecontent h1 {
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 30px;
}

#content h2, #Widecontent h2 {
	font-size: 14px;
}

#rightBox {
	float: left;
	width: 210px;
	margin-top: 20px;
	/*border-top: 1px solid #000; */
	line-height: 15px;
	/*padding-top: 10px; */
}

#rightBox div { padding-top: 10px; }

#rightBox img { float: left; margin: 0px 8px 4px 0px; }

#rightBox h2 { 
	font-weight: normal; 
	text-transform: uppercase; 
	margin-top: 0px;
	/*padding-top: 5px;  */
	font-size: 16px; 
}

#subnavigation h2 { 
	font-weight: bold; 
	text-transform: uppercase; 
	margin-top: 0px;
	/*padding-top: 5px;  */
	font-size: 16px; 
	padding-bottom: 0;
	margin-bottom: 0;
}

#subnavigation p {
	margin: 0;
}

#rightBox ul {
	margin: 0px 0px 10px 13px;
	padding: 0px;
	
}

#test {
	position: absolute;
	margin: 0px;
	width: 300px;
	height: 100px;
	background-color: #F4590B;
	border: 1px solid #F4590B;
	top: 300px;
	left: 386px;
	z-index: 999;
	color: #fff;
	padding: 10px;
}








#footer {
	margin-top: 30px;
	margin-left: 212px;
	font-size: 10px;
	color: #999999;
}
#footer a { color: #999; font-weight: normal; }



#news {
	width: 448px;
	margin-bottom: 30px;
}

#newsheader {
	width: 448px;
	height: 81px;
}

#newsheadertitle {
	float: left;
	width: 158px;
	height: 76px;
	background:url(/img/Nef-Automobile_hintergrund.png);
	padding: 5px 5px 0px 5px;
}

#newsheadertitle h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 19px;
}

#newsheaderimage {
	float: left;
	width: 280px;
	height: 81px;
}

#newscontent {
	width: 448px;
}

#newscontent a {
	padding: 0 0 5px 8px;
	height: 20px;
	background:url(../img/pfeil.png) no-repeat 0px 2px;	
}

#newscontent h2 {
	font-size: 16px;
	color: #666;
	font-weight: bold;
	line-height: 19px;
}










	#lauftexttitel {
		height: 15px;
		float: left;
		width: 80px;
		border-bottom: 1px solid #000;
		padding-top: 4px;
	}
	#lauftext {
		float: left;
		width: 530px;
		margin-bottom: 20px;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #000;
	}
	#lauftext p {
		float: left;
		margin: 0;
		padding: 0px 20px 0 20px;
		/*border-right: 1px solid #000;  */
	}
	#lauftext marquee {
		padding: 0;
		margin: 0;
	}
	
	#lauftext a {
		font-size: 16px;
		color: #A8B400;
		font-weight: bold;
	}




