body
{
text-align: center;
background-color: #D8D8D8;
font-family: arial;
font-size: 11px;
}

#container{
text-align: left;
background-color: #FAF6DE;
margin:  0 auto;
width: 1000px;
height: auto;

border: 1px solid #333333;
}

/*#logobackground{
background-image: url("images/logobackground.png");
height: 800px;
width: 800px;
}*/

#header{
background-image: url("images/header.png");
height: 215px;
width: 1000px;
margin-top: 60px;
}

#navigation { 
	width: 700px;
	text-align: center;
	list-style: none;
	margin-left: 335px;
	
	}
#navigation li {
	width: auto;
	display:inline;
	padding-right: 20px;
	}

#navigation a:link  {  
	font-size: 200%;
	color: black;
	text-decoration: none;
    display:inline;
	
	}
#navigation a:visited  {
	font-size: 200%;
	color: black;
	text-decoration: none;
    display:inline;
	}	
 #navigation a:hover{
	color:red;
}

#tekstcontainer{
background-color: #F2F2F2;
background-image: url("images/tekstcontainer.png");
height: 280px;
width:730px;
padding: 20px;
border: 1px solid;
border-color: #333333;
border-left: 0px;
}

#tekstcontainerhome{
background-color: #F2F2F2;
background-image: url("images/tekstcontainer.png");
height: 280px;
width:730px;
padding: 20px;
border: 1px solid;
border-color: #333333;
border-left: 0px;
font-size: 120%;
}

#tekstcontainerlinks{
background-color: #F2F2F2;
background-image: url("images/tekstcontainer.png");
height: 280px;
width:730px;
padding: 20px;
border: 1px solid;
border-color: #333333;
border-left: 0px;
}

img{
border-style: none;
}

#containerprijslijst{
background-color: #F2F2F2;
background-image: url("images/prijslijst.png");
height: 280px;
width:730px;
padding: 20px;
border: 1px solid;
border-color: #333333;
border-left: 0px;
}

#kolomrechts{
background-color: #F2F2F2;
background-image: url("images/kolomrechts.png");
height: 280px;
width:170px;
float: right;
margin-top: -320px;
text-align: center;
padding: 20px;
font-size: 110%;
border: 1px solid;
border-right: 0px;
}

#footer{
background-image: url("images/footer.png");
height: 30px;
width: 1000px;
margin-top: 20px;
margin-bottom: 20px;
}

#maps{
margin-left: 450px;
margin-top: -298px;
}

#kolom2{
margin-left: 340px;
margin-top: -250px;
}

#behandeling{
width: 220px;
}

#sluitingsdagen{
background-image: url("images/sluitingsdagen.png");
height: 66px;
width:380px;
border: 2px solid;
border-color: #E73020;
margin-left: 343px;
margin-top: -115px;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

#sluitingsdagen{margin-top:0px;}
#kolom2{margin-top: -230px;}
#maps{margin-top: -288px;}
}


