/*--------------- ALGEMEEN ------------------------------------*/
p{
margin: 0px;
}

h1{
font-size: 16px;
font-weight: bold;
color: #008700;
margin-bottom: 5px;
}
h2{
font-size: 14px;
margin-bottom: 0px;
color: #008700;
}

a:link{
color: #0033FF;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: #0033FF;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #0033FF;
text-decoration: none;
font-weight: bold;
}

/*--------------- Classes ------------------------------------*/

.heading{
font-size: 12px;
font-weight: bold;
color: #FF0000;
}

.quote{
color: #0000FF;
}
/*--------------- BODY & MAIN ------------------------------------*/
body{
margin-top:    10px;
margin-right:  0   ;
margin-bottom: 10px;
margin-left:   0   ;
background-color: #CCCCCC;
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 ---------------------------------------------*/
#kop{
float: left;
width: 748px;
height: 190px;
}

#header{
float: left;
width: 748px;
height: 160px;
background-image: url(../images/header.png);
background-repeat: no-repeat;
background-position: center;
}

#menu{
float: left;
width: 748px;
height: 30px;
line-height: 30px;
text-align: center;
font-weight: bold;
}

#menu a:link, #menu a:visited{
color: #008700;
text-decoration: none;
}
#menu a:hover{
color: #008700;
text-decoration: none;
}

/*--------------- PAGINA ---------------------------------------------*/
#pagina{
float: left;
width: 748px;
}
#pagina_links{
float: left;
width: 284px;
}
#pagina_midden{
float: left;
width: 284px;
}
#pagina_rechts{
float: left;
width: 180px;
}

/*--------------- Pagina links en midden; Download ---------------------------------------------*/
#download{
float: left;
width: 284px;
}
#download_top{
float: left;
width: 284px;
height: 9px;
background-image: url(../images/download_top.png);
background-repeat: no-repeat;
background-position: left;
}
#download_content{
float: left;
width: 284px;
background-image: url(../images/download_content.png);
background-repeat: repeat-y;
background-position: left;
}
#download_content_tekst{
float: left;
width: 194px;
padding-left: 6px;
}

#download_content_plaatje{
float: left;
width: 84;
padding-top: 25px;
}

#download_voet{
float: left;
width: 284px;
height: 30px;
background-image: url(../images/download_voet.png);
background-repeat: no-repeat;
background-position: left;
}
/*--------------- Pagina rechts ---------------------------------------------*/
#advertentie{
float: left;
width: 180px;
}
#quote{
float: left;
width: 180px;
padding-top: 10px;
}
#partners{
float: left;
width: 180px;
padding-top: 10px;
}

/*--------------- VOET ---------------------------------------------*/
#voet{
float: left;
width: 748px;
height: 30px;
line-height: 30px;
text-align: center;
}