*{
	font-family: arial, sans-serif;	
	font-size: 12px;
}
	
html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
 	background: url('/de/pictures/allgemein/bg_main.gif') center;
	padding: 0; 
	margin: 0px;
	height: 100%;
}

#container { 
	margin: 0 auto;
	width: 1000px; 
	min-height: 94%;
}

* html #container{
	height: 94%;
}


#header { 
	background-color: #ffffff; 
	background: url('/de/pictures/allgemein/bg_head.jpg');
	width: 1000px; 
	height: 158px; 
}

#navicontainer { 
	background: url('/de/pictures/allgemein/bg_navi.jpg');
	background-position: 1px 0px;
	background-repeat: no-repeat;
	width: 208px;
	height: 445px;
	overflow: visible;
	float: left;	
}

#navi{
	padding-top: 40px;
	margin-left: 20px;
	width: 150px;
}

#content { 
	padding: 0px;
	padding-bottom: 30px; 
	width: 600px;
	float: left;
}

#rechts { 
	width: 138px; 
	padding-top: 50px;
	float:right;
}

#content ul{
	list-style-type: none;
}

#content ul li{
	padding-left: 10px;
	background: url('/de/pictures/allgemein/bullet.gif') no-repeat 0px 5px;
}

#karte{

}

#footer{
	width: 1000px; 
	height: 52px;
	margin: 0px auto;
	background: url('/de/pictures/allgemein/bg_footer.gif');
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-color: #CF0006;
	border-bottom-style: solid;	
}

* html #footer{
	margin-top: 2px;
}

#copyright {
	text-align: right;	
	padding-right: 5px;
	padding-top: 35px;
}

#copyright a{
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#headerlink{
	text-align: right;
	padding-right: 20px;
	padding-top: 40px;
	font-size: 11px;
	color: #CF0006;
}

#headerlink a{
	right: 20px;
	top: 20px;
	color: #CF0006;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
}

/*
  navigation level 1
*/
#navicontainer ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

#navicontainer ul li{
  padding-top: 1px;
}

#navicontainer ul li#li_nav1_open{  /* special layout for open links */
	padding-left: 5px;
}


#navicontainer ul li a{
	font-size: 11px;
	line-height: 16px;
	display: block;
	padding-left: 20px;
	color: #5B1905;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF4D6;
	border-color: #FECB09;
	border-width: 1px;
	border-style: solid;  
}

#navicontainer ul li a:hover, #navContainer ul li a:focus{
	padding-left: 11px;
	border-left-color: #CF0006;
	border-left-width: 10px;
	border-left-style: solid;  
	border-bottom-color: #FECB09;
	border-bottom-width: 1px;
	border-bottom-style: solid;  
	background: #F0F0F0;  
}

#navicontainer ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open{
	padding-left: 11px;
	border-left-color: #CF0006;
	border-left-width: 10px;
	border-left-style: solid;  
	border-bottom-color: #FECB09;
	border-bottom-width: 1px;
	border-bottom-style: solid;  
	background: #F0F0F0;  
}

/*
  Design for submenu
*/
#navicontainer li li{
  line-height: 11px;
}

#navicontainer ul ul a{
	display: block;
	padding: 0px;
	padding-left: 25px;
	color: #5B1905;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	background: #FFF4D6;
	border-bottom-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;    
}

#navicontainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open{
	padding-left: 26px;
	border-left-color: #FBCC00;
	border-left-width: 0px;
	border-left-style: solid; 	
	background: #FFFAEB;
	color: #CF0006;
}

#content .thumbnail{
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-color: #FFDA72;
	border-width: 1px;
	border-style: solid;
}

.fliesstext{
	font-size: 12px;
	color: #5B1905;
}

.smalltext{
	font-size: 10px;
	color: #5B1905;
}

.headline{
	font-size: 14px;
	color: #5B1905;
	font-weight: bold;
}

.subheadline{
	font-size: 11px;
	color: #CF0006;
	font-weight: bold;
}

#fusszeile{
	color: #CF0006;
}

#fusszeile a{
	color: #CF0006;
	font-size: 10px;
	text-decoration: none;
}

.headlineblock{
	display: block;
	background: #efefef;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	background: url('/de/pictures/allgemein/bg_headlineblock.gif');
	background-position: 0 6px;
	background-repeat:no-repeat;
	padding-bottom: 5px;
}

hr{
	color: #CF0006;
	border-color: #CF0006;
}

#button{
	float: right;
}

.thumbnailimage{
	border: 0px;
}

.thumbnail_left{
	float: left;
	margin-right: 10px;	
	border: 0px;	
}

.thumbnail_right{
	float: left;
	margin-right: 10px;	
	border: 0px;
}

.tabletechdata{
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-color: #5B1905;
	border-bottom-style: solid;
}

#mehrlink{
	text-align: right;
}

#mehrlink a{
	color: #CF0008;
	text-decoration: none;
}

a {
	color: #5B1905;
	text-decoration: underline;
}

#bo_hinweis{
	clear: both;
	border: 1px solid #cccccc;
	background: #efefef;
	margin-bottom: 10px;
}

#fzg_detail_reiter{

}

#fzg_detail_reiter ul{
	display: block;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fecb09;		
}

.grundriss_thumbnail {
	border: 0px;
}
	
#fzg_detail_reiter ul li{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	line-height: 22px;
	font-size: 12px;
}

#fzg_detail_reiter ul li a{
	color: #5B1905;
	text-decoration: none;	
	border-left: 1px solid #fecb09;
	border-top: 1px solid #fecb09;	
	border-right: 1px solid #fecb09;	
	border-bottom: 1px solid #ffffff;		
	padding-left: 20px;
	padding-right: 20px;	
	padding-top: 5px;
	padding-bottom: 5px;		
	background: #ffffff;
	background-position: 0 -8px;
}

#fzg_detail_reiter ul li .active{
	background: #fffaeb;
	font-weight: bold;
}

#fzg_detail_content{
	padding: 20px;
	background: #fffaeb;
	border-left: 1px solid #fecb09;
	border-right: 1px solid #fecb09;	
	border-bottom: 1px solid #fecb09;	
	overflow: visible;
	min-height: 200px;
}

#modell_container{
	border-bottom: 1px solid #fecb09;	
	height: 22px;
	width: 270px;
}

#modellbezeichnung{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
	width: 70px;
	float: left;
}

#schlafplaetze{
	margin-bottom: 5px;
	float:left;
}

#uebersicht a{
	color: #000000;
}

#back a{
	color: #000000;
}

#next a{
	color: #000000;
}

#sonderausstattung{
	display: block;
	background: #ffffff;
	border: 1px dotted #cccccc;
	padding: 10px;
	background: #ffffff;
}

#serienausstattung{
	background: #ffffff;
}

#serienausstattung ul{
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}

#serienausstattung ul li{
	display: block;
	margin: 0px;
	padding-left: 10px;
	list-style-image: url('../pictures/allgemein/icons/bullet.gif');
	list-style-position: outside;
	margin-bottom: 4px;
}

#panobox{
	position: absolute;
	margin: 0 auto;
	top: auto;
	width: 544px;
	height: 355px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: visible;
}

.preis{
	font-weight: bold;
}

.table_row_1{
	background: #fdfbf3;
	padding-left: 3px;
}

.table_row_2{
	background: #fbeec5;
	padding-left: 3px;	
}

/* Händlersuche */
#map{
	border: 1px solid #fecb09;
	width: 390px; 
	height: 400px; 
	float: left;	
}

#haendlerliste_block{
	border-bottom: 1px solid #fecb09;
	padding-bottom: 10px;
}

#listviewBlock {
	float: left;
	width: 280px;
	margin-right: 20px;
}

.listviewBlock {
	display: block;
	border-bottom: 1px solid #fecb09;
	padding-bottom: 5px;
	padding-top: 5px;	
}

#listview_block_trenner{
	float: left;	
}

#searchFrame {
	float: right;
	width: 160px;
}

label {
	float: left;
	width: 150px;
}

.input {
	margin-bottom: 5px;
	border: 1px solid #5b1905;
}

.input:focus {
	background: #ffe8a8;
}

.inputField {
	width: 200px;
}

.inputArea {
	width: 300px;
}

.invalid {
	border: 1px solid #ff0000;	
}

.button {
	border: 1px solid #5b1905;
	background: #ffe8a8;
	color: #5b1905;
}

#content .errorList {
	margin: 0px;
	padding: 0px;
	margin-left: 150px;
	list-style-type: none;
}

#content .errorList .errorBox {
	background: #ffc1c1;
	border: 1px solid #ff0000;
}