body{
margin: 0px;
border:0px;
padding:0px;
height:100%;
max-height:100%;
background-color: #218e39;
background-image:url('lijn.jpg');
background-position:right bottom;
background-attachment:fixed;
background-repeat:repeat-x;
box-sizing:border-box;
-moz-box-sizing: border-box;
font-family:arial;
}

h1{font-size:18px;color:#fffbce; margin-left:40px;margin-right:30%;margin-bottom:40px;background-color:#bd2429;border:1px solid #fffbce;padding-left:5px;padding-bottom:2px;background:url('h12.jpg') top left;}
p {color: #fffbce; margin-left:40px;margin-right:30%;}
p.credit{font-size:12px;}
strong{font-weight:bold;}
ul{float:left;width:100%;padding:0;margin:0;list-style-type:none;}
li {display:inline}

form{
margin-left:40px;
margin-right:30%;
padding-top:20px;
text-align:center;
color:#fffbce;
background-color:#BD2429;
border:1px solid black;}
input{
display:block;
position:relative;
margin:10 auto;
background-color:#fffbce;
width:300px;}
textarea{background-color:#fffbce;
}

table{
text-align: left;
width: 800px;
height: 223px;
border-spacing:5px;
padding:2px;}
td{vertical-align: top;font-weight:bold;}
td img{float:right;}
td#darkred{background-color:#ce0000;}
td#red{background-color:#ff0000;}
td#purple{background-color:#6330ff;}
td#yellow{background-color:#ffff00;}
td#white{background-color:#ceffff;}
td#orange{background-color:#ff6500;}
td#lightblue{background-color:#31ffff;}
td#magenta{background-color:#9c9aff;}
td#grey{background-color:#cecfce;}
td#green{background-color:#31ff31;}
td#lightgreen{background-color:#9cff9c;}
td#lightred{background-color:#ff6563;
}


#menu a,
#hoofdnav a{
font-size:14px;text-align:center; float:left;
width:140px;
text-decoration:none;
color: #fffbce;
padding:0.2em 0.2em;
}
#menu a{margin-left:5px;}
#menu a:hover,
#hoofdnav a:hover {
background-color: #218e39;background-image:url('hover2.jpg');
background-position:top center;background-repeat:repeat-x;color: yellow;
}
#inhoud a{color:#fffbce;}
#inhoud a:hover{color:black;}

#head{
position: absolute;
top: 0px;
left: 0px;
z-index:3;
height: 120px;
background-color: #BD2429;
border: 5px solid;
border-color: #fffbce;
overflow:hidden;
}
#head img{width:150px;height:120px;}
img.pomlogo{border-right:5px solid;
border-bottom:5px solid;
border-color:#fffbce;
width:150px;height:120px;}


#hoofdnav{
overflow:hidden;
position: absolute;
z-index: 2;
top:125px;
left:155px;
width:770px;
height:40px;
background-color: #BD2429;
background-image:url('menu.jpg');
background-position:top left;
background-repeat:repeat-x;
border-left: 5px solid;
border-right: 5px solid;
border-top: 5px solid;
border-bottom: 5px solid;
border-color: #fffbce;
}


#menu{
overflow:hidden;
position: absolute;
z-index: 1;
left: 0px;
top: 170px;
width: 160px;
height:400px;
background-image:url('menu.gif');
background-color: #218e39;
}

#logo{
position:absolute;
bottom:5px;
left:5px;
}

#inhoud{
position: fixed;
overflow:auto;
z-index: 10;
margin: 0 auto 10 auto;
top: 185px;
left: 180px;
right: 0px;
bottom:0px;
background-color:#218e39;
background-image:url('b.jpg');
background-position:right bottom;
background-attachment:fixed;
background-repeat:no-repeat;
}
#inhoud img{margin-left:25%;border:2px solid black;}
#inhoud img.left{margin-left:0%;margin-right:5%;float:left;}
#inhoud img.gallery{margin:10px;margin-right:50px;}
#inhoud img.right{float:right;}



#nieuws{
position:absolute;
top:25px;
right:5px;
width:200px;
border-left:1px solid;
font-size:11px;
}
#nieuws h1{font-size:12;}


* html body{padding:180px 0 10 180px;}
* html #inhoud{height:100%;width:100%;}
* html #menu{width:160px;}
* html #extra{top:480px;}
* html #nieuws p{margin-right:10%;}
* html #head{height:130px;width:935px;}
* html #hoofdnav{width:780px;height:50px;}