/* Handcoding by Robin Bodegom for Bodegom.com */

/* Algemeen */
body{color: white; background-color: #ede9e0; font-family: "Gill Sans", Arial, sans-serif;}
h1 { margin-top: 1em; margin-bottom: 5px; color: #262261; background-color: transparent; font-size: 1.5em;}
h2 { color: #1f1f1f; background-color: transparent; font-size: 1em; font-weight: bold;}
h3 { color: #bf1e2d; background-color: transparent; font-size: 1em; margin-bottom: -16px;}
p { color: #3f3f3f; background-color: white; font-size: 1em; line-height: 1.2em;}

.clear {clear: both;}

/* Blokken */
#container{border: 1px #262261 solid; height: 742px; width: 980px; margin: -5px auto 0px auto; background-color: white; color: black; }
.kop{width: 980px; height: 101px; margin: 0px 0px 0px 0px; position: absolute; background-image: url(../nav/samen.png); background-repeat: no-repeat;}
.logo {display: block; position: absolute; height: 200px; width: 210px; z-index: 3; margin: 275px 0px 0px 750px; 
background-image: url(../nav/logo2.png); background-repeat: no-repeat;}
.content {z-index: 2; display: block; position: absolute; width: 700px; margin: 160px 0px 0px 35px;}
.bodem {z-index: 1; display: block; position: absolute; height: 192px; width: 980px; background-image:url(../nav/stenen.png); background-repeat: no-repeat; margin-top: 550px; }
	
/* links algemeen */
a:link{color: black; background-color: transparent; text-decoration: underline; border: none;}
a:visited{color: black; background-color: transparent;text-decoration: underline; border: none;}
a:hover{color: #b05800; background-color: transparent; text-decoration: none; border: none;}
a:active{color: black; background-color: transparent; text-decoration: underline; border: none;}

/* Menu */
.menu {position: absolute; margin-top: 100px; font-size: 1.5em; color: white; background-color: #262261; }
.knop1 {width: 200px; text-align: center;}
.knop2 {width: 200px; text-align: center;}
.knop3 {width: 196px; text-align: center;}
.knop4 {width: 196px; text-align: center;}
.knop5 {width: 166px; text-align: center;}

.menu a:link{color: white; background-color: transparent; text-decoration: none; border: none;}
.menu a:visited{color: white; background-color: transparent;text-decoration: none; border: none;}
.menu a:hover{color: #ffca40; background-color: transparent; text-decoration: none; border: none;}
.menu a:active{color: white; background-color: transparent; text-decoration: none; border: none;}

/* Contact pagina */
.zhong2 { display: block; margin: -40px 0px 0px 55px; }
.zhong {display: block; margin: 40px 0px 0px 10px; }
.telefoon {display: block; margin: -75px 0px 0px 250px; }

