/* CSS Styles Siematic Exclusive*/
.impressum {
	background-image: none;
}

#menu_oben{

}
#spalte_oben{

}

#logo_oben{	
	float: left;
	width: 316px;
	height: 52px;
	
}

/* menu middle left */
#exlusive_menu_middle {
	float: left;
	width: 164px;
	height: 320px;
	background-color: #d3cec1;
	background-image: url(icons/menu_mitte_bigarrow.gif);
	background-repeat: repeat-x;
}

#exlusive_menu_middle a{
	display: block;	
	margin-top: 46px;
	margin-left: 14px;
	background-color: transparent;
	font-size: 11px;
	color: #51514f;
	text-decoration: none;
	font-weight: bold;
}

#exlusive_menu_middle a:hover{
	text-decoration: underline;	
}

/* formular country and city selection */

#country_city_navigation_right{
	position: absolute;
	top: 54px;
	left: 804px;
	/*background-color: red;*/
	width: 162px;
	height: 320px;
	float: left;
	overflow: hidden;
}

#formulare{
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 11px;
	color: #51514F;
	line-height: 16px;
	}
	
#formulare .form_div{
	display: block;
	float: left;	
	width: 152px;
	padding: 0px;
	padding-top: 30px;
	padding-left: 10px;
	margin: 0px;
	overflow: visible;
}

#formulare h2{
	display: block;
	width: 162px;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	color: #51514F;
	clear: left;
	}
	
.form_div select{
	width: 150px;
	margin-bottom:5px;
}

a.show_link{
	display: block;
	float: right;
	background: url("icons/arrow_right_transparent.gif") no-repeat;
	height: 24px;
	/*width: 90px;*/
	padding-left: 16px;
	line-height: 18px;
	color: #54504D;
	text-decoration: none;
	}
a:hover.show_link{
	text-decoration: underline;
}

/* zeile unten */
#spalte_unten{
	border: 1px solid blue;
	/*min-height: 320px;*/
}

/* menu bottom left */
#exlusive_menu_bottom_left{
	float: left;	
	margin-top: 16px;
	width: 164px;
}

#exlusive_menu_bottom_left a.navigateback{
	background: url("icons/arrow_right_transparent.gif") no-repeat;
	height: 24px;
	display: block;
	padding-left: 16px;
	line-height: 18px;
	color: #54504D;
	text-decoration: none;
	font-size: 11px;
	}
#exlusive_menu_bottom_left a:hover.navigateback{
	text-decoration: underline;
}	

#country_map{
	float: left;
	/*position: absolute;
	top: 0px;
	left: 164px;*/
	width: 320px;
	min-height: 240px;
	border: 1px solid red;
}

#column_bottom{
	float: left;
	width: 640px;
}

#column_bottom_right{
	float: left;
	width: 320px;
}

#store_welcome_text{
	float: left;
	padding-top: 15px;
}
#store_welcome_text h1{
	float: left;
	margin: 0px;
	padding: 0px;
}
	
#store_list_320{
	float: left;
	width: 320px;
	padding-top: 10px;
	border-bottom: 1px solid #BCB49F;
}

#store_list_640{
	float: left;
	width: 640px;
	padding-top: 10px;
	border-bottom: 1px solid #BCB49F;
}


.store_placeholder{
	float: left;
	/*border-bottom: 1px solid #BCB49F;*/
	width: 320px;
	height: 10px;
}
.store{
	float: left;
	width: 320px;	
	height: 190px;
	font-size: 11px;
	color: #51514f;
	overflow: hidden;
}

.store_headline{
	width: 320px;
	height: 36px;
	border-top: 1px solid #BCB49F;
	border-bottom: 1px solid #BCB49F;
	overflow: hidden;
}
.store_headline h1{	
	float: left; /* important for ie */
	display: block;
	margin: 0px;
	margin-top: 7px;
	padding: 0px;	
	min-height: 22px;
}
.store_headline img{
	margin-left: 5px;
}

.store_address{
	float: left;
	margin-left: 5px;
	margin-top: 10px;	
	width: 230px;
	padding: 0px;
}
.store_icon{
	float: left;
	width: 80px;
	margin-top: 0px;	
	margin-left: 5px;
	padding: 0px;
}

a.store_link{
	background: url("icons/arrow_right_transparent.gif") no-repeat;
	display: block;
	float: left;
	height: 20px;
	width: 290px;
	padding-left: 16px;
	line-height: 18px;
	color: #54504D;
	text-decoration: none;
	font-weight: bold;
	}
a:hover.store_link{
	text-decoration: underline;
}

