html  {
	height:100%;
	width:100%;
	min-height: 100%;
}

/*
body {
	margin:0px; 
	padding:0px;
	color: black;
	background-color: #FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size:11px;	
	height:100%;
}
*/

body {
	display: block;
	min-height:100%;         /* IE min-height hack */
	height:auto !important;  /* IE min-height hack */
	height:100%;             /* IE min-height hack */
	
	font-family: Verdana;
	font-size: 11px;
	color: #595959;
	font-style: normal;
	
	background-image: url('/fileadmin/templates10/img/bg.gif');
	background-position: top left;
	background-repeat: repeat-x;

	margin:0px;
}

a {
	color:#000000;
	background-color: transparent;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


h1 {
	font-size:15px;
	font-weight:normal;
}

#main {
	min-height:100%;       
	position:relative;

}



#stage {
	position: relative;
	margin: auto;
	width: 904px;
	/*height:100%;*/
}
	
#stage:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	

#headernav {

	position: relative;
	width: 900px;
	height: 136px;

}

	#logo {
		position: absolute;
		left: 0;
		top: 0;
	}
	
		#logo a {
			float:left;
			width:255px;
			height:91px;
			background-image: url('/fileadmin/templates10/img/logo.gif');
			background-repeat: no-repeat;
			
			text-indent:-22222px;
		}

	
	#haendler_link {
		position: absolute;
		right:0;
		top:0;
		height:20px;
		margin:10px 10px 0 0;
	}
	
	#lang_select {
		position: absolute;
		right: 13px;
		top: 6px;
		display: none;
	}
	#lang_select img {
		margin: 0px 0px 0px 4px;
	}
	
	
#homelink {
	/*position:absolute;*/
	top: 27px;
	left:510px;
}	




#toplogin{ 
	
	position:relative;
	float:right;
	top: 27px;
	right: 7px;
	height:66px;
	width:345px;
	text-align: right;
}
/* ANFANG LOGIN BOX , Xavier am 11.1.2010 */
#logout{
font-weight:bold;
color:#CC0000;
}

#topbox{
	font-size:10px;
	width:320px;
	height:65px;
	float:left;
	border:1px solid #b0b0b0;
	color:#666666;
	position:relative;
}

#topbox select{
	height:16px;
	font-size:9px;
	padding:0;
	margin:5px 0 0 3px;
	width:142px;
}

#topbox span.cart_items{
	background:url(/fileadmin/templates10/img/cart_top_icon.png) 0px 0px no-repeat;
	padding:0 0 0 20px;
	margin:5px 0 0 5px;
	display:block;
	float:left;
	height:15px;
}

#topbox span.user_logged_as{
	display:block;
	float:right;
	margin:7px 5px 0px 5px;
}

#topbox span.logout{
	display:block;
	float:right;
	margin:7px 5px 0 0px;
}

#topbox a{
	text-decoration:none;
	color:#555555;
}


#topbox span.my_dealer_a{
	position:absolute;
	bottom:5px;
	left:5px;
	padding:0 15px 0 0;
}

#topbox span.my_dealer_na{
	position:absolute;
	bottom:3px;
	right:27px;
	padding:0 15px 0 0;
	background:url(/fileadmin/templates10/img/icon_info.png) 10px 100px no-repeat;
}

#topbox fieldset{
	margin:5px 42px 3px 0;
	padding:0;
	border:0;
	float:right;
	position:relative;
}
#topbox form fieldset input{
	float:left;
	padding-left:3px;
	width:82px;
	height:13px;
	border:1px solid #bcbcbc;
	font-size:11px;
	margin:0px 0 0 5px;
	color:#666666;
}

#topbox form fieldset input.topbox_dologin{
	height:17px;
	float:left;
	width:40px;
	padding:0 0 5px 0;
}

.tx-felogin-pi1{
    margin-left:10px;
	padding:10px;
	border:1px solid #b0b0b0;
}

#inhalt #c1648 .tx-felogin-pi1{
	margin-bottom:10px;
}

.tx-felogin-pi1 h3{
color:#EB6909;
}
	
.tx-felogin-pi1 fieldset{
	border:none;
	padding:5px;
	margin-top:20px;
}

.tx-felogin-pi1 legend{
	font-weight:bold;
	font-size:12px;
	color:#EB6909;
}

.tx-felogin-pi1 fieldset div{
	margin:5px 0 0 5px;
}

.tx-felogin-pi1 fieldset input{
	border:1px solid #b0b0b0;
}
/* ENDE LOGIN BOX, Xavier am 11.1.2010 */


/*
#toplogin input {
	float:left;
	width:112px;
	height:14px;
	border:0px solid #b8b8b8;
	margin-right:3px;
	background: url('/fileadmin/templates10/img/login_input.gif') no-repeat 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b8b8b8;
}

#toplogin .submit {
	float:left;
    border: none;
    background: url('/fileadmin/templates10/img/login_button.gif') no-repeat 0 0;
    padding-left:15px;
	overflow:hidden;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	text-align:left;
	width:62px;
}
*/
	


/** MAIN Navigation **/

#nav {
	position:absolute;
	left:0;
	bottom:0;	
	height:36px;
	width: 904px;
	white-space:nowrap;
	background: transparent url(../../../fileadmin/templates10/img/no.gif) repeat-x scroll left top;
}

	#language {
		float:left;	
	}
	
	#navleft {
		float:left;
		width:13px;
		height:36px;
		background-image:url('/fileadmin/templates10/img/nav_leftcorner.gif');
		background-repeat:no-repeat;
	}
	
	#navright {
		float:right;
		width:13px;
		height:36px;
		background-image:url('/fileadmin/templates10/img/nav_rightcorner.gif');
		background-repeat:no-repeat;
	}

	/** Nav Points **/

	#nav ul.level_1 {
		list-style-type:none;
		padding:0;
		margin:0;
	}	
	
		#nav ul.level_1 li {
			position:relative;
			display:block;
			float:left;
			white-space:nowrap;
			list-style:none;
			background-color:transparent;
			height: 35px;
			text-align: center;
		}	

			#nav ul.level_1 li a {
				display: block;
				width: 100px;
				text-decoration:none;
				font-size:11px;
				font-family:Verdana;
				background-image:url('../../../fileadmin/templates10/img/no.gif');
				background-repeat:repeat-x;
				height: 35px;
				color: white;
				padding-top: 12px;
			}
			
			#nav ul.level_1 li:hover a.mainmenulink, 
			#nav ul.level_1 li .active {
				background-image:url('../../../fileadmin/templates10/img/act.gif');
				color:black;
			} 


	#nav ul.level_2 {
		display:none;
	}

	#nav ul.level_1 li:hover ul.level_2 {
		display: block;
		position: absolute;
		left: 0px;
		top: 36px;
		padding:0;
		margin:0;
		z-index: 9999;
	}
			#nav ul.level_2 {
			filter:alpha(opacity=95);
			-moz-opacity:0.95;
			-khtml-opacity: 0.95;
			opacity: 0.95;
			background:#FFF;
		}

		#nav ul.level_2 li
		 {
		 	position:relative;
			display:block;
			background:none;
			height:22px;
			z-index: 9999;
			width:100%;
			padding:0 5px 0 5px;
		}

		#nav ul.level_2 li.first_1{
			margin-top:5px;
		}
		
		#nav ul.level_2 li.last{
			margin-bottom:5px;
		}
		
		#nav ul.level_2 li.last a{
			margin-top:0px;
		}
		
		#nav ul.level_2{
			border-bottom:4px solid #ed6c10;
		}
		
		#nav ul.level_2 li a {
			display:block;
			background:#fff url('../../../fileadmin/templates10/img/mainmenu_pfeil.png') 1px 4px no-repeat;
			color:#485155;
			height:16px;
			min-width:70px;
			width:auto;
			text-align:left;
			padding-left:20px;
			padding-top:4px;
			position: relative;
			margin-right:10px;
		}

		#nav ul.level_2 li a:hover {
			background:#122969 url('../../../fileadmin/templates10/img/mainmenu_pfeil_active.png') 1px 4px no-repeat;
			color:#fff;
		}
		
		#nav ul.level_2 li a.active{
			background:#122969 url('../../../fileadmin/templates10/img/mainmenu_pfeil_active.png') 1px 4px no-repeat;
			color:#fff;
		}


		#nav ul.level_1 li.last a {}
		#nav ul.level_1 li.last ul.level_2 li a{
			width:auto;
		}
		
/* Locator */

.tx-locator-pi1 .formHeader {
	font-size:12px;
	color:#ec6504;
	font-weight:bold;
}

.tx-locator-pi1 .searchResultHeader {
	margin-bottom: 10px;
}

.tx-locator-pi1 table {
	margin-bottom: 10px;
}

.tx-locator-pi1 table.tx_locator_searchform input {
	border:1px solid #bcbcbc;	
	width:200px;
}
.tx-locator-pi1 table.tx_locator_searchform td {
	padding: 3px 5px 3px 5px;
}

.tx-locator-pi1 table.tx_locator_searchform select {
	border:1px solid #bcbcbc;	
	width:202px;
}

.tx-locator-pi1 table.tx_locator_searchform tr.radius select {
	width:100px;
}

.tx-locator-pi1 #results .searchResultHeader {}
	margin: 5px 0 10px 0;
}

.tx-locator-pi1 table.searchResultTable, 
.tx-locator-pi1 table.listView {
	width:680px;
}

.tx-locator-pi1 table.searchResultTable tr td,
.tx-locator-pi1 table.listView tr td {
	padding:3px 3px;
	background-color:#efefef;
}

.tx-locator-pi1 table.searchResultTable tr td input, 
.tx-locator-pi1 table.listView tr td input {
	padding:3px 5px;
	border:1px solid #bcbcbc;
	background: #d86f09 url(/fileadmin/templates10/img/button-bg-sprite.gif) right top repeat-x;
	padding: 0px 14px 2px 6px;
	text-decoration:none;
	color: white;
	border:1px solid white;
	font-size: 10px;
}

.tx-locator-pi1 table.searchResultTable tr td input:hover, 
.tx-locator-pi1 table.listView tr td input:hover {
	background-color: #000000;
	cursor:pointer;
	background-position: right -20px;
	color: white;
	text-decoration:underline;
}

.tx-locator-pi1 table.searchResultTable td.storename,
.tx-locator-pi1 table.listView td.storename {
	font-weight:bold;
}


/** Frame Accordion **/

.frame_accordion .wrap {
	margin-bottom: 10px;
}

	.frame_accordion.open .wrap {
		padding: 10px;
		background-color: #efefef;
		border-bottom: 1px solid #e1e1e1;
	}

.frame_accordion a.toggle {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #666666;
}

.frame_accordion a.toggle:hover {
	color: black;
}

.frame_accordion a.closed {
	background: transparent url(/fileadmin/templates10/img/show.gif) left 1px no-repeat;
	padding-left: 20px;
}

.frame_accordion a.open {
	background: transparent url(/fileadmin/templates10/img/hide.gif) left 1px no-repeat;
	display:block;
	padding-left: 20px;
	margin-top: 10px;
}



td.mapTitle div{
	margin:3px 0;
}

td.mapTitle div.storename{
	font-size:12px;
	color:#ec6504;
	font-weight:bold;
}
/* Locator end */
#leveltitle {
	background-image:url('/fileadmin/templates10/img/bg_subnavtitle.gif');
	background-repeat:no-repeat;
	width:157px;
	height:17px;
	color:white;
	font-size:10px;
	text-transform:uppercase;
	margin-top: 24px;
	margin-left: 16px;
	padding-left:10px;
	padding-top: 4px;
}

#leftmenu{
	padding-left: 16px;
	padding-top: 0px;
	padding-bottom:15px;
	margin:0px;
}

#leftmenu li {
	list-style:none;
	background-color:transparent;
	text-align: left;
	margin-bottom: 1px;
	margin-left: 0px;
	padding:0px;
}	

#leftmenu li a {
	display: block;
	width: 157px;
	text-decoration:none;
	font-size:9px;
	background-image:url('../../../fileadmin/templates10/img/act_leftmenu.gif');
	background-repeat:repeat-x;
	height: 16px;
	color: #5a5a5a;
	padding-top: 4px;
	padding-left: 10px;
	}

#leftmenu li a:hover,#leftmenu li a:active {
	background-image:url('../../../fileadmin/templates10/img/act_leftmenu.gif');
	color: #e86300; 
}


/* zweite ebene */
#leftmenu li ul {
	margin:0px;
	padding:0px;
	display:block;
	margin-top: 1px;
}

#leftmenu li ul li a{
	
}

#leftmenu a.crumb, #leftmenu a.active{ 
	color: #e86300;
}

#leftmenu .level_2 li a{
	padding-left:20px;
	width:147px;
}

#leftmenu .level_3 li a {
	padding-left:40px;
	width:127px;
}

#headerimg {
	/*position:absolute;*/
	position:relative;
	left:0px;
	width:509px;
	height:139px;
	overflow:hidden;
}

#contentcont {
	/*position:absolute;*/
	width: 904px;
}


#cont_image {
	width: 904px;
	height: 361px;
	margin-bottom:25px;
}

#orangeline {
	width:100%;
	height:4px;
	background-color:#ec6504;
	margin-bottom:6px;
}

#cont_middle {
	position:relative;
	width: 900px;
	background-color:white;
	border:1px solid #d2d2d2;
	min-height:450px;
	/*margin-left:205px;*/
	}

#cont_middle:after { 
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#cont_middle p.orange {
	color: #EB6909;
}

#cont_menu {
	float:left;
	width:200px;
}

#inhalt {
	float:left;
	margin-top:24px;
	/*padding-bottom:15px;*/ /*kp*/
	margin-bottom: 15px; /*kp*/
	width:510px;
}

#inhalt h1 {
	color:#eb6909;
	font-size:14px;
	font-family:Verdana;
	font-weight:bold;
	margin-top:0px;
}


/*
#cont_right {
	float:right;
	width: 244px;
	}
	
#cont_right h1 {
	font-size:12px;
	color:#33bfbd;
	background-color: #FFFFFF;

	font-weight: bold;
}	
	
	
	
*/	


#footer{

	width:100%;
	background-image:url('/fileadmin/templates10/img/footer_bg.gif');
	background-repeat:repeat-y;
}	

#footercont {
	margin: auto;
	width:904px;
	height:150px;
	padding-top:10px;
	padding-left:20px;	
	
}

#footercont p {
	float:left;
	width:290px;
	padding-left:10px;
	color:white;
}

#footercont .detail {
	color:#8b9aa1;
}

#footercont a {
	color:white;
	text-decoration:none;
}

#footernav {
	float:right;
	}

#footernav li {
	display:inline;
	margin-left:10px;
	}




.align-right {
text-align:right;
}
.align-center {
text-align:center;
}

p img {
border:none;
}

.tx-locator-pi1 {
	margin-top: 00px;
}

	.tx-locator-pi1 .formHeader {
		margin-bottom: 10px;
	}
	
	.tx-locator-pi1 table td.rating {
		width: 45px;
		padding-top:10px;
	}
	
	.tx-locator-pi1 table thead th {
		background-color: #d0d0d0;
		color: #333;
		font-weight: normal;
		text-align: left;
		padding: 5px 5px;
		vertical-align: bottom;
	}
	
	.tx-locator-pi1 table tbody td.rating_1 {
		background: #f0f0f0 url(/fileadmin/templates10/img/haendlersuche_rating.gif) 5px 11px no-repeat;
	}
	
	.tx-locator-pi1 table tbody td.rating_2 {
		background: #f0f0f0 url(/fileadmin/templates10/img/haendlersuche_rating.gif) 5px -32px no-repeat;
	}
	
	.tx-locator-pi1 table tbody td.rating_3 {
		background: #f0f0f0 url(/fileadmin/templates10/img/haendlersuche_rating.gif) 5px -72px no-repeat;
	}
	
	.tx-locator-pi1 table tbody td.rating_4 {
		background: #f0f0f0 url(/fileadmin/templates10/img/haendlersuche_rating.gif) 5px -112px no-repeat;
	}
	
	.tx-locator-pi1 table tbody td.rating_5 {
		background: #f0f0f0 url(/fileadmin/templates10/img/haendlersuche_rating.gif) 5px -152px no-repeat;
	}
	
.tx-connetationersatzteilblaetter-pi1{
	
}
.tx-connetationersatzteilblaetter-pi1 input{
	border:1px solid #b0b0b0;
	margin-right:5px;
}	
.tx-connetationersatzteilblaetter-pi1 p{
	font-weight:bold;
}	

.tx-connetationersatzteilblaetter-pi1 a{
	text-decoration:underline;
	color:#EB6909;
}

/** Button Link **/

a.button {
	background: #d86f09 url(/fileadmin/templates10/img/button-bg-sprite.gif) right top repeat-x;
	padding: 2px 14px 3px 6px;
	text-decoration:none;
	color: white;
	border:1px solid white;
	font-size: 10px;
}
					
a.button:hover {
	background-color: #000000;
	background-position: right -20px;
	color: white;
}
					
	a.button span {}

/** Backbutton Link **/

a.backbutton {
	background: #d86f09 url(/fileadmin/templates10/img/button-bg-goback-sprite.gif) left top repeat-x;
	padding: 2px 6px 3px 14px;
	text-decoration:none;
	color: white;
	border:1px solid white;
	font-size: 10px;
}
					
a.backbutton:hover {
	background-color: #000000;
	background-position: left -20px;
	color: white;
}
					
a.backbutton span {}

#inhalt_mitterechts .csc-default {
	margin-bottom: 20px;
}

/* Gutscheinbox */
#shadowbox_overlay {
	opacity: 0.5 !important;
}

