body{
font-family: Arial;
font-size: 12px;
color: #666666;
text-align: justify;
margin:0px;
line-height: 18px;}


img {
}

#wrap1{
border: 1px solid #999999;}

#wrap2{
padding: 5px;}

#wrapper{
width: 100%;
margin: auto;
}

#headermobiel{
display:none;
}

#menumobiel{
display:none;
}


ul#mobielmenu li{
width:100%;
padding-top: 16px;
display:inline-block;
}

#mobielmenu li a.menulink{
width:100%;
border-bottom-style:none;
}


#header{
width: 100%;
height:173px;
display:block;
float:left;
background: url(images/auto/header.jpg) no-repeat;
margin: 0px 5px 0px 0px;
}

#headerwrap{
width: 100%;
height: 173px;
background: url(images/auto/headertop.jpg);}

#contentwrapper{
width:100%;
background:url(images/auto/midden.jpg) repeat-y;
display: block;
float:left;
margin: 0px 0px 0px 0px;}

#menu{
width: 206px;
padding-left: 25px;
padding-top: 16px;
border-top: 1px solid #ffffff;
display:block;
float:left;
}

label.show-menu{
text-align:left;
padding-left:10px;
}

a.menulink,
a.menulink hover,
a.menulink active,
a.menulink visited {
margin-top: -16px;
display:block;
height: 35px;
line-height: 35px;
width: 206px;
border-bottom: 1px solid #ffffff;
text-indent: 20px;
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;}

#content{
width: 100%;
display:block;
float:left;
padding: 20px;}

#titel{
width: 555px;
display:block;
float:left;
padding: 0px;
color: #ffffff;
font-size: 15px;
font-weight: bold;}

#adres{
color: #ffffff;
margin-top: 30px;
padding: 20px;
font-size: 11px;}

#footer{
display:block;
float:left;
background: url(images/auto/footer.jpg) no-repeat;
width: 100%;
height: 67px;}

#footerwrap{
background: url(images/auto/footer2.jpg);
width: 100%;
height: 67px;
display:block;
float:left;}

#iframe {
display:block;
float:left;
}

#footer2{
text-align: center;}

#footer2 img{
border: none;
padding: 0px;}

#footermobiel, #headermobiel{
display:none;
}


















@media only screen and (max-width:450px ){

body{
text-align: left;
}

#wrap1{
border: none}

#wrap2{
padding:0px;}

#wrapper{
width: 90%;
margin: auto;
}

#menumobiel{
display:block;
}

#header{
display:none;
}

#headermobiel{
display:block;
margin:0 auto;
text-align:center;
margin-top:20px;
}

#headermobiel img{
border-style:none;
}

#headerwrap{
display:none;}

#contentwrapper{
width:100%;
background:none;
display: block;
float:none;
margin: 0px 0px 0px 0px;}

#menu{
display:none;
}


#content{
width: 100%;
display:block;
float:none;
padding: 20px;}

#titel{
width: 100%;
display:block;
float:none;
padding: 0px;
color: #ffffff;
font-size: 15px;
font-weight: bold;}

#footer{
display:none;}

#footerwrap{
display:none;}

#iframe {
display:block;
float:none;
}

#footer2{
display:none;}


#footermobiel{
display:block;
}

#adresmobiel{
width:90%;
padding:20px 5%;
background:#0201a7;
float:none;
color:#fff;
margin-bottom:20px;
}

#adresmobiel a{
color:#fff;
font-weight:bold;
text-decoration:none;
}

#copyright a{
color:#666;
font-weight:bold;
text-decoration:none;
}

#copyright{
text-align:center;
margin-bottom:20px;}

#footermobiel h2{
margin-bottom:5px;
margin-top:0px;
font-size:16px;
}










}

































@media only screen and (min-width: 451px) and (max-width:800px ){

body{
text-align: left;
}

#wrap1{
border: none}

#wrap2{
padding:0px;}

#wrapper{
width: 90%;
margin: auto;
}

#header{
display:none;
}

#menumobiel{
display:block;
}

#headermobiel{
display:block;
margin:0 auto;
text-align:center;
margin-top:20px;
}

#headermobiel img{
border-style:none;
}

#headerwrap{
display:none;}

#contentwrapper{
width:100%;
background:none;
display: block;
float:none;
margin: 0px 0px 0px 0px;}

#menu{
display:none;
}


#content{
width: 100%;
display:block;
float:none;
padding: 20px;}

#titel{
width: 100%;
display:block;
float:none;
padding: 0px;
color: #ffffff;
font-size: 15px;
font-weight: bold;}

#footer{
display:none;}

#footerwrap{
display:none;}

#iframe {
display:block;
float:none;
}

#footer2{
display:none;}


#footermobiel{
display:block;
}

#adresmobiel{
width:90%;
padding:20px 5%;
background:#0201a7;
float:none;
color:#fff;
margin-bottom:20px;
}

#adresmobiel a{
color:#fff;
font-weight:bold;
text-decoration:none;
}

#copyright a{
color:#666;
font-weight:bold;
text-decoration:none;
}

#copyright{
text-align:center;
margin-bottom:20px;}

#footermobiel h2{
margin-bottom:5px;
margin-top:0px;
font-size:16px;
}














}











/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #999;
	text-decoration: none;
}

/*Hover state for top level links*/
li:hover a {
	background: #080;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #0201A7 ;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #mobielmenu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 800px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}




