@charset "UTF-8";
/* CSS Document */

form label {
	position: absolute; 
	text-align:right; 
	width:130px;
}
form input, form textarea, form select { 
	margin-left: 140px;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #77746e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	/*font-weight: bold;*/
	color: #000;	
	text-decoration: none;
}


a:hover {
	font-weight: bold;
}

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

img {
	border: 0px;	
}

h2 {
	padding: 0px;
	margin: 8px 0px 12px 0px;
	font-size: 18px;
	color: #666;
}

h3 {
	background: url(../img/bg_h3.png);
	height: 23px;
	width: 100%;
	font-size: 12px;
	padding: 8px 0px 0px 10px;	
	margin: 6px 0px 0px 0px;
}

h4 {
	text-shadow: #AAA 2px 2px 4px;
}

h5 {
	padding: 8px 0px 0px 10px;
	color: red;
	font-size: 16px;
}

hr {
	background: url(../img/hr.png) repeat-y;
	height: 2px;
	width: 100%;
	border: 0px;
}

.clear {
	clear: both;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.act {
	font-weight: bold;	
}

.noact {
	font-weight: normal;	
}

/*********/

#main {
	width: 960px;
	margin: 10px auto 10px auto;
}

#header {
	background: url(../img/header.png);
	width: inherit;
	height: 110px;	
}

#logo {
	float: left;
	width: 200px;
	padding-top: 22px;
	padding-left: 40px;
}

#content {
	width: inherit;
	min-height: 630px;
	background-image: url(../img/bg_content.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f1eff0;	
}

h1 {
	margin-left: 55px;
	margin-top: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-shadow: #000 2px 2px 4px;	
}

#sidebar {
	margin-left: 43px;	
	margin-top: 13px;
	width: 192px;
}

#sidebar_nav {
	width: 152px;
	height: 530px;
	background-image: url(../img/bg_sidenav.png);
	background-repeat: no-repeat;
	padding: 56px 20px 0px 20px;
}

#sidebar_content {
	padding: 12px;
}

#sidebar_nav ul {
	
}

#sidebar_nav ul li {
	padding-bottom: 6px;
	margin-bottom:6px;
	border-bottom: solid silver 2px;
}

#breadcrumb {
	margin-left: 44px;
	margin-top: 42px;
	font-size: 13px;
	color: #666;
	text-shadow: #AAA 2px 2px 4px;	
	font-weight: bold;
}

#breadcrumb a {
	color: #666;	
}

#text {
	width: 586px;
	padding: 44px 44px;	
	margin-top: 7px;
}

#content_foot {
	width: inherit;
	height: 12px;
	background-image: url(../img/content_foot.png);	
}

/*********/

#brands {
	margin-top: 1px;	
}

.brand_big {
	position: relative;
	width: 124px;
	height: 110px;
	margin: 0px;
	float: left;
}

.brand_big div {
	padding: 16px 17px 0px 17px;	
}

.brand_big:hover, .brand_big_active {
	background-image: url(../img/head_logo_glow_big.png);
}

.brand_small {
	position: relative;
	top: 24px;
	width: 104px;
	height: 86px;
	margin: 0px;
	float: left;
}

.brand_small div {
	padding: 17px 17px 0px 17px;	
}

.brand_small:hover {
	background-image: url(../img/head_logo_glow_small.png);	
}

/*********/

#main_nav {
	float: left;
	width: 150px;
	padding-left: 10px;	
	padding-top: 10px;
}

#main_nav ul li {
	border-bottom: 1px solid #CCC;
	padding: 2px 1px;
}

#main_nav ul li.last {
	border-bottom: 0px;
}

#main_nav ul li a {
	
}

/*********/

#sub_nav {
	float: left;
	width: inherit;
	height: 31px;
	text-align: center;	
}

#sub_nav ul {
	padding: 8px 0px 0px 0px;
	float: right;
}

#sub_nav ul li {
	float: left;
	height: 16px;
	border-left: 1px solid #eee;
}

#sub_nav ul li:hover {
	/*background-color: #CCC;*/
}

#sub_nav ul li a {
	padding: 1px 20px;
	width: 100px;
	display: block;
}

#sub_nav ul li a:hover {
	
}

#sub_nav ul li ul {
	text-align: left;
	position: absolute;
	background-color: #bebebe;
	display: none;
	padding: 4px;
	border: 1px solid #DDD;
	border-top: 0px;
	margin-left: -1px;
}

#sn_opel ul li ul {
	background-color: #ae9400;
}

#sn_nissan ul li ul {
	background-color: #c0c0c0;
}

#sn_bosch ul li ul {
	background-color: #3399FF;
}

#sub_nav ul li:hover ul {
	display: block;
}

#sub_nav ul li ul li {
	float: none;
	border: none;
}

#sub_nav ul li ul li:hover {
	/*background-color: #FFF;*/
}

#sub_nav ul li ul li a {
	width: 124px;
	padding: 2px 4px;
}

#sn_opel {
	width: inherit;
	height: 31px;
	background-image:url(../img/bg_navi_opel.png);
}

#sn_nissan {
	width: inherit;
	height: 31px;
	background-image:url(../img/bg_navi.png);
}

#sn_bosch {
	width: inherit;
	height: 31px;
	background-image:url(../img/bg_navi_bosch.png);
}

#sn_kiefer {
	width: inherit;
	height: 31px;
	background-image:url(../img/bg_navi.png);
}

/*********/

#footer {
	float: left;
	width: inherit;
	height: 32px;
	padding-top: 10px;
	text-align: center;	
}

#footer ul {
	margin: 0px 0px 0px 360px;
}

#footer ul li {
	float: left;
	padding-right: 20px;
}

#footer ul li a {
	
}