/* CSS Document */

body {
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

#header {
margin-left: 0px;
margin-top: 0px;
padding-left:22px;
width: 100%;
height: 97px;
background-image: url(/images/achterboven.gif);
background-repeat: repeat-x;
}

#content {
margin-left: 0px;
margin-top: 10px;
width: 1020px;
}

#cl {
float: left;
width: 150px;
}

#cc {
float: left;
margin-left: 15px;
width: 624px;
}

#cr {
float: left;
margin-left: 15px;
width: 150px;

}

#footer {
clear: both;
margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 150px;
width: 100%;
border-top: 1px solid #FF0000;
text-align: left;
font-size: 10px;
color: #999999;
}


/* teksten */

p {
font-size: 11px;
margin-top: 0px;
margin-bottom: 10px;
}

H1 {
margin-top: 0px;
margin-bottom: 10px;
padding-left: 12px;
font-size: 12px;
color: #FF0000;
background-image: url(/images/h1_icon.gif);
background-repeat: no-repeat;
}

.tekst {
font-size: 11px;
}

.tekstb {
font-size: 11px; 
font-weight: bold;
}

.tekstkl {
font-size: 9px;
}

.tekstkli {
font-size: 9px;
font-style: italic;
}

.teksti {
font-size: 11px;
font-style: italic;
}

.tekstbi {
font-size: 11px;
font-weight: bold;
font-style: italic
}

.kop {
font-size: 12px;
color: #FF0000;
font-weight: bold;
}

.floatright {
float:right;
margin-left:10px;
}

/* hoofdnavigatie */
 
 #navcontainer { width: 150px; }

 #navcontainer ul
 {
 margin-left: 10px;
 margin-top: 0px;
 padding-left: 0;
 list-style-type: none;
 }

 #navcontainer a
 {
 display: block;
 padding-left: 32px;
 padding-top: 3px;
 width: 137px;
 height: 20px;
 background-image: url(/images/button.gif);
 background-repeat: no-repeat;
 }

 #navcontainer a:link, #navlist a:visited
 {
 color: #FF0000;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 text-decoration: none;
 }

 #navcontainer a:hover
 {
 color: #FF0000;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background-image: url(/images/button_over.gif);
 background-repeat: no-repeat;
 }
 
#current
 {
 display: block;
 padding-left: 32px;
 padding-top: 3px;
 width: 167px;
 height: 20px;
 color: #FF0000;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 background-image: url(/images/button_over.gif);
 background-repeat: no-repeat;
 }


/* linken */

a:link { color:#FF0000; text-decoration:underline}
a:active { color:#FF0000; text-decoration:underline}
a:visited { color:#990000; text-decoration:underline}
a:hover { color:#FF0000; text-decoration:none;}

a.footer1:link {color: #999999; text-decoration: none;}	
a.footer1:active {color: #999999; text-decoration: none;}	
a.footer1:visited {color: #999999; text-decoration: none;}
a.footer1:hover {color: #999999; text-decoration: none;}

