

html,body {
	font-family: "Arial","Tahoma","sans";
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #000;
}

.visible{
	display:block;
}

.hidden{
	display:none;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 1.5em;
	color: #000;
	border-style: none;
	margin-bottom: .75em;
	line-height: 1.4em;
}

h3 {
	font-size: 1.4em;
	color: #202020;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0;
}

a, img{
	border:none;
	outline:none;
}

input,
select,
textarea {
	font-size: 1em;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	outline:none;
	text-decoration: none;
}
a:visited{
	text-decoration: none;
	}
/* @end */
/* @group clear rules */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* @end */




/* Main Container Styles */

#mainContainer{
	margin: 0 auto;
	padding: 0; 
}




/* HEADER */



#header_container {
	width:100%;
	height: 80px;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

#header_content{
	min-width: 100%;
	width:992px;
	margin: 0;
	padding:0;
	
}


#header_left{
	width: 238px;
	text-align: left;
	float: left;
	
}
#header_left img{
	margin: 15px 20px;
	border: 0;
	float: left;
		
}
#header_right{
	margin: 0;
	float: left;
	color: #fff;
	width: auto;

	
}
#header_right_col_l{
	float: left;
	width: 540px;
	margin: 5px 10px 0 0;	
}

#header_findme{
	float: left;
	margin: 22px 10px 0 0;
}

 #header_right_col_r{
	background: url(../images/bt_dealer_search.gif) no-repeat top;
	float: left;
	width: 180px;
	height: 80px;
}


/* SEARCHFORM */

fieldset.search {
	border: none;
	margin: 0;
}


#header_right_col_l label{
	color:#747473;
	float:left;
	font-size:1em;
	padding-bottom:5px;
}

.search input, .search button{
	border: none;
	float: left;
}

.search input.box {
	padding: 3px 5px;
	color: #000;
	font-size: 1.2em;
	width: 275px;
	height: 19px;
	background: #FFF;
	margin-right: 15px;
}
.search input.box:focus {
	outline: none;
}
.search button.btn {
	height: 22px;
	width:86px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/bt_suche.gif) no-repeat top right;
	margin-right: 0px;
}
.search button.btn:hover {
	background: url(../images/bt_suche_hover.gif) no-repeat bottom right;
}

.search button.btn_en {
	height: 22px;
	width:86px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../images/bt_suche_en.gif) no-repeat top right;
	margin-right: 0px;
}
.search button.btn_en:hover {
	background: url(../images/bt_suche_hover_en.gif) no-repeat bottom right;
}

#selectblock{
	top:16px;
	position:absolute;
	left:680px;
}

select{
	font-size:1em;
	display:block;
	padding:2px;
	width:75px;
}



	


/* END SEARCHFORM */




/* END HEADER */


#gmessage{
	position:absolute;
	z-index:1000;
}


/* MAINCONTENT */
#body_container{
	position: relative;
	margin: 0;
	padding: 0;
}

#body_left_col_container{
	float: left;
	width: 950px;
	position: absolute;
}

#list_container{
	float:left;
}

#route_container{
}


/* DEALER DETAIL */
#detail_container{
	float:left;
	
}

#sidebar_header_container_detail{
	background: #CCC;
	border-bottom-width:1px;
	padding:10px 10px 10px 20px;
	width:373px;
	height: 13px;
	
}


#scrollable_detail{
    overflow-y:auto;
	overflow-x:hidden;
    width: 393px; 
	position:relative;
}

#sidebar_detail{
	height:auto; 
	position:absolute;
}

.panelItem_detail{
	background-color: #FFF;
	background-image: url(../images/list_bg.gif);
	background-repeat:repeat-x;
	border-color:#CCCCCC;
	border-style:solid none;
	border-bottom-width:1px;
	border-top-width:0px;
	color:#515151;
	font-size:12px;
	margin:0;
	padding:13px 0px 0 20px;
	width:362px;
	height: auto;
	float:left;
}

.block{
	display:block;
}

#fillDetail{
	height: auto;
}

#fillDetail .red, #fillDetail .gray{
	font-size:20px;

}


.left_col_oben{
	font-size:13px;
	width:180px;
	float:left;
	margin:0;
	padding:0;
}

.right_col_oben{
	font-size:10px;
	width:180px;
	float:right;
	margin:0;
	padding:0;
	padding-left: 3px;
}


.left_col{
	font-size:10px;
	width:180px;
	float:left;
}

.right_col{
	font-size:10px;
	width:180px;
	float:right;
}

.form_detail{
	margin:0;
	padding:0;
	border:0;
}

.panelItem_detail input{
	border:1px solid #CCC;
	margin-top:10px;
	padding:3px;
	color:#515151;
	width:160px;
}

.panelItem_detail textarea{
	border:1px solid #CCC;
	margin-top:10px;
	padding:3px;
	color:#515151;
	width:342px;
	font-family: "Arial","Tahoma","sans";
	float:left;
}

.panelItem_detail button{
	border:0;
	margin-top:10px;
	background-color:#FFF;
	width:170px;
}

.left_col_route{
	font-size:10px;
	width:80px;
	float:left;
}

.right_col_route{
	font-size:10px;
	width:255px;
	float:right;
}

.right_col_route input{
	width:235px;
}



/* ROUTE */

#sidebar_header_container_route{
	background: #CCC;
	border-bottom-width:1px;
	padding:10px 10px 10px 20px;
	width:203px;
	height: 20px;	
}

#scrollable_route{
    overflow-y:auto;
	overflow-x:hidden;
    width: 203px; 
	position:relative;
}

#sidebar_route{
	height:auto; 
	position:absolute;
}


/* LISTE DEALER */
#scrollable{
    position:relative; 
    overflow-y:hidden;
	overflow-x:hidden;
    width: 273px; 
}


#sidebar{
	height:auto; 
    position:absolute;
	background-color: #FFF;
}

#sidebar_header_container{
	background: #CCC;
	border-bottom-width:1px;
	padding:10px 10px 10px 20px;
	width:253px;
	height: 20px;	
}

.panelItem{
	background-color: #FFF;
	background-image: url(../images/list_bg.gif);
	background-repeat:repeat-x;
	border-color:#CCCCCC;
	border-style:solid none;
	border-bottom-width:1px;
	border-top-width:0px;
	color:#515151;
	font-size:12px;
	margin:0;
	padding:13px 10px 0;
	width:252px;
	height: 30px;	
}



.off{
	background-image: url(../images/arrow_gray_off.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

.on{
	background-image: url(../images/arrow_gray_on.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:10px;
}

.panelItem .visible{
	color:#515151;
	font-size:0.9em;	
	padding-left: 10px;
	display: block;
	line-height:1.5em;
	font-style:normal;
}

.panelItem .hidden{
	color:#515151;
	font-size:0.9em;	
	padding-left: 10px;
	display: none;
	line-height:1.5em;
	font-style:normal;
}

.red{
	color: #d5232a;
}

.gray{
	color:#515151;
}

#lifedealer_container{
	
	position:absolute;
	bottom:32px;
	background-color: #efefef;
	background-repeat:repeat-x;
	border-color:#CCCCCC;
	border-style:solid none;
	border-bottom-width:1px;
	border-top-width:1px;
	color:#515151;
	margin:0;
	padding:10px 10px 10px 10px;
	width:253px;
	height:150px;
	font-size:0.9em;
}

#lifedealer_container h1{
	color: #d5232a;
	font-size:12px;
	
}

#lifedealer_container img{
	padding-right:5px;
	vertical-align:middle;
	float:left;
	width: 15px;
	hight: 15px;
}

#controls_container{
	visibility:visible;
	background: #CCC;
	width:273px;
	height: 32px;	
}

.nextPage{
	width: 135px;
	height: 32px;
	display: block;
	cursor: pointer;
	float: right;
	background: #ccc;
	background-image:url(../images/bt_page_down.gif);
	
}
.prevPage{
	border-right:1px solid #222222;
	width: 134px;
	height: 32px;
	display: block;
	cursor: pointer;
	float: left;
	background: #ccc;
	background-image:url(../images/bt_page_up.gif);

}


/* RIGHT CONTENT BODY */
#body_right_col_container{
	position: absolute;
	left: 273px;
	float: left;
}
#map{
	border-left: 1px solid #999999;
	margin: 0;
	padding: 0;
	height: 593px; 
	width: 1165px; 
	position: relative;
	background-color: rgb(229, 227, 223);
}

/* Footer Sytles */
#footer_container{
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
	bottom:0;
	height:32px;
	padding:0px 0;
	position:absolute;
	width:100%;
	text-align: left;
	color: #fff;
	overflow:hidden;
}

#footer_content{
	min-width: 100%;
	width:992px;
	margin: 0;
	height:15px;
	padding-top:5px;
	padding-left:20px;
	
}

#footer_logo{
	width: 100px;
	float:left;
	margin-right:160px;
}

#footer_language{
	margin-right:35px;
	width: 100px;
	float: left;
}

#footer_findme{
	margin-right:100px;
	float: left;
}

#footer_info{
	margin-right:30px;
	float: left;
	color:#747473;
	padding-top:3px;
}

#footer_info img{
	padding-right:5px;
	vertical-align:middle;
	width:15px;
	height:15px;
}


#footer_info a{
	color:#747473;
}



.clearAll{
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;	
}

.dealerIcon{
	float:right;
	margin: 0;
	padding: 0;
	border:0;
}

html > .dealerIcon img{
	margin-top: -3px;
}




/*
img, div, a, input{
	behavior: url("http://maps.cube.eu/css/iepngfix.htc");
	}


* html div#map img { 
	behavior: none; 
	}


*/

/* FORM VALIDATION */

/*************************  Forms ************************/

