*{
	font-family: arial, sans-serif;	
	font-size: 12px;
}

body {
	padding: 0px; 
	margin: 0px;
	background: url("/pictures/layout/body_bg.gif") center repeat-y;
}

a img {
	border: 0px;	
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

.clearer {
	clear: both;	
}

#wrapper {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	background: url("/pictures/layout/wrapper_bg.jpg") bottom no-repeat;
}

#header {
	z-index: 1;
	position: relative;
	background: url("/pictures/layout/header_bg.gif") no-repeat;
	height: 200px; 
}

	#logo {
		position: absolute;
		top: 10px;
		right: 250px;
	}
	
	#langnav {
		position: absolute;
		top: 60px;
		right: 20px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		#langnav li {
			display: inline;
			margin-left: 5px;
		}
	
	#naviHeader {
		position: absolute;
		top: 20px;
		right: 20px;
		list-style-type: none;
	}
	
		#naviHeader li {
			display: inline;
			margin-right: 5px;
			margin-left: 4px;
		}
		
		#naviHeader li a {
			color: #cf0006;
			text-decoration: none;
		}
		
		#naviHeader li a:hover, 
		#naviHeader li .active {
			text-decoration: underline;
		}
		
#main {
	padding-bottom: 80px;
	min-height: 750px;
	height: auto !important;
	height: 750px;
}

	#content, 
	#news {
		margin-top: 20px;
		margin-left: 210px;
		width: 615px;
	}
	
		#news {
			margin-top: 50px;
		}
	
		#content ul{
			list-style-type: none;
		}
		
		#content ul li{
			padding-left: 10px;
			background: url("/pictures/layout/bullet.gif") no-repeat 0px 5px;
		}
		
		.newsBlock {
			width: 300px;
			height: 130px;
			margin-bottom: 15px;
			background: #fffaeb;
			overflow: hidden;
			background: url("/pictures/layout/newsBlock_bg.gif") no-repeat bottom #fffaeb;
		}
		
			.newsBlock h2 {
				margin: 0px;
				height: 20px;
				line-height: 20px;
				padding-left: 5px;
				background: #ffe9a6;
			}
			
			.newsBlock p {
				margin: 10px;
			}
			
				.newsBlock p .newsText {
					float: right;
					width: 280px;
				}
				
					.newsBlock p .newsText a {
						text-decoration: none;
					}
					
					.newsBlock p .newsText a:hover {
						text-decoration: underline;
					}
				
				.newsBlock p .newsText.small {
					width: 160px;
				}
				
				.newsBlock p .newsText.wide {
					width: 480px;
				}
		
			.newsBlock.wide {
				width: 615px;
				background: url("/pictures/layout/newsBlock_wide_bg.gif") no-repeat bottom #fffaeb;
			}

	#startImage {
		z-index: 2;
		position: relative;
		width: 615px;
		height: 320px;
		margin-top: -36px;
		margin-left: 150px;
		padding: 60px;
		padding-top: 50px;
		padding-bottom: 0px;
		background: url("/pictures/layout/startImage.jpg") no-repeat;
	}
	
		#startImage h1 {
			margin-bottom: 5px;
			color: #ab0f12;
			font-size: 25px;
		}
		
		#startImage h2 {
			margin-top: 5px;
			color: #6f6f6e;
			font-size: 17px;
		}
	
	#footer {
		position: absolute;
		right: 5px;
		bottom: 2px;
		height: 18px;
		line-height: 18px;
	}
	
		#footer a {
			text-decoration: none;
			font-size: 11px;
			color: #ffffff;
		}
	
#navi {
	z-index: 3;
	position: absolute;
	top: 220px;
	left: 20px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

	#navi li {
		margin-bottom: 1px;
	}
	
	#navi li a {
		display: block;
		line-height: 20px;
		padding-left: 20px;
		text-decoration: none;
		color: #5b1905;
		font-weight: bold;
		background: #fff4d6;
		border: 1px solid #fed100;
	}
	
	#navi li a:hover, 
	#navi li .active {
		padding-left: 11px;
		border-left: 10px solid #ab0f12;
	}
	
	#subnavi {
		margin: 0px;
		margin-left: 10px;
		padding: 0px;
		list-style-type: none;
	}
	
		#subnavi li a {
			padding-left: 10px;
		}
	
		#subnavi li a:hover, 
		#subnavi li .active {
			padding-left: 10px;
			border-left: 1px solid #fed100;
			background: #ffffff;
		}
	
.leftImage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* ALTES CSS */
#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;	
}

#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;
}