body {
 background-color: #e8e8e8;
 background-image: url("../images/achtergrond.jpg");
 margin: 0px 0px 0px 0px;
 font-family: arial, sans-serif;
 font-size: 11px;
 color: #7d7d7d;
 background-repeat:no-repeat;
 height: 100%;
}

p {
 margin-top:0px;
}

h1 {
 font-size: 36px;
 font-weight: normal;
 color: #1e3961;
 margin-bottom:0px;
}

h2 {
 font-size: 30px;
 font-weight: normal;
 color: #1e3961;
 margin-bottom:0px;
}

h3 {
 font-size: 36px;
 font-weight: normal;
 color: #ee7d03;
 margin-bottom:0px;
}

a {
 text-decoration: none;
 color: #ee7d03;
 cursor:pointer;
}


input,select,textarea{
 border: 1px solid #1e3961;
 background-color: #ffffff;
 width:200px;
}


#contentlinks{
 position: absolute;
 left: 80px;
 top: 260px;
 padding:0px 0px 0px 0px;
 width:460px;
 font-size: 20px;
 font-weight:normal;
}

#contentrechts{
 position: absolute;
 left: 560px;
 top: 260px;
 padding:0px 0px 0px 0px;
 width:380px;
 font-size: 16px;
}

#contentgroot{
 position: absolute;
 left: 80px;
 top: 260px;
 padding:0px 0px 0px 0px;
 width:800px;
 text-align: left;
 font-size: 20px;
}


#menu{
 position: absolute;
 left: 80px;
 top: 200px;
 padding:0px 0px 0px 0px;
 font-size: 20px;
 font-weight:bold;
}

#menu a{
 padding:10px 10px 10px 10px;
 height: 75px;
 color: #1e3961;
}


#menu a:link {color:#1e396}      /* unvisited link */
#menu a:visited {color:#1e396}  /* visited link */
#menu a:hover {color:#457dd0}  /* mouse over link */
#menu a:active {color:#457dd0}  /* selected link */


#menu a.actief:link {color:#ee7d03;}      /* unvisited link */
#menu a.actief:visited {color:#ee7d03;}  /* visited link */
#menu a.actief:hover {color:#457dd0}  /* mouse over link */
#menu a.actief:active {color:#ee7d03}  /* selected link */


#counter{
 position: absolute;
 left: 690px;
 top: 20px;
 width: 280px;
 padding:0px 0px 0px 0px;
 color: #ffffff;
 font-size: 16px;
 font-weight: bold;
 text-align: right;
}




