@CHARSET "utf-8";

div.screen {
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#top {
	height: 99px;
}

img#logo {
	float: left;
	margin-top: 22px;
}

div#searchbox {
	background-color: #DDDDDD;
	height: 20px;
	width: 180px;
	overflow: hidden;
}
input#searchtext {
	background-color: #DDDDDD;
	border: solid 1px #DDDDDD;
	color: #333333;
	width: 120px;
	font-size: 9pt;
	float: left;
}

input#searchbutton {
	border: solid 1px #CCCCCC;
	width: 18px;
	height: 18px;
	float: right;
}

/****************************** NAVIGATION START ******************************/
div#nav {
	background-image: url("../img/nav_back.jpg");
	background-repeat: repeat-x;
	height: 48px; /*for IE 8 all height values have to be replaced*/
}

div#navitems {
	clear: both;
	height: 29px;
	line-height: 26px;
	color: white;
	font-size: 11pt;
	font-weight: bold;
}

div#navsub {
	clear: both;
	height: 19px;
	line-height: 19px;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 8pt;
}

div#navsub a {
	color: #CCCCCC;
	text-decoration: none;
}

div#navsub a:hover {
	color: white;
}

ul.menu1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.menu2 {
	list-style-type: none;
	position: absolute;
	margin: 0px;
	padding: 1px;
	background-color: #6E010A;
	display: none;
	text-align: left;
	padding-top: 0px;
	z-index: 200;
}

ul.menu3 {
	list-style-type: none;
	position: absolute;
	margin: 0;
	padding: 1px;
	background-color: #A8010E;
	display: none;
	top: -1px;
	left: 100%;
	text-align: left;
	padding-top: 0px;
	z-index: 300;
}

li.menu1 {
	list-style-type: none;
	float: left;
	margin-right: 25px;
}

li.menu2 {
	line-height: 26px;
	font-size: 8pt;
	border-top: solid 1px #9A0713;
}

li.menu3 {
	line-height: 26px;
	font-size: 8pt;
	border-top: solid 1px #CB0011;
	background-color: #A8010E;
}

li.over2, li.menu2:hover {
	background-color: #90000C;
}

li.over3, li.menu3:hover {
	background-color: #BD010F;
}

li.menu1 a {
	display:block;
	text-decoration: none;
	color: white;
	white-space: nowrap;
}

li.menu1 a:hover {
	text-decoration: none;
	color: white;
}

li.menu2 a, li.menu3 a {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 20px;
	letter-spacing: 0px;
	color: white;
}

li.menu2 a:hover, li.menu3 a:hover {
	display: block;
	text-decoration: none;
	color: white;
}

li.menu1:hover ul.menu2, li.menu2:hover ul.menu3, li.over1 ul.menu2 { /* lists nested under hovered list items */
	display: block;
}

/****************************** NAVIGATION END ******************************/

/****************************** CONTENT START ******************************/
div#content {
	float: left;
	width: 720px;
}

td.box {
	border: solid 1px #A4A4A4;
	background-color: white;
	vertical-align: top;
}

.contentbox {
	border: solid 1px #A4A4A4;
	background-color: white;
	vertical-align: top;	
	padding: 10px;
}

table#box_righttop {
	float: right;
	margin-top: 22px;
	width: 250px;
}
td.righttop {
	width: 3px;
	height: 11px;
	background-image: url("../img/contentbox/righttop.png");
	background-repeat: no-repeat;
	font-size: 1px;
}

td.right {
	width: 3px;
	background-image: url("../img/contentbox/right.png");
	font-size: 1px;
}

td.bottomleft {
	width: 6px;
	height: 4px;
	background-image: url("../img/contentbox/bottomleft.png");
	background-repeat: no-repeat;
	font-size: 1px;
}

td.bottomcenter {
	height: 4px;
	background-image: url("../img/contentbox/bottomcenter.png");
	background-repeat: repeat-x;
	font-size: 1px;
}

td.bottomright {
	width: 3px;
	height: 4px;
	background-image: url("../img/contentbox/bottomright.png");
	background-repeat: no-repeat;
	font-size: 1px;
}

td.twocolumns {
	width: 355px;
	vertical-align: top;
}

td.distance {
	width: 10px;
}

/****************************** CONTENT END ******************************/

/*************************** RIGHTCOLUMN START ***************************/
div#rightcolumn {
	text-align: left;
	float: right;
	width: 250px;
	color: #707070;
}

h3.right {
	width: 250px;
	color: #860000;
	margin: 0px;
	margin-bottom: 7px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 11pt;
	background-image: url("../img/line_right.png");
	background-position: bottom;
	background-repeat: no-repeat;
}

h3.right a {
	color: #860000;
	text-decoration: none;
}

table.brands {
	font-size: 8pt;
	padding: 1px;
}

td.brandlogo {
	text-align: center;
	width: 70px;
	height: 30px;
}

td.brandname {
	font-weight: bolder;
	letter-spacing: 2px;
	padding-left: 5px;	
}
td.brandname h3 {
	font-weight: bolder;
	letter-spacing: 2px;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 5px;
	color: #707070;
	font-size: 8pt;
}

td.brandname a {
	color: #707070;
	text-decoration: none;
}

td.brandlogo a {
	color: #707070;
	text-decoration: none;
}

td.model, td.modelhover  {
	height: 20px;
}

td.model h4 {
	height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 5px;
	color: #707070;
	font-size: 8pt;
}

td.modelhover h4, tr.modelsel td h4 {
	height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 5px;
	color: black;
	font-size: 8pt;
}

td.engine, td.enginehover  {
	height: 20px;
}

td.engine h5 {
	height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 15px;
	color: #707070;
	font-size: 8pt;
}

td.enginehover h5 {
	height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px;
	margin: 0px;
	display: inline;
	padding-left: 15px;
	color: black;
	font-size: 8pt;
}

/*tr.brand:hover, tr.brandsel, td.model:hover, tr.modelsel, td.engine:hover {*/
tr.brandhover, tr.brandsel, tr.modelsel, td.modelhover, td.enginehover {
	background-color: white;
	cursor: hand;
	cursor: pointer;
	color: black;
}

div.rightcontent {
	font-size: 8pt;
}

div.rightcontent a {
	color: #707070;
	text-decoration: none;
}

div.rightcontent a:hover {
	color: black;
}

/*************************** RIGHTCOLUMN END   ***************************/

/************************** FOOOTER ****************************/
div#footer {
	clear: both;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top: 25px;
	font-size: 8pt;
	color: #666666;
}

div#footer p {
	font-size: 8pt;
}

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

div#footer hr {
	color: #CCCCCC;
	background-color: transparent;
	background: none;
}

div#footer a:hover {
	color: white;
}

div#hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #666666;
	border-bottom: transparent;
	margin: 0px;
	padding: 0px;
}

/************************** HOME ***************************/
td.produktinfo {
	width: 70px;
	height: 50px;
	text-align: center;
}

table.teaser {
	color: #666666;
	font-weight: bold;
	width: 341px;
	position: static;
	display: table;
}

a.produktinfo {
	color: #666666;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
	background: none;
}

a.produktinfo:hover {
	color: black;
}

div#stage {
	width: 717px;
	height: 450px;
	position: relative;
}

a.play, a.pause, a.prev, a.next {
	float: right;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

a.play {
	background-image: url("../img/icons/fancy_play.png");
}
a.pause {
	background-image: url("../img/icons/fancy_pause.png");
}
a.prev {
	background-image: url("../img/icons/fancy_left.png");
}
a.next {
	background-image: url("../img/icons/fancy_right.png");
}

div.stage div.controls {
	position: absolute;
	right: 5px;
	bottom: 2px;
	width: 120px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	z-index: 2000;
	display: none;
}

div.stage_content {
	width: 717px;
	height: 450px;
	display: none;
	position: relative;
}

div.stage_text_back {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 38px;
	background-color: black;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	KhtmlOpacity: .6;
	opacity: .6;
	z-index: 10;
}

div.stage_content h1 {
	color: white;
	position: absolute;
	left: 10px;
	line-height: 38px;
	bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	color: white;
	z-index: 20;
}

/*
div.stage_content h1 {
	width: 708px;
	height: 28px;
	color: white;
	font-weight: bold;
	font-size: 16pt;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: black;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	KhtmlOpacity: .6;
	opacity: .6;	
}*/
div.stage_content h1 a {
	color: white;
	text-decoration: none;
}

/************************ VARIOUS *****************************/

/** PAGINATION **/

#pagination {
	text-align: center;
}

#pagination-disabled {
	color: #666666;
}

#pagination-back-disabled {
	color: #666666;
}

#pagination-next-disabled {
	color: #666666;
}

.pagination-page {
  	float: left;
	height: 15px;
	color: #AC0917;
	text-align: center;
	font-size: 10pt;
}

.pagination-page:hover {
	
}

.pagination-page a {
	color: #AC0917;
	text-decoration: underline;
}

.pagination-page a:hover  {
	color: #D90F21;
}

#pagination-current-page {
  	float: left;
	font-weight: bold;
	height: 15px;
	color: black;
	text-align: center;
	font-size: 10pt;
}

#pagination-back,
#pagination-next {
	font-size: 10pt;
	text-align: center;
}

.pagination-separator {
  	float: left;
	color: #666666;
	font-size: 10pt;
	text-align: center;
}


/**** CAR MODEL SELECTOR ****/
td.carmodelselector {
	height: 30px;
	background-image: url("../img/carmodelselector/back.png");
	background-repeat: repeat-x;
	vertical-align: top;
	text-align: center;
	line-height: 30px;
}

.carms_brand {
	float: left;
	overflow: hidden;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.carms_brand a, ul.carms_horizontal li a {
	font-size: 13px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 30px;
}

.carms_brand a {
	font-size: 14px !important;
}

.carms_brand a:hover, ul.carms_horizontal li a:hover {
	text-decoration: none;
	color: black;
}

ul.carms_horizontal {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

ul.carms_horizontal li {
	float: left;
	list-style-type: none;
	margin-left: 20px;
	line-height: 30px;
}

div.carms_box {
	float: left;
	position: relative;
	margin-left: 3px;
}


td.carms_list {
	background-color: #a6a6a7;
	width: 300px; 
	height: 20px;
}
	
.carms_list_container {
	position: absolute;
	display: none;
	left: 0px;
	top: 35px;
	width: 300px;
	z-index: 2000;
}
	
ul.carms_models_list {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 135px;
	list-style-type: none;
}

ul.carms_models_list li {
	margin: 0px;
	padding: 0px;
	width: 135px;
	list-style-type: none;
	border-bottom: dotted 1px #555;
	height: 25px;
	line-height: 25px;
}

ul.carms_models_list li a {
	display: block;
	padding-left: 5px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	width: 130px;
	list-style-type: none;
	background: none;
}

ul.carms_models_list li a:hover {
	background-color: #cacaca;
	color: black;
	text-decoration: none;
}

