﻿/* BEGIN CSS RESET */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 10pt;
	line-height: 14pt;
	font-family: Trebuchet MS;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
img.ico {
	vertical-align:bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

.dummy {
	display:none;
	}


/* END CSS RESET */


div#browsercheck {
	position:absolute;
	margin-left:-480px;
	left:50%;
	width:960px;
	background:#fbcd2c;
	color:#333;
	top:0px;
	z-index:4;
	padding:5px;
	display:none;
	}


/* SOCIAL MEDIA */

div#facebook {
	position:fixed;
	top:130px;
	left:-300px;
	z-index:100;
	color:#fff;
	}
div#facebook div.content {
	float:left;
	background:#fff;
	width:300px;
	height:600px;
	}
div#facebook div.button {
	float:left;
	width:30px;
	height:600px;
	background:url(../img/facebook_bar.png) center center no-repeat;
	-moz-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	}



/* BEGIN LAYOUT */

html, body {
	margin:0 0 0 0;
	background:#6f170b;
	min-width:960px;
	padding:0px;
	color:#444;
}
div#page {
	position:absolute;
	width:100%;
	margin:0px;
	padding:0px;
	top:0px;
}
div#page_login {
	position:absolute;
	width:100%;
	margin:0px;
	padding:0px;
	top:50px;
	height:100px;
}
div#page_header, div#page_footer {
	width:100%;
}
div#page_header {
	height:300px;
	width:100%;
	background:url(../img/header_top.png) top center repeat-x;
}
div#page_header_content {
	position:absolute;
	z-index:2;
	left:50%;
	margin-left:-480px;
	height:300px;
	width:960px;
	background:url(../img/header.jpg) top left no-repeat;
	top:0px;
}
div#page_header_partner_content {
	position:absolute;
	left:50%;
	margin-left:-480px;
	height:300px;
	width:960px;
	top:0px;
	padding-top:20px;
	margin-top:15px;
}
div#page_header_partner_content img {
	max-height:73px; 
	max-width: 290px;
}
div#page_header_partner_content div#page_header_partner_content_logo {

}


div#page_header_altnavigation {
	position:absolute;
	z-index:5 !important;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:0px;
	color:#333;
	}
	
div#loginlayer {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:4;
	}

div#page_content_block_content  ul.icons {
	list-style-type:none;
	margin:20px 0px;
	}
div#page_content_block_content  ul.icons li {
	line-height:20px;
	}	
div#page_content_block_content  ul.icons li img {
	margin-right:10px;
	vertical-align:middle;
	padding-bottom:3px;
	}
	
div#page_header_altnavigation ul.button {
	float:right;
	padding-right:15px;
	list-style-type:none;
	margin:0px;
	color:#daa;
	}
div#page_header_altnavigation ul.button:hover {
	color:#fff;
	cursor:pointer;
	}
div#page_header_altnavigation ul.button li{
	float:left;
	padding:0px;
	background:url(../img/btn_login.png);
	width:120px;
	height:20px;
	text-align:center;
	}
div#page_header_altnavigation ul.button li span.corner-left{
	
	}
div#page_header_altnavigation ul.button li a{
	color:#daa;
	display:block;
	width:120px;
	height:20px;
	text-decoration:none;
	text-align:center;
	}
div#page_header_altnavigation_content:hover ul.button li a{
	color:#fff;
	}
div#page_header_altnavigation_content {
	width:440px;
	float:right;
	height:0px;
	margin:0px;
	padding:0px;
	}
div#page_header_altnavigation_login_space {
	padding:20px;
	display:none;
	z-index:5;
	}
div#page_header_altnavigation_login_space ul  {
	float:left;
	width:130px;
	margin-top:10px;
	}
div#page_header_altnavigation_login_space ul li {
	margin-bottom:5px;
	}
div#page_header_altnavigation_login_space a {
	text-decoration:none;
	}
div#page_header_altnavigation_login_space a img {
	vertical-align:middle;
	margin-right:10px;
	}
	
div#page_header_altnavigation_login {
	width:440px; 
	background:#f5f5f5 url(../img/gradient_grey.png) bottom left repeat-x;
	color:#666;
	height:0px;
	z-index:5;
	}
div#page_header_altnavigation_content div#page_header_altnavigation_login {
	height:0px;
	overflow:hidden;
	z-index:5;
	}	
div#page_header_altnavigation_login_text {
	float:left;
	width:180px;
	padding-top:5px;
	padding-right:15px;
	z-index:5;
	}
div#page_header_altnavigation_login div.box_row_small {
	background:url(../img/border.png) left bottom repeat-x;
	margin-bottom:10px;
	}
	
div#page_header_altnavigation_content form {
	float:left;
	}
div#page_header_altnavigation_content form input {
	border:1px solid #ccc;
	margin-top:5px;
	float:left;
	width:120px;
	}
div#page_header_altnavigation_content form label {
	display:block;
	width:80px;
	margin-top:5px;
	float:left;
	font-weight:bold;
	}
div#page_header_altnavigation_content form label.login {
	visibility:hidden;
	}
div#page_header_altnavigation_content form input.login {
	margin-top:10px;
	}
div#page_header_altnavigation_content form input:focus {
	border:1px solid #E64532;
	}

div#page_content {
	width:100%;
	background:#fff url(../img/content_block_background2.png) top center repeat-y;
}
div.template_index div#page_content {
	background:#fff none;
}

div#page_content_header {
	width:100%;
	background:url(../img/header_bottom.png) top center repeat-x;
	height:190px;
	float:left;
	margin-bottom:-190px;
}
div#page_content_header_image{
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	background: transparent url(../img/content_block_background2.png) bottom center repeat-y;
	height:100%;
}
div.template_index div#page_content_header_image {
	background:transparent none;
}

div#page_content_footer {
	width:100%;
	background:url(../img/footer_top.png) top center repeat-x;
	height:190px;
	float:left;
	margin-top:-190px;
}
div#page_content_block {
	position:relative;
	left:50%;
	width:960px;
	margin-left:-480px;
	z-index:2;
	min-height:500px;
	top:-170px;
}
div#page_content_block * {

}
div#page_content_block div.teaser {
	z-index:2;
}
div#page_content_block_content {
	background:url(../img/content_block_background.png) 0px 15px repeat-x;
	min-height:300px;
}
div#page_content_block_teaser_content {
	clear:both;
}


div#page_content_block_content_header {
	width:100%;
	height:15px;
}
div#page_content_block_content_header_left, 
div#page_content_block_content_header_center, 
div#page_content_block_content_header_right {
	float:left;
	height:15px;
	font-size:15px;
	line-height:15px;
}
div#page_content_block_content_header_left {
	background:url(../img/content_block_corner_left.png) top left no-repeat;
	width:15px;
}
div#page_content_block_content_header_center {
	background:#fff;
	width:930px;
}
div#page_content_block_content_header_right {
	background:url(../img/content_block_corner_right.png) top right no-repeat;
	width:15px;
}
div#page_footer {
	clear:both;
	color:#fff;
	background:url(../img/footer_bottom.png) top center repeat-x;
	z-index:2;
	position:absolute;
	width:100%;
	text-align:center;
}
div#page_footer_content {
	position:relative;
	left:50%;
	margin-left:-480px;
	float:left;
	width:960px;
	background:#6f170b url(../img/footer.jpg) top right no-repeat;
	padding-bottom:60px;
	min-height:250px;
	z-index:0;
}
div.space {
	padding:0px 30px;
	padding-top:15px;
	background:#fff;
}
div.vspace {
	padding:30px 0px;
}

div#page_content_block_content div.column_one {
	width:200px;
	float:left;
}
div#page_content_block_content div.column_two {
	width:650px;
	float:left;
}
div#page_content_block_content div.column_three {
	width:900px;
	float:left;
}
div#page_content_block_content div.column_space {
	width:25px;
	float:left;
}
div#page_content_block_content div.column_clear {
	clear:both;
	font-size:0px;
	width:0px;
	height:0px;
}

/* END PAGE LAYOUT */



br.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
}
div.clear {
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	display:block;
}
p {
	margin:0px;
	margin-bottom:1.5em;
}
p.error {
	color:#c00;
}

a {
	text-decoration:underline;
	color:#e64532;
}

a:hover {
	text-decoration:none;
}

a.tooltip {
	text-decoration:none;
	color:#666 !important;
	cursor:help;
}
a.tooltip img {
	
}

* h1{
	font-size:1.5em;
	line-height:1em;
	margin-bottom:30px;
	color:#e64532;
}

h1.headline {
	font-size:4em;
	margin:0px;
	padding:0px;
	margin-left:-5px;
}


* h2 {
	font-size:1em;
	font-weight:bold;
	line-height:1em;
	background:#fff url(../img/h2.png) bottom left repeat-x;
	color:#fff;
	padding:5px;
	margin-bottom:20px;
}
div#searchresults h2 {
	margin-top:0px;
}
* h2.inline {
	margin-top:0px;
}
a h2 {
	text-decoration:none;
}


* h3{
	font-size:1.4em;
	line-height:1em;
	margin-bottom:10px;
	color:#E64532;
	margin-top:0px;
	padding-top:0px;
}

* h4{
	font-size:1.4em;
	line-height:1em;
	font-weight:bold;
	margin-bottom:0.8em;
}

*.float {
	float:left;
	}

br.double {
	line-height:2em;
	}
img.inline {
	vertical-align:middle;
	}
div.price, 
span.price {
	font-size:2.8em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	display:block;
}
div.spryprice {
	font-size:2em;
	line-height:1.8em;
	font-weight:bold;
}
div.sprypricenoscript {
	font-size:1.6em;
	line-height:1.8em;
	font-weight:bold;
	letter-spacing:-3px;
}
div.sprypricenoscript span.small{
	font-size:0.6em;
	line-height:0.6em;
	font-weight:bold;
	letter-spacing:0px;
}
div#page_content_block_content ul{
	list-style-type:disc;
	list-style-position:outside;
	margin:0px 0px 15px 15px;
	line-height:14pt;
	background:none;
	border:none;
}
div#page_content_block_content ul li{
	padding:2px 0px;
}

div#page_content_block_content form {
	background:#efefef;
	padding:5px;
	border:1px solid #ddd;
	display:inline-block;
	margin:0px;
	}

div#flash a {
	display:block;
	background:url(../gfx/teaser/neueAnlage_flashplay.png) no-repeat;
	width:480px;
	height:280px;
	text-decoration:none;
	cursor:pointer;
	}
div#flash a:hover {
	background:url(../gfx/teaser/neueAnlage_flashplay_ac.png) no-repeat;
	}

a.ancor {
	text-decoration:none;
	height:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
	}

#headtooltip {
	width:300px;
	}
.tooltipcontainer {
	width:300px;
	}

/* BOX MIT RUNDEN ECKEN */

div.roundedbox {
	background:url(../img/box_background.png) top left repeat;
	}
div.roundedbox div.row_top, div.roundedbox div.row_bottom{
	height:10px;
	font-size:10px;
	padding:0px;
	}
div.roundedbox div.row_top div, div.roundedbox div.row_bottom div{
	width:10px;
	height:10px;
	font-size:10px;
	padding:0px;
	}
div.roundedbox div.row_top div.col_left{
	float:left;
	background:url(../img/roundedbox_corners.png) top left no-repeat;
	}
div.roundedbox div.row_top div.col_right{
	float:right;
	background:url(../img/roundedbox_corners.png) top right no-repeat;
	}
div.roundedbox div.row_main, div.roundedbox div.row_main a {
	color:#fff;
	}
div.roundedbox div.row_main div.row_main_col {
	float:left;
	}
div.roundedbox div.row_bottom div.col_left{
	float:left;
	background:url(../img/roundedbox_corners.png) bottom left no-repeat;
	}
div.roundedbox div.row_bottom div.col_right{
	float:right;
	background:url(../img/roundedbox_corners.png) bottom right no-repeat;
	}
	
	
/* Hintergruende / Boxen */	
	
.red {
	background:#a62714 url(../img/box/box_bg_red.png) bottom left repeat-x;
	color:#fff;
	border:none;
	}
.red a{
	color:#fff;
	}
.grey {
	background:#f8f8f7 url(../img/box/box_bg_grey.png) bottom left repeat-x;
	color:#333;
	border:none;
	}	
.grey a{
	color:#E64532;
	}		
.white {
	background:#fff url(../img/box/box_bg_white.png) bottom left repeat-x;
	color:#333;
	border:none;
	}	
.white a{
	color:#E64532;
	}
.box {
	background:#efefef;
	padding:5px;
	border:1px solid #ddd;
	}

	
/* BOX MIT RUNDEN ECKEN UND RAHMEN */

table.roundedboxcorners {
	width:100%;
	}
table.roundedboxcorners tr.row_top td, table.roundedboxcorners tr.row_bottom td{
	height:10px;
	}
table.roundedboxcorners td.col_left, table.roundedboxcorners td.col_right {
	width:10px;
	}
table.roundedboxcorners tr.row_top td.col_left {
	background:url(../img/roundedbox_corners_border.png) top left no-repeat;
	}	
table.roundedboxcorners tr.row_top td.col_center {
	background:url(../img/roundedbox_corners_borderline.gif) top left repeat-x;
	}		
table.roundedboxcorners tr.row_top td.col_right {
	background:url(../img/roundedbox_corners_border.png) top right no-repeat;
	}	
table.roundedboxcorners tr.row_main td.col_left {
	background:url(../img/roundedbox_corners_borderline.gif) top left repeat-y;
	}		
table.roundedboxcorners tr.row_main td.col_right {
	background:url(../img/roundedbox_corners_borderline.gif) top right repeat-y;
	}		
table.roundedboxcorners tr.row_bottom td.col_left {
	background:url(../img/roundedbox_corners_border.png) bottom left no-repeat;
	}
table.roundedboxcorners tr.row_bottom td.col_center {
	background:url(../img/roundedbox_corners_borderline.gif) bottom left repeat-x;
	}		
table.roundedboxcorners tr.row_bottom td.col_right {
	background:url(../img/roundedbox_corners_border.png) bottom right no-repeat;
	}	

table.roundedboxcorners tr.row_main td.col_center div.main {
	padding-bottom:10px;
	min-height:110px;
	}


/* HEADER / NAVIGATION */ 

div#page_header_navigation {
	z-index:3;
	position:absolute;
	left:50%;
	margin-left:-480px;
	width:960px;
	top:0px;
}
div#page_header_navigation ul#mainmenu{
	margin-right:0px;
	margin-top:56px;
	float:left;
}
div#page_header_navigation ul#mainmenu li{
	float:left;
}
div#page_header_navigation ul#mainmenu li.homelink{
	margin-top:-50px;
}
div#page_header_navigation ul#mainmenu li.hover a {
	text-decoration:none;
}



div#page_header_navigation ul li.hover a.hover0{
	display:block;
}
div#page_header_navigation ul li.hover a.hover1{
	display:none;
}
div#page_header_navigation ul li.hover:hover a.hover0{
	display:none;
}
div#page_header_navigation ul li.hover:hover a.hover1{
	display:block;
	position:relative;
	z-index:10;
}



div#page_header_navigation ul li.hover div.page_header_navigation_sub {
	display:none;
	height:0px;
}
div#page_header_navigation ul li.hover:hover div.page_header_navigation_sub {
	display:block;
	position:absolute;
	top:110px;
	right:0px;
	z-index:5;
	width:960px;
}




div#page_header_navigation div.page_header_navigation_sub_top {
	height:10px;
	background:url(../img/layer_top.png) no-repeat;
}
div#page_header_navigation div.page_header_navigation_sub_main {
	background:url(../img/layer_bottom.png) left bottom no-repeat;
	padding:0px 20px 20px 40px;
	float:left;
	cursor:default;
	width:100%;
}

div.page_header_navigation_sub_main ul.teaser {
	float:left;
	margin-top:10px;
	}
div.page_header_navigation_sub_main ul.teaser li {
	padding-right:30px;
	margin-right:30px;
	padding-top:10px;
	background:url(../img/borderv.png) top right repeat-y;
	width:170px;
	}
div.page_header_navigation_sub_main ul.teaser li h1 a img{
	position:relative;
	right:10px;
	}
div.page_header_navigation_sub_main ul.teaser li h1 {
	margin-bottom:9px;
	}
div.page_header_navigation_sub_main ul.teaser h1 a {
	font-size:1em;
	color:#e64532;
	min-height:10px;
	}
div.page_header_navigation_sub_main ul.teaser a {
	font-size:10pt;
	color:#333;
	display:block;
	min-height:60px;
	}
div.page_header_navigation_sub_main ul.teaser a:hover {
	color:#e64532;
	}
div.page_header_navigation_sub_main ul.teaser a.inline {
	display:inline;
	}



div#page_header_navigation ul li.hover ul.menu {
	list-style-type:none;
	list-style-position:outside;
	float:none;
	margin:0px;
	padding:10px;
}
div#page_header_navigation ul li.hover ul.menu li {
	border-bottom:1px solid #ccc;
	padding:3px;
	float:none;
}
div#page_header_navigation ul li.hover ul.menu li a{
	font-size:1em;
	display:block;
	width:100%;
	color:#666;
	text-decoration:none;
}
div#page_header_navigation ul li.hover ul.menu li a:hover{
	font-size:1em;
	display:block;
	width:100%;
	text-decoration:underline;
}

/* TEASER HEADER */ 

div#page_content_block div.teaser {
	margin:0px;
	width:980px;
}
div#page_content_block div.teaser ul{
	list-style-type:none;
	width:980px;
	overflow:hidden;
}
div#page_content_block div.teaser ul:hover{
	margin-left:0px;
}
div#page_content_block div.teaser ul li{
	background:url(../img/teaser.png) repeat-x;
	float:left;
	height:280px;
	padding:0px;
	margin:0px;
	width:auto;
	overflow:hidden;
}
div#page_content_block div.teaser ul li a{
	text-decoration:none;
	background:url(../img/space.gif) repeat; 
	position:absolute; 
	z-index:999; 
	display:block; 
	height:270px;
}
div#page_content_block div.teaser ul li:hover {
	padding:0px 0px;
	background:url(../img/teaser_ac.png) repeat-x;
}
div#page_content_block div.teaser ul li img {

}
div#page_content_block div.teaser ul li:hover img {

}

div#page_content_block div.teaser ul li.space{
	width:10px;
	background:none;
}
div#page_content_block div.teaser div,
div#page_content_block div.teaser span {
	padding:0px 30px;
	margin-top:3px;
	display:block;
}
div#page_content_block div.teaser p {
	padding:0px;
	margin:0px;
}
div#page_content_block div.teaser div.price,
div#page_content_block div.teaser span.price {
	margin-top:-150px;
	font-size:3.8em;
}
div#page_content_block div.teaser div.big,
div#page_content_block div.teaser span.big{
	font-size:1.8em;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	display:block;
}

/* BOXEN STARTSEITE */ 

div#page_content_block_teaser_content div.box_red h4, div#page_content_block_teaser_content div.box_grey h4{
	font-size:1.3em;
	line-height:0.8em;
}
div#page_content_block_teaser_content div.box_red {
	background:url(../img/box/box_main_red.gif) bottom left repeat-y; 
	width:470px;
	float:left;
}
div#page_content_block_teaser_content div.box_grey {
	background:url(../img/box/box_main_grey.gif) bottom left repeat-y; 
	width:470px;
	float:left;
}
div#page_content_block_teaser_content div.box_body{
	width:470px;
}
div#page_content_block_teaser_content div.box_red div.box_top{
	background:transparent url(../img/box/box_top_red.gif) top left;
	height:10px;
}
div#page_content_block_teaser_content div.box_grey div.box_top{
	background:transparent url(../img/box/box_top_grey.gif) top left;
	height:10px;
}
div#page_content_block_teaser_content div.box_red div.box_main{
	padding:5px 15px 5px 250px; 
	color:#fff
}
div#page_content_block_teaser_content div.box_grey div.box_main{
	padding:5px 15px 5px 250px; 
	color:#333
}
div#page_content_block_teaser_content div.box_bottom{
	background:transparent url(../img/box/box_bottom.gif) bottom left; 
	height:10px;
}
div#page_content_block_teaser_content div.box_red div.box_main a.go{
	line-height:2em;
	color:#fff;
}
div#page_content_block_teaser_content div.box_grey div.box_main a.go{
	line-height:2em;
	color:#333;
}
div#page_content_block_teaser_content div.box_bottom div.price,
div#page_content_block_teaser_content div.box_bottom span.price {
	position:absolute;
	margin-top:-20px;
	margin-left:350px;
}
div#page_content_block_teaser_content div.box_border_bottom div.price,
div#page_content_block_teaser_content div.box_border_bottom span.price {
	position:absolute;
	margin-top:0px;
	text-align:right;
}
div#page_content_block_teaser_content div.box_spacer{
	float:left;
	width:20px;
}
div#page_content_block_teaser_content div.box_row{
	clear:both;
	height:40px;
}
div#page_content_block_teaser_content div.box_row_small{
	clear:both;
	height:20px;
}

div#layer_play {
	z-index:5; 
	position:absolute;
	margin-left:1px; 
	margin-top:1px;	
}
div#layer_play a {
	display:block;
	height:165px;
	background:url(../img/layer_play.png) no-repeat;
}
div#layer_play a:hover {
	background:url(../img/layer_play_ac.png) no-repeat;
	cursor:pointer;
}
div.content_box_link {
	z-index:5; 
	position:absolute;
	margin-left:1px; 
	margin-top:1px;	
	width:240px;
	background:url(../img/space.gif) repeat;
}
div.content_box_link a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
}

/* SEITENLEISTE */ 

div#page_content_block_content div.teaserbox p {
	margin-bottom:20px;
}

/* SUCHMASKE */ 

div#page_content_block_content div#searchbox {
	
}
div#page_content_block_content div#searchbox form{
	width:640px;
	margin-bottom:20px;
}
div#page_content_block_content div#searchbox form label{
	padding:0px 0px;
	margin-right:5px;
}
div#page_content_block_content div#searchbox form b {
	
}
div#page_content_block_content div#searchbox form select#manufacturer {
	margin-right:20px;
}
div#page_content_block_content div#searchbox form div.col {
	float:left;
	margin-right:10px;
	display:block;
	width:150px;
}
div#page_content_block_content div#searchbox form select.fixed{

}
div#page_content_block_content div#searchbox div#searchbox_header{
	background:#a62714;
	color:#fff;
	padding:15px;
}
div#page_content_block_content div#searchbox div#searchbox_detailsuche{
	overflow:hidden;
	height:0px;
	border-bottom:2px solid #a62714;
}
div#page_content_block_content div#searchbox div#searchbox_detailsuche div.searchbox_detailsuche_detailset{
	padding:20px 20px 0px 20px;
	float:left;
}
div#page_content_block_content div#searchbox div#searchbox_detailbutton{
	color:#fff;
	background:url(../img/button_detail.png) no-repeat;
	width:120px;
	height:20px;
	margin-left:20px;
	font-weight:bold;
	text-align:center;
}
div#page_content_block_content div#searchbox div#searchbox_detailbutton:hover {
	cursor:pointer;
}

div#page_content_block_content div#searchbox div#searchbox_resultoptions {
	margin-top:10px;
}
div#page_content_block_content div#searchbox div#searchbox_sorting {
	float:right;
}
div#page_content_block_content div#searchbox div#carCount{
	float:left;
	}

div#page_content_block_content div#searchbox	div#searchbox_selectors {
	width:100%;
	margin-top:10px;
}

div#searchbox_selectors_colors span,
div#searchbox_selectors_parameters div.col div {
	color:#000;
	background:#fff;
	margin:1px;
	border:1px solid #ccc;
	padding:3px;
}
div#searchbox_selectors_colors span:hover,
div#searchbox_selectors_parameters div.col div:hover {
	border:1px solid #E64532;
}



/* SUCHERGEBNISSE */ 

div#page_content_block_content div#searchresults {
	clear:both;
}


div.search_navigation_top  {
	margin:20px 0px;
}
div.search_navigation_bottom  {
	clear:both;
	margin-top:40px;
}

div#search_navigation_title {
	font-weight:bold;
	line-height:25px;
	margin-right:10px;
	}
div.search_navigation span {
	display:block;
	float:left;
}
div.search_navigation span.active,
div.search_navigation span a {
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	color:#333;
	display:block;
	width:30px;
	height:25px;
	line-height:25px;
	margin-right:3px;
}
div.search_navigation span a:hover {
	color:#000;
	background:#efefef;
}
div.search_navigation span.active {
	color:#fff;
	background:url(../img/h2.png) bottom left repeat-x;
}

div.resultbox{
	background:#fff url(../img/box_background_grey.png) left bottom no-repeat;
	border-bottom:1px solid #ccc;
	float:left;
	margin-top:20px;
	width:100%;
}
div.resultbox div.resultbox_headline h2{
	font-size:1.4em;
}
div.resultbox div.resultbox_headline a:hover h2{
	background:url(../img/h2_ac.png) bottom left repeat-x;
}



div.resultbox div.resultbox_col-price,
div.resultbox div.resultbox_col-image,
div.resultbox div.resultbox_col-table,
div.resultbox div.resultbox_col-ico,
div.resultbox div.resultbox_col-description {
	
}

div.resultbox div.resultbox_col-price {
	float:left;
	width:170px;
}
div.resultbox div.resultbox_col-price td.preis {
	width:60px;
}
div.resultbox div.resultbox_col-image{
	float:right;
	margin-bottom:10px;
	margin-right:20px;
}
div.resultbox div.resultbox_col-image a{
	display:block;
	height:120px;
}
div.resultbox div.resultbox_col-image img{
	padding:0px;
	border:1px solid #ccc;
}
div.resultbox div.resultbox_col-image img:hover{
	padding:0px;
	border:1px solid #E64532;
}
div.resultbox div.resultbox_col-table, 
div.resultbox div.resultbox_col-ico div.resultbox_col-ico_col-options{
	float:left;
	width:200px;
}
div.resultbox div.resultbox_col-table {
	margin-left:20px;
	margin-right:20px;
}
div.resultbox div.resultbox_col-table table {
	width:100%;	
}
div.resultbox div.resultbox_col-table table td{
	vertical-align:top;
	border-bottom:1px solid #ccc;
	padding:1px 0px;
}
div.resultbox div.resultbox_col-table table td b{
	margin-right:10px;
}
div.resultbox div.resultbox_col-ico div.resultbox_col-ico_col-detail{
	float:right;
	height:30px;
	width:120px;
}
div.resultbox div.resultbox_col-ico div.resultbox_col-ico_col-detail a{
	height:30px;
	width:120px;
	display:block;
	background:url(../img/btn_details.png);
	text-decoration:none;
}
div.resultbox div.resultbox_col-ico div.resultbox_col-ico_col-detail a:hover{
	background:url(../img/btn_details_ac.png);
}
div.resultbox div.resultbox_col-description {
	clear:both;
	margin:0px 20px;
	padding-top:20px;
}
div.resultbox div.resultbox_col-description a {
	text-decoration:none;
	display:block;
	color:#333;
} 
div.resultbox div.resultbox_col-description a:hover {
	color:#c00;
} 
div.resultbox div.resultbox_col-ico{
	clear:both;
	margin-left:20px;
	margin-bottom:0px;
}

div.finBox{
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:5px;
}

div.finBox p.float{
	float:left;
	margin:0px;
}

div#page_content_block_content div.search_navigation a{
	cursor:pointer;
	}



/* FAHRZEUGLISTE (HEADER/FOOTER) */ 

div#page_footer_content *{
	color:#fff;
}
div#page_footer_content ul, 
div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul {
	float:left;
	list-style-type:none;
	margin-top:20px;
	width:180px;
	margin-right:10px;
	overflow:hidden;
	background:url(../img/borderv.png) 150px 0px repeat-y;
}
div#page_footer_content ul  {
	background:none;
}
div#page_footer_content ul li, div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li {
	clear:both;
	white-space:nowrap;
}
div#page_footer_content ul li.header h1, div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li.header h1{
	font-size:1.4em;
	margin-bottom:10px;
}
div#page_footer_content ul li a, div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li a{
	color:#eee;
	text-decoration:none;
	font-size:1em;
	display:block;
	width:180px;
	overflow:hidden;
}
div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li a{
	color:#666;
}
div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li h1 a{
	color:#E64532;
}
div#page_header_navigation div#page_header_navigation_sub_jahreswagen ul li a:hover{
	color:#000;
	font-weight:bold;
}


/* FAHRZEUGDETAILS */ 



div#content_cardetail_navButtonsHtml  {
	background:#f5f5f5 url(../img/gradient_grey.png) bottom left repeat-x;
	padding:10px;
	border:1px solid #ccc;
	}
div#content_cardetail_navButtonsHtml div ul {
	list-style-type:none;
	padding:0px;
	}
div#content_cardetail_navButtonsHtml div ul li{
	float:left;
	}
div#content_cardetail_navButtonsHtml div ul.page_navigation_set li a,
div#content_cardetail_navButtonsHtml div#page_navigation_next a,
div#content_cardetail_navButtonsHtml div#page_navigation_prev a {
	display:block;
	background:#a62714;
	color:#fff;
	text-decoration:none;
	padding:3px;
	margin-right:1px;
	margin-bottom:1px;
	width:21px;
	text-align:center;
	}
div#content_cardetail_navButtonsHtml div#page_navigation_next,
div#content_cardetail_navButtonsHtml div#page_navigation_prev {
	float:left;
	}
div#content_cardetail_navButtonsHtml ul.page_navigation_set li.active a,
div#content_cardetail_navButtonsHtml div#page_navigation_next a,
div#content_cardetail_navButtonsHtml div#page_navigation_prev a {
	background:#E64532;
	color:#fff;
	}

div#content_cardetail_navigation {
	width:50%;
	float:left;
}

div#content_cardetail_navigation table {
	width:100%;
}
div#content_cardetail_navigation table td a {
}




div#content_cardetail_nachruestung img{
	float:left;
	margin-right:20px;
	margin-top:3px;
	}


div#content_cardetail_data {
	width:50%;
	float:left;
}
div#content_cardetail_data table td img {
	vertical-align:middle;
}
div#content_cardetail_image, div#content_cardetail_price, div#content_cardetail_options {
	width:45%;
	float:right;
}
div#content_cardetail_options {
	width:100%;
	padding:0px;
}
div#content_cardetail_image {
	float:right;
	width:290px;
}
div#content_cardetail_data {
	margin-right:4.99%;
}
div#content_cardetail_image_block {
	padding:0px;
}
div#content_cardetail_image_block ul{
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
}
div#content_cardetail_image_block ul li{
	margin:0px;
	padding:0px;
	float:left;
}
div#content_cardetail_price {
	
}
div#content_cardetail_options {
	
}

div#content_cardetail_data table {
	width:100%;
}
div#content_cardetail_data table tr.header td{
	padding-bottom:20px;
}
div#content_cardetail_data table td.b{
	font-weight:bold;
}
div#content_cardetail_data table td.xb{
	font-weight:bold;
	font-size:1.1em;
}
div#content_cardetail_data table tr.row1 td, div#content_cardetail_data table tr.row2 td {
	width:325px;
	padding:2px 0px;
}
div#content_cardetail_data table tr.row1, 
div#content_reifen_data table tr.row1 {
	background:#fafafa url(../img/table_row1-.png) top center repeat-y;
}
div#content_cardetail_data table tr.row2,
div#content_reifen_data table tr.row2 {
	background:#f0f0f0 url(../img/table_row2-.png) top center repeat-y;
}

div#content_cardetail_image_block img{
	float:left;
	border:0px;
}
div#content_cardetail_image_block img.full{
	width:100%;
	border:1px solid #000;
}
div#content_cardetail_image_block img.thumb{
	width:57px;
	height:43px;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	padding:0px;
}

div#content_cardetail_price {
	margin-top:20px;
	}
div#content_cardetail_price div.fullprice{
	width:100%;
	margin-left:10px;
	}

div#content_cardetail_price div.price,
div#content_cardetail_price span.price {
	float:left;
	width:50%;
	margin-top:-7px;
	}
div#content_cardetail_price div.mwst {
	float:left;
	width:49.99%;
	}
	
div#content_cardetail_options {
	margin-top:20px;
	}
div#content_cardetail_options ul{
	float:left;
	width:49.99%;
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	}
div#content_cardetail_options ul li{
	padding:3px 0px;
	}
	
div#content_cardetail_options ul li a{
	padding-left:20px;
	display:block;
	}

div#content_cardetail_options ul li a#content_cardetail_options_fragen {
	background:url(../img/ico_question.gif) center left no-repeat;
	}
div#content_cardetail_options ul li a#content_cardetail_options_merken {
	background:url(../img/ico_favorite.gif) center left no-repeat;
	}
div#content_cardetail_options ul li a#content_cardetail_options_drucken {
	background:url(../img/ico_print.gif) center left no-repeat;
	}
div#content_cardetail_options ul li a#content_cardetail_options_finanzierung {
	background:url(../img/ico_finance.gif) center left no-repeat;
	}
div#content_cardetail_options ul li a#content_cardetail_options_email {
	background:url(../img/ico_email.gif) center left no-repeat;
	}
div#content_cardetail_options ul li a#content_cardetail_options_probefahrt {
	background:url(../img/ico_car.gif) center left no-repeat;
	}
div#content_cardetail_ausstattung ul{
	float:left;
	margin:0px;
	padding:0px;
	width:250px; 
	list-style-image:url(../img/haken_xs.png);
	list-style-position:outside;
	margin-left:20px;
	padding-left:20px;
	}
div#content_cardetail_ausstattung ul li{
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}

div#content_cardetail_specialausstattung ul {
	list-style-type:none;
	list-style-position:outside;
	margin:40px 0px 0px 0px;
	}
div#content_cardetail_specialausstattung ul li {
	float:left;
	margin-right:15px;
	margin-bottom:10px;
	}
	
	
/* REGISTRIERUNG */ 


form#RegForm {
	width:400px;
	}
form#RegForm input{
	margin:5px 0px;
	}
form#RegForm label{
	width:120px;
	display:inline-block;
	margin:5px 0px;
	}
	
	
/* AUTOPFLEGE */

div#content_autopflege_waschstrasse, 
div#content_autopflege_services,
div.content_column {
	float:left;
	width:49.99%;
}

div#page_content_block_content 
div#content_autopflege_waschstrasse ul.col2,
div#page_content_block_content 
div#content_autopflege_services ul.col2{
	margin:0px;
	width:100%;
	}
div#page_content_block_content 
div#content_autopflege_waschstrasse ul.col2 li,
div#page_content_block_content 
div#content_autopflege_services ul.col2 li{
	clear:both;
	}
div#page_content_block_content 
div#content_autopflege_waschstrasse ul.col2 li img,
div#page_content_block_content 
div#content_autopflege_services ul.col2 li img{
	float:left;
	margin: 5px 10px 0px 0px;
	width:20px;
	height:20px;
	}

/* KONTAKT */ 


div#content_kontakt_mitarbeiter {
	width:400px;
	float:left;
	margin-top:20px;
	}
div#content_kontakt_mitarbeiter img{
	float:left;
	margin-bottom:20px;
	margin-right:30px;
	}
div#content_kontakt_mitarbeiter div.content_kontakt_mitarbeiterbox {
	padding-bottom:20px;
	margin-bottom:20px;
	background:url(../img/box_background_grey.png) left bottom repeat-x;
	}
div#content_kontakt_mitarbeiter div.kontakt_box{
	float:left;
	width:400px;
	}
div#content_kontakt_anschrift{
	float:left;
	}
div#content_kontakt_map{
	float:right;
	}
div#content_kontakt_formular, div#content_voucher_formular {
	float:left;
	width:460px;
	margin-top:20px;
	padding-left:40px;
	}
div#content_voucher_formular {
	padding-left:0px;
}
div#content_voucher_formular h2 {
	margin-bottom:0px;
}
div#content_kontakt_impressum {
	float:left;
	width:460px;
	margin-top:20px;
	padding-left:40px;
	}
div#content_kontakt_formular form#ContactForm {
	width:448px;
	}
div#content_kontakt_formular form#ContactForm input{
	margin:5px 0px;
	}
div#content_kontakt_formular form#ContactForm label{
	width:80px;
	display:inline-block;
	margin:5px 0px 5px 10px;
	font-weight:bold;
	}
	

/* Listen */ 
div#page_content_block_content ul.bullet {
	list-style:disc inside;
	}
div#page_content_block_content ul.col {
	float:left;
	list-style:none inside;
	margin:0px;
	padding:0px;
	margin-left:20px;
	width:270px;
	}
div#page_content_block_content ul.col li {
	font-weight:bold;
	line-height:30px;
	font-size:20px;
	margin:0px;
	padding:0px;
	}
div#page_content_block_content ul.col li ul {
	list-style-type:disc;
	list-style-image:none;
	margin-left:30px;
	}
div#page_content_block_content ul.col li ul li{
	font-weight:normal;
	line-height:20px;
	font-size:1em;
	}
	
	
div#page_content_block_content ul.col2 {
	float:left;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-left:25px;
	width:255px;
	}
div#page_content_block_content ul.col2 li p {
	font-weight:normal;
	color:#333;
	margin-left:48px;
	padding-top:5px;
	}
div#page_content_block_content ul.col2 li {
	font-weight:bold;
	line-height:30px;
	font-size:20px;
	color:#e64532;
	padding:0px;
	margin:0px;
	}
div#page_content_block_content ul.col2 li ul {
	list-style-position:inside;
	list-style-type:none;
	margin-left:48px;
	}
div#page_content_block_content ul.col2 li ul li{
	font-weight:normal;
	font-size:1em;
	border-bottom:1px solid #ddd;
	border:none;
	background:url(../img/border.png) left bottom repeat-x;
	float:left;
	width:100%;
	color:#666;
	}
div#page_content_block_content ul.col2 li img{
	vertical-align:middle;
	margin:0px;
	padding:0px;
	padding-bottom:3px;
	margin-right:5px;
	}
div#page_content_block_content ul.col2 li ul li span{
	float:left;
	line-height:25px;
	}
div#page_content_block_content ul.col2 li ul li a{
	display:inline;
	}
div#page_content_block_content ul.col2 li ul li b{
	float:right;
	text-align:right;
	line-height:25px;
	}
	
/* STARTSEITE: FISHEYE */

div#page_content_block_fisheye {
	height:220px;
	position:relative;
	top:60px;
	text-align:center;
	z-index:0;
	}
div#page_content_block_fisheye div.fisheyeItem{
	width:140px; 
	float:left; 
	margin-right:10px;
	border:1px solid #666;
	height:190px;
	overflow:hidden;
	}
div#page_content_block_fisheye div.fisheyeItem a{
	display:block;
	text-decoration:none;
	color:#fff;
	width:140px;
	height:190px;
	}
div#page_content_block_fisheye div.fisheyeItem a img{
	width:140px;
	border-bottom:1px solid #fff;
	}
div#page_content_block_fisheye div.fisheyeItem a div.price,
div#page_content_block_fisheye div.fisheyeItem a span.price {
	margin-top:-40px;
	margin-left:6px;
	font-size:2em;
	}
div#page_content_block_fisheye div.fisheyeItem a h4 {
	font-weight:bold;
	padding:0px 10px;
	font-size:1.2em;
	margin:0px;
	margin-top:10px;
	}
div#page_content_block_fisheye div.fisheyeItem a p {
	padding:0px 10px;
	margin:0px;
	white-space:nowrap;
	}
div#page_content_block_fisheye div.fisheyeItem a ul {
	padding:0px 10px;
	}
div#page_content_block_fisheye div.fisheyeItem a ul li{
	
	}
	

/* HAENDLERBEREICH / LOGIN */

div#page_content_block_content_haendler ul.iconlist a {
	color:#E64532;
	}
	
div#page_content_block_content_haendler form#form_newsletter {

	}
div#page_content_block_content_haendler form#form_suche {

	}
div#page_content_block_content_haendler form#form_pin {
	display:inline;
	}
div#page_content_block_content_haendler form#form_ColorForm input#neueFarbe{
	border:1px solid #333;
	font-size:1.2em;
	}	

div#page_content_block_content_haendler form#form_pin input#priceaddon {

	width:100px;
	}
div#page_content_block_content_haendler form#form_password label {
	display:inline-block;
	width:140px;
	}
div#page_content_block_content_haendler form#form_userdata label {
	display:inline-block;
	width:140px;
	}
div#page_content_block_content_haendler form#form_userdata input,
div#page_content_block_content_haendler form#form_userdata textarea {
	width:250px;
	}
div#page_content_block_content_haendler div.icon {
	float:left;
	margin-right:20px;
	}
div#page_content_block_content_haendler h2 {
	margin-top:40px;
	}
div#page_content_block_content_haendler p {
	
	}

div#page_content_block_content_haendler form {
	background:#efefef;
	padding:5px;
	border:1px solid #ddd;
	display:inline-block;
	}

div#page_content_block_content_haendler form label,
div#page_content_block_content_haendler form input,
div#page_content_block_content_haendler form select {
	margin:5px;
	}


div#page_content_block_content_haendler form.inline {

	}
div#page_content_block_content_haendler form.inline label,
div#page_content_block_content_haendler form.inline input,
div#page_content_block_content_haendler form.inline select {
	float:left;
	}
	
div#page_content_block_content_haendler form input[type=submit] {
	padding:3px;
	font-weight:bold;
	}
div#page_content_block_content_haendler form div.fieldset {
	border-bottom:1px solid #ccc;
	width:100%;
	}
	
div#page_content_block_content_haendler ul.iconlist {
	list-style-type:none;
	}
	
div#page_content_block_content_haendler ul.iconlist li {
	float:left;
	margin-right:44px;
	}
div#page_content_block_content_haendler ul.iconlist li a {
	display:block;
	text-decoration:none;
	text-align:center;
	}	
div#page_content_block_content_haendler table#table_download td {
	padding:10px;
	padding-right:20px;
	border-bottom:1px solid #ccc;
	vertical-align:middle;
	}	
div#page_content_block_content_haendler a.icon {
	text-decoration:none;
	padding:5px;
	display:inline-block;
	}	
div#page_content_block_content_haendler a.icon img {
	padding-right:5px;
	}	


/* JQUERY TABS */

div#page_content_block_content div#content_cardetail_navButtonsHtml div#content_cardetail_navButtonsHtml_title {
	float:left;
	padding:3px;
	}

div#page_content_block_content ul#page_navigation {
	list-style-type:none;
	list-style-position:outside;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
	float:left;
	}
div#page_content_block_content ul#page_navigation li,
div#page_content_block_content ul.page_navigation_set,
div#page_content_block_content ul.page_navigation_set li {
	margin:0px;
	padding:0px;
	}
	
div#page_content_block_content ul#page_navigation li{
	float:left;
	}
div#page_content_block_content ul.page_navigation_set li.prev a, 
div#page_content_block_content ul.page_navigation_set li.next a{
	background:#E64532;
	}
div#page_content_block_content ul#page_navigation li a{
	display:block;
	padding:3px;
	margin-right:5px;
	color:#333;
	}
div#page_content_block_content ul#page_navigation li.ui-state-active a{
	color:#E64532;
	}	
	
	
	
/* REIFEN UND FELGEN */
	
.margin_head {
	font-weight: bold;
	height: 25px;
	vertical-align: top;
}
div#content_reifen_data table {
	width:100%;
}
div#content_reifen_data table tr.row1 td, div#content_reifen_data table tr.row2 td {
	padding:2px 10px 2px 0px;
}
.content_column_reifen_links {
	float:left;
	margin-right: 20px;
	width:440px;
}
.content_column_reifen_rechts {
	float:right;
	margin-right: 0px;
	width:440px;
}
.content_column_reifen_links a, .content_column_reifen_rechts a {
	text-decoration:none;	
}
.position_logos_reifen {
	margin-top: 42px;
}





/* Servicewerkstatt */

position_icon {
	margin-top: 15px;
}
	
