/* algemene opmaak */

body {
  background-color: #C9E3FA;
  font-family: verdana, arial, helvetica, serif; 
  scrollbar-face-color: white;
  scrollbar-arrow-color: black;
  scrollbar-base-color: white;
  scrollbar-shadow-color: black;
  scrollbar-dark-shadow-color: white;
  scrollbar-highlight-color: black;
  scrollbar-3d-light-color: white;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:link {
  color: #33f;
}

a:active {
  color: red;
}

a:visited {
  color: #06F;
}

p {  
  font-style: normal; 
  font-weight: normal; 
  font-size: 11px; 
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
}

image {
  border-color: #034FA3;
}

/* specifieke opmaakklassen */

.standaard {
  font-style: normal;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  font-color: #404040;
  clear: both;
}

.kop {
  font-style: bold;
  color: black;
  font-weight: bold;
  font-size: 14pt;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
} 

.kopje {
  text-decoration: none;
  text-color: #034FA3;
  text-weight: bold;
}  

.slogan {
  font-style: italic;
  font-family: verdana;
  font-size: 12pt;
  font-weight: bold;
  color: #034FA3;
  text-align: center;
}

.rechterkolom {
  text-align: right;
}

a.link_groot {
  font-style: normal;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bolder;
  color: #C9E3FA;
}

a.link_klein {
  font-style: normal;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 9pt;
  color: #C9E3FA;
}

a.footer:visited {
  color: #034FA3;
}

.linkbalk {
  font-style: normal;
  font-weight: bold;
  font-color: #404040;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 8pt;
  text-align: center;
}

.kleine_lettertjes {
  font-style: normal;
  font-color: black;
  font-size: 7pt;
}

li {
  font-style: normal;
  font-family: verdana;
  font-size: 8pt;
  font-color: blue;
}

/* layout */

#container {
background-color: #C9E3FA;
width: 640px;
top: 20px;
left: 200px;
text-align: left;
position: absolute;
margin: 0px;
}

#koplogo {
background-color: #034FA3;
height: 100px;
left: 0px;
position: absolute;
padding: 13px 0px 0px 0px;
text-align: center;
width: 448px;
z-index: 1
}

#kopplaatje {
background-color: white;
height: 100px;
left: 448px;
position: absolute;
padding-top: 10px;
text-align: center;
top: 0px;
width: 192px;
z-index: 2
}

#slogan {
background-color: #C9E3FA;
height: 50px;
left: 0px;
position: absolute;
padding-top: 15px;
top: 100px;
width: 640px;
z-index: 3
}

#content {
background-color: white;
height: 600px;
position: absolute;
padding: 5px 0px 1px 5px;
top: 150px;
left: 0px;
width: 443px;
z-index: 4
}

#rechterkolom {
background-color: #034FA3;
height: 600px;
left: 448px;
position: absolute;
padding-top: 10px;
top: 150px;
width: 192px;
z-index: 3
}

#footer {
background-color: #C9E3FA;
height: 25px;
left: 0px;
position: absolute;
padding-top: 5px;
top: 750px;
width: 640px;
z-index: 6
}