@import url('reset.css');

body{
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	line-height: 170%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

#wrapper{
}

#container{
}

#print_logo{
	
}

#navigation{
	display: none;
}

#content{

}

#leftcontent{
}

	#motorhome{

	}
	
	#beschikbaarheid{

	}

		#beschikbaarheid a:link, #beschikbaarheid a:visited, #beschikbaarheid a:hover, #beschikbaarheid a:active{
			color: #000;
		}
	
	#contact{

	}
	
		#contact a:link, #contact a:visited, #contact a:hover, #contact a:active{
			color: #000;
		}

#rightcontent{
}

	#fotogalerij{
		display: none;
	}
	
	
	#paperassen{
	}
	
	#hoe_huren{
	}
	
		#hoe_huren a:link, #hoe_huren a:visited, #hoe_huren a:hover, #hoe_huren a:active{
			color: #000;
		}
	
	#onze_prijzen{
	}
	
		#onze_prijzen h2{
			background-color: #ccc;
			padding: 4px 10px;
			font-weight: bold;
			margin-top: 10px;
		}
		
		#onze_prijzen .tekst{
		}

.tekst{
	padding: 20px 0px;
}

.tekst_motorhome{
	padding: 20px 0px;
}

h1 img{
	display: none;
}

h1 span{
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	display: block;
}

#content p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

#footer{
	color: #666;
	padding: 25px 0px;
}

	#footer a:link, #footer a:hover, #footer a:visited, #footer a:active{
		color: #666;
	}
	
	#footer img{
		display: none;
	}

/* CLEARFIX */

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

.clearfix {
    #display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* END CLEARFIX */


