body {
 background-color: #ffffff;
 background-image: url("../images/achtergrond.gif");
 margin: 0px 0px 0px 0px;
 font-family: arial, sans-serif;
 font-size: 11px;
 color: #1e3961;
}

h1 {
 font-size: 24px;
 font-weight: bold;
 color: #00bfff;
}

h2 {
 font-size: 20px;
 font-weight: bold;
 color: #54387b;
}

h3 {
 font-size: 16px;
 font-weight: bold;
 color: #457dd0
}

a {
 text-decoration: none;
 color: #ee7d03;
 cursor:pointer;
}


input,select,textarea{
 border: 1px solid #457dd0;
 background-color: #ffffff;
 width:200px;
}


#contentlinks{
 position: absolute;
 left: 87px;
 top: 248px;
 padding:0px 0px 0px 0px;
 width:400px;
 text-align: center;
 font-size: 20px;
 font-weight:bold;
}

#contentrechts{
 position: absolute;
 left: 515px;
 top: 248px;
 padding:0px 0px 0px 0px;
 width:400px;
 text-align: right;
}

#contentgroot{
 position: absolute;
 left: 87px;
 top: 230px;
 padding:0px 0px 0px 0px;
 width:800px;
 text-align: left;
 font-size: 14px;
 font-weight:bold;
}

#menu{
 position: absolute;
 left: 87px;
 top: 168px;
 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: 240px;
 padding:0px 0px 0px 0px;
 color: #ee7d03;
 font-size: 16px;
 font-weight: bold;
 text-align: right;
}

#logoklein{
 position: absolute;
 left: 650px;
 top: 20px;
}

#footer{
 position: absolute;
 left: 50px;
 bottom: 0px;
 width: 881px;
 padding:5px 10px 5px 10px;
 background-color:#ee7d03;
 color: #ffffff;
}

#goededoelenhome{
 position: absolute;
 left: 500px;
 top: 300px;
}

.large{
 font-size: 28px;
 position: relative;
 top: 3px;
}

.orange{
 color: #ee7d03;
}

.lblue{
 color: #457dd0;
}

.aqua{
 color: #00bfff;
}

.purple{
 color: #54387b;
}

