/*General styles*/

html { overflow-y:scroll; }

body {
	font:normal 95%/1.5 futura, century gothic, arial, verdana;
	font-weight:normal;
	background:#fff;
	color:#111;
	padding:0;
	background:#fff;
	margin-top: 75px;
}

#page {
	width:100%;
	max-width:1100px;
	margin:0 auto;
	border-top: 1px dotted #ccc;
}

#content {
	width:100%
}

p {
	font-size:1em;
}
a img {
	border: none;
	outline: none;
}
header/*#############################*/
/*            HEADER           */
/*#############################*/

 {
	margin-bottom:15px;
	height:60px;
	width: 100%;
	float: left;
}

#logo {
	width:250px;
	position:relative;
	margin: 0 auto;
	padding: 0 20px;
	background-color: #FFFFFF;
	margin-top: -37px;
}

	#logo a {
		position:relative;
		z-index:999
	}

	#logo a:hover {
	-moz-opacity:0.25;
	opacity:0.25;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=25);
	}

#main {
	margin-bottom:30px;
}

div#partnerprogramm
{
	text-align:center;
	width:100%;
	height: auto;
	padding: 0;
	margin-top: 20px;
	float: left;
}

section 
{
	text-align:left;
	height: auto;
	padding: 0;
	float: left;
}
section a {
	text-decoration: underline;

}

section.images {
	width: 100%;
	padding: 5px;
	float: none;
}
section.images #camperverleih {
	width: 32.33%;
	margin: 0 auto;
	position: relative;
}

section.images   h1    {
	text-transform:none;
	font-weight:700;
	color:#fff;
	text-align:left;
	-webkit-text-shadow: 1px 1px 1px #000000;
	-moz-text-shadow: 1px 1px 1px #000000;
	-o-text-shadow: 1px 1px 1px #000000;
	text-shadow: 1px 1px 1px #000000;
	position: absolute;
	left: 20px;
	margin: 0;
	padding: 0;
	top: 20px;
	display: block;
	margin-bottom: 0px;
	}

section.images    img, section.slideshow  img {
	width: 100%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-height: 374px;
}
section.slideshow  div#thumbs {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 100;
	float: left;
}
section.slideshow div#thumbs img {
	width: 50px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	height: 50px;
	margin-right: 5px;
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    filter: alpha(opacity=70); /*IE7 und kleiner*/;
	border:1px solid #fff;
}
section.slideshow div#thumbs a:hover img, section.slideshow div#thumbs a img.highlight {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE8 */
    filter: alpha(opacity=100); /*IE7 und kleiner*/;
}
section.slideshow h3 {
	font-size:0.9em;
	position: absolute;
	right: 20px;
	background-color: #000000;
	color: #fff;
	padding: 2px 5px;
	top: 5px;
}

section.images h1 img {
	-webkit-border-radius: 0;
	border-radius: 0;
	width: auto;
}

section.text {
	width: 97%;
	padding: 10px 10px 25px 10px;
	background-color: #CCCCCC;
	margin: 0 5px;
	height: auto;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
section.text div {
	float: left;
	width: 75%;
}
section.text div.full {
	width: 100%;
}


section.text  h1,section.text  h2    {
	text-transform:none;
	font-weight:700;
	color:#333333;
	margin: 0 0 5px 0;
	padding: 0;
	}

section.text  h2   {
	font-size:1em;
}
section.text span h2 {
	text-transform:none;
	font-weight:700;
	color:#FFFFFF;
	margin: 0 0 5px 0;
	padding: 0;
}
section.text div ul {
	float: left;
	margin: 10px 20px;
	padding: 0;
}

section.text  p {
	padding: 10px 0;
	float: left;
	margin: 0;
}
div#nav {
	width: 60%;
	float: right;
	clear: both;
	text-align: right;

}
div#nav a {
	padding: 2px 7px;
	border: 1px solid #cecece;
	float: left;
	background-color: #FFFFFF;
	margin: 1px 3px 0px 0px;
	color: #000;

}
div#nav  a:hover, div#nav  a.activeSlide {
	background-color: #CCCCCC;
	color: #000;
	border: 1px solid #343;
}
section.slideshow, section#top_nav {
	width: 99%;
	padding: 5px;
}
		
/*#############################*/
/*          NAVIGATION         */
/*#############################*/

section.text div[role="navigation"] {
	float: left;
	min-width: 210px;
	width: 200px;
	margin-right: 10px;
}

section.text  div[role="navigation"] ul {
	float: left;
	list-style-type: none;
	margin: 5px 0;
}


		section.text  div[role="navigation"] ul li {
	display:block;
	margin:1px 0;
		}
		
		section.text  div[role="navigation"] ul li a {
	display:block;
	font-weight:700;
	text-decoration:none;
	color:#dedede;
	padding:5px 15px;
	margin-left:0;
	background:#333;
	/* gradiant bg */
			background: -moz-linear-gradient(top, #45484d 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#333));
	background: linear-gradient(top, #45484d 0%, #333 100%);
	/* Border radius */
			-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	min-width: 160px;
		}
		
			section.text div[role="navigation"] ul li.selected a, section.text div[role="navigation"] ul li a:hover {
				color:#fff;
			}
			

section#top_nav {
	width: 99%;
	float: left;
}

section#top_nav ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


		section#top_nav ul li {
	margin:0 5px 0 0;
	float: left;
		}
		
		section#top_nav ul li a {
	display:block;
	font-weight:700;
	text-decoration:none;
	color:#dedede;
	padding:5px 15px;
	margin-left:0;
	background:#333;
	/* gradiant bg */
	background: -moz-linear-gradient(top, #45484d 0%, #333 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#333));
	background: linear-gradient(top, #45484d 0%, #333 100%);
	/* Border radius */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
		}
		
			section#top_nav ul li.selected a,
			section#top_nav ul li a:hover {
				color:#fff;
				/* gradiant bg */
				background: -moz-linear-gradient(top, #333 0%, #45484d 100%); 
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#45484d)); 
				background: linear-gradient(top, #333 0%, #45484d 100%); 
				/* text shadow */
				-webkit-text-shadow: 1px 2px 0px #000;
				-moz-text-shadow: 1px 2px 0px #000;
				-o-text-shadow: 1px 2px 0px #000;
				text-shadow: 1px 2px 0px #000;
				
				-webkit-box-shadow: inset 1px 4px 1px , 0, 0, 0.85);
				box-shadow: inset 1px 4px 1px , 0, 0, 0.85);
			}

section#top_nav ul li.selected#karosserie a, section.text#karosserie div[role="navigation"] ul li.selected a, section.text#karosserie div[role="navigation"] ul li a:hover {
background: rgb(222,193,41);
-webkit-text-shadow: 1px 2px 0px #a9900b;
-moz-text-shadow: 1px 2px 0px #a9900b;
-o-text-shadow: 1px 2px 0px #a9900b;
text-shadow: 1px 2px 0px #a9900b;
}
section#top_nav ul li.selected#waschanlage a, section.text#waschanlage div[role="navigation"] ul li.selected a, section.text#waschanlage div[role="navigation"] ul li a:hover {
background: rgb(19,139,199);
-webkit-text-shadow: 1px 2px 0px #1276ac;
-moz-text-shadow: 1px 2px 0px #1276ac;
-o-text-shadow: 1px 2px 0px #1276ac;
text-shadow: 1px 2px 0px #1276ac;
}
section#top_nav ul li.selected#camperverleih a, section.text#camperverleih div[role="navigation"] ul li.selected a, section.text#camperverleih div[role="navigation"] ul li a:hover {
background: rgb(255,156,0);
-webkit-text-shadow: 1px 2px 0px #ac6f10;
-moz-text-shadow: 1px 2px 0px #ac6f10;
-o-text-shadow: 1px 2px 0px #ac6f10;
text-shadow: 1px 2px 0px #ac6f10;
}

footer div {
	border-top:1px dotted #ccc;
	padding-top:10px;
	width:100%;
	margin-top: 35px;
	font-size: 95%;
	font-weight: normal;
	padding-bottom: 45px;
}

footer {
	width: 100%;
	float: left;
}
footer nav[role="navigation"] ul {
	margin: 0;
	padding: 0;

}
footer     nav[role="navigation"]     ul     li, .footer    li    {
	display: inline;
	list-style-type: none;

	}
	
	footer nav[role="navigation"] ul li a {
	font-weight:700;
	text-transform:lowercase;
	margin-left:6px;
	padding-left:7px;
	border-left:1px dotted #999;
	color: #333;
	}
	
		footer nav[role="navigation"] ul li:first-child a {
			border-left:none;
			margin-left:0;
			padding-left:0;
		}
	
		footer nav[role="navigation"] ul li.selected a,
		footer nav[role="navigation"] ul li a:hover {
			color:#333;
		}
footer nav[role="navigation"] ul li:last-Child {
	float: right;
	color: #aaa;

}
#page #main #content .languages {
	display: block;
	text-align: right;
	margin: 0 15px 15px 0;


}
#page #main #content .languages a {
	color: #666;

}
video {
width: 100%;
/*max-width: 380px;
margin-top: 20px;*/
}

a#show_details {
color: #fff;
font-weight: 700;
display: block;
    margin-left: 20px;
}