/****************************************/
/* HTML Standards */
/****************************************/

body {
	font-family: Arial, Verdana;
	color: #444;
	text-decoration: none;
	text-align: left;
	line-height: 1.3em;
	font-size: 12px;
	padding-top: 10px;
	background-color: #d6d6d6;
}

h1, h2, h3 {
	color: #0268B2;
	line-height: 1.4em;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
}

h6 {
	color: #0268B2;
	line-height: 1.2em;
	font-size: 16px;
	margin: 0px;
	margin-top: 15px;
}

a {
	color: #0268B2;
	font-weight: bold;
	text-decoration: none;
}




/****************************************/
/* Other Standards */
/****************************************/

#kontakt_partner {
	width: 400px;
	float: right;
}

#tuning_title {
	font-size: 20px;
}

#left, #right, #main {
	padding: 10px;
}

#main {
	padding-left: 20px;
}

#wrapper {
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.shaddow {
	-moz-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-webkit-box-shadow: 0px 10px 40px rgba(0,0,0,0.70);
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#footer {
	background-color: #0c193a;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	color: #FFF;
	border-top: solid 4px #CCCCCC;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}


#nav_sub_company {
	padding: 0px;
}

.tooltip {
	display:none;
	background:transparent url(/images/white_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#000;	
}



/****************************************/
/* News */
/****************************************/

.news {
	color:#333;
	background-color: #e2e2e2;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #D7D7D7;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}


.car_headline {
	color:#FFF;
	font-weight: bold;
	background-color: #0268b2;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #FFF;
}

.car_content {

	background-color: #e2e2e2;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #D7D7D7;
}
.car_left {
	color:#FFF;
	font-weight: bold;
	background-color: #0268b2;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #FFF;
	text-align: right;
}

.car_desk {
	color:#FFF;
	font-weight: bold;
	background-color: #0268b2;
	margin-bottom: 10px;
	margin-right: 10px;
	border-bottom: solid 1px #FFF;
	font-size: 18px;
}

.mod_newslist h3{
	margin: 0px;
	
}

.mod_newslist h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

/*****************************************/
/* Subnavigation */ 
/*****************************************/

#subnav_framework ul {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


#subnav_framework li {
	border-left: solid 1px #0268b2;
	padding: 10px;
	margin: 0px;
	margin-bottom: 1px;
	background-color: #e1edf6;
	list-style-type: none;
}

#subnav_framework li:hover {
	background-color: #82bce6;
}

#subnav_framework li.top {
	color: #FFF;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 8px;
	margin: 0px;
	margin-bottom: 1px;
	background-color: #0268b2;
	list-style-type: none;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-left: 0px;
}

#subnav_framework li.bottom {
	color: #FFF;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	height: 8px;
	margin: 0px;
	background-color: #0268b2;
	list-style-type: none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-left: 0px;
}




/****************************************/
/* Car Database */
/****************************************/

#cdb_nav_model {
	margin: 0px;
	padding: 0px;
}

#cdb_nav_model li {
	font-size: 11px;
	font-weight: normal;
	cursor:pointer;
	background-color: #dfdfdd;
	border-top: solid 1px #CACACA;
	list-style-type: none;
	padding: 5px;
	padding-left: 15px;
	
}

#cdb_kontakt {
	width: 500px;
	background: url(/images/bg_blue.jpg) repeat-x;
	background-color: #0c193b;
	color: #FFF;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

.cdb_li {
	border-left: solid 3px #0268b2;
	padding: 10px;
	margin: 0px;
	margin-bottom: 1px;
	background-color: #e1edf6;
	list-style-type: none;
	width: 327px;
	position: relative;
}

.cdb_li_mod {
	color: #333;
	
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 11px;
	margin: 0px;
	margin-bottom: 1px;
	background-color: #f4f7fa;
	list-style-type: none;
	width: 329px;
}

.cdb_ul {
	padding: 0px;
	margin: 0px;
}

.cdb_li_headline {
	color: #FFF;
	padding: 10px;
	margin: 0px;
	margin-bottom: 1px;
	background-color: #0268b2;
	list-style-type: none;
	width: 330px;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.cdb_li_bottom {
	color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
	height: 8px;
	margin: 0px;
	background-color: #0268b2;
	list-style-type: none;
	width: 330px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.cdb_li:hover {
	background-color: #82bce6;
}
.cdb_ul a {
	color: #333;
	text-decoration: none;
}

.cdb_links {
	margin-left: 20px;
	color: #FFF;
	font-size: 10px;
}

.cdb_left_ul a {
	color: #333;
	text-decoration: none;
}

.cdb_left_li {
	background: url('/images/bc_bg.png') repeat-x;
	border: solid 1px #CACACA;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	width: 200px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.cdb_left_li_active {
	background: url('/images/bc_bg.png') repeat-x;
	padding: 0px;
	
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	list-style-type: none;
	width: 200px;
	background-color: #DFDFDF;
	border: solid 1px #CACACA;
	font-weight: bold;
	overflow: visible;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#cdb_nav_model li.active {
	background-color: #006bb1;
}

.active a{
	color: #FFF;
}

.cdb_left_ul {
	padding: 0px;
	margin: 0px;
}

.cdb_left_li_headline {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cdb_left_li:hover {
	background-color: #82bce6;
}


#headline {
	position: absolute;
	top: 137px;
	left: 0px;

	color: #FFF;
	background-color: #333333;
	width: 970px;
	padding: 15px;
	
	text-align: right;
	opacity: 0.8;
}

#dNavigation {
	position: absolute;
	left: 0px;
	top: 0px;
}




/****************************************/
/* Breadcrum Navigation */
/****************************************/

.mod_breadcrumb {
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	height: 40px;
}

#breadcrumb {
    font: 11px Arial, Helvetica, sans-serif;
    background-image:url("/images/bc_bg.png"); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#0268B2;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
   
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#breadcrumb a {
    height:30px;
    display:block;
    background-image:url("/images/bc_separator.png"); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home {
    border:none;
    margin: 8px 0px;
}

#breadcrumb a:hover {
	color:#0268B2;
}




/****************************************/
/* Car Database Search */
/****************************************/

#searchform {
	margin:0px;
	font-size:18px;
}

#searchform div {
	color:#eeeeee;
}

#searchform div input {
	font-size:18px;
	padding:5px;
	width:200px;
}

#suggestions{
	position: absolute;
	top: 100px;
	left:400px;
	width:320px;
	display:none;
}

#searchresults {
	border-width:1px;
	border-color:#919191;
	border-style:solid;
	width:320px;
	background-color:#a0a0a0;
	font-size:10px;
	line-height:14px;
}

#searchresults a {
	display:block;
	background-color:#e4e4e4;
	clear:left;
	height:56px;
	text-decoration:none;
}

#searchresults a:hover {
	background-color:#b7b7b7;
	color:#ffffff;
}

#searchresults a img {
	float:left;
	padding:5px 10px;
}

#searchresults a span.searchheading {
	display:block;
	font-weight:bold;
	padding-top:5px;
	color:#191919;
}

#searchresults a:hover span.searchheading {
	color:#ffffff;
}

#searchresults a span {
	color:#555555;
}

#searchresults a:hover span {
	color:#f1f1f1;
}

#searchresults span.category {
	font-size:11px;
	margin:5px;
	display:block;
	color:#ffffff;
}

#searchresults span.seperator {
	float:right;
	padding-right:15px;
	margin-right:5px;
	background-image:url(/images/shortcuts_arrow.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#searchresults span.seperator a {
	background-color:transparent;
	display:block;
	margin:5px;
	height:auto;
	color:#ffffff;
}
