@charset "utf-8";
/* CSS Document */

img, div, a, a:hover { behavior: url(ie6fix/iepngfix.htc) }

body {
background-image: url(afbeeldingen/back.jpg);
background-repeat: repeat-x;
background-color: #000000;
background-attachment:fixed
}

body,p,a {
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:link img { 
border: none;}

a:visited img {
border:none;}

.kop{
font-size:14px;
font-weight:bold;
color:#FFFFFF;
}

.kopi{
font-size: 14px;
font-weight: bold;
font-style:italic;
color:#FFFFFF;
}

.norm{
font-style:italic;
font-size:13px;
color:#CCCCCC;
}

.normu{
text-decoration:underline;
font-weight:bold;
font-size:13px;
color:#CCCCCC;}

.klgr{
font-size:10px;
color:#CCCCCC;
}

.klwi{
font-size:10px;
color:#FFFFFF;
}

#container{
background-color:#2f2f2f;
width:774px;
height: auto;
margin-left:auto;
margin-right:auto;
}

#head{
background-image:url(afbeeldingen/top/topback.jpg);
background-repeat:no-repeat;
width:774px;
height:216px;
margin-top:0px;
position:relative;
}

#logo a{
background-image:url(afbeeldingen/top/logo.png);
background-repeat:no-repeat;
width:295px;
height:113px;
margin-left:0px;
margin-top:0px;
position:absolute;
}

#overlaystart{
background-image: url(afbeeldingen/top/overlay-left.png);
background-repeat:no-repeat;
width:13px;
height:44px;
margin-left:370px;
margin-top:132px;
position:absolute;
}

#overlayspacer{
background-image:url(afbeeldingen/top/overlay-repeat.png);
background-repeat:repeat-x;
width:379px;
height:44px;
margin-left:383px;
margin-top:132px;
position:absolute;
}

#overlayend{
background-image: url(afbeeldingen/top/overlay-right.png);
background-repeat:no-repeat;
width:12px;
height:44px;
margin-left:762px;
margin-top:132px;
position:absolute;
}

#title{
width:754px;
margin-left:10px;
position:relative;
}

#footer{
width:754px;
margin-left:auto;
margin-right:auto;
position:relative;
background-color:#000000;
padding:10px;
padding-bottom:30px;
}

#footerl{
width:240px;
position:absolute;

}

#footerm{
width:240px;
margin-left:258px;
position:absolute;

}

#footerr{
width:240px;
margin-left:516px;
position:absolute;

}


/*HACK om altijd scrollbalk te tonen in Firefox, zodat de pagina niet verspringt als er niet gescrollt hoeft te worden*/
html
{
    overflow: -moz-scrollbars-vertical;
}



