/*--------------- ALGEMEEN ------------------------------------*/
p{
margin: 2px;
}
.header{
text-align: left;
text-shadow: 2px  #000000;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
.kop{
text-align: center;
text-shadow: 2px  #000000;
font-size: 14px;
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
color: #3366FF;
}
.vraag{
text-align: center;
font-weight: bold;
color: #FF6600;
padding-top: 5px;
}
h1{
text-align: center;
font-size: 16px;
font-weight: bold;
margin: 0px 0px 10px 0px;
color: #3366FF;
}
h2{
text-align: center;
font-size: 14px;
font-weight: bold;
margin: 15px 0px 0px 0px;
color: #FF6600;
}
h3{
text-align: left;
font-size: 12px;
font-weight: bold;
margin: 15px 0px 0px 0px;
color: #3366FF;
}
a:link{
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: #FF6600;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #3366FF;
text-decoration: none;
font-weight: bold;
}
/*--------------- BODY & MAIN ------------------------------------*/
body{
margin-top:    10px;
margin-right:  0   ;
margin-bottom: 10px;
margin-left:   0   ;
background-color: #FFFFFF;
background-image: url(../images/background.png);
background-position: top;
background-repeat: repeat-x;
color: #000000;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
#main{
width: 748px;
margin-top:    0px ;
margin-right:  auto;
margin-bottom: 0px ;
margin-left:   auto;
text-align: left;
}
/*--------------- KOP ---------------------------------------------*/
#header{
width: 548px;
height: 175px;
background-image: url(../images/header.png);
background-repeat: no-repeat;
background-position: center;
padding-top: 65px;
padding-right: 200px;
}

#header_add{
float: left;
widows: 548px;
padding-top: 10px;
}

/*--------------- HOOFD ---------------------------------------------*/
#hoofd{
float: left;
width: 748px;
background-color: #FFFFFF;
}
/*--------------- MENU ---------------------------------------------*/
#menu{
float: left;
width: 126px;
height: 600px;
text-align: center;
}
/*--------------- PAGINA ---------------------------------------------*/
#pagina{
float: left;
width: 474px;
padding: 10px;
background-color: #FFFFFF;
}
/*--------------- ZIJBALK ---------------------------------------------*/
#zijbalk{
float: left;
width: 126px;
text-align: center;
height: 600px;
}
/*--------------- VOET ---------------------------------------------*/
#voet{
float: left;
height: 60px;
width: 100%;
background-image: url(../images/footer.png);
background-position: bottom;
background-repeat: repeat-x;
font-weight: bold;
color: #FFFFFF;
}
#voet_links{
float: left;
height: 60px;
line-height: 60px;
width: 30%;
}
#voet_midden{
float: left;
height: 60px;
line-height: 60px;
width: 40%;
}
#voet_rechts{
float: left;
height: 20px;
padding: 20px 0px;
line-height: 20px;
width: 30%;
}