@charset "utf-8";
html, body{
margin: 0px;
width: 100%;
height: 100%;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#paginahouder{
width: 100%;
height: 100%;
}

#pagina{
width: 600px;
margin: 0px auto;
}

.clr{
clear: both;
}

#top{
background: url(../images/logo.jpg) center no-repeat;
height: 124px;
}

#streep{
background:url(../images/bg.jpg) repeat-x;
height: 15px;
border: solid 2px #0f80a3;
}

#bottomstreep{
background:url(../images/stipbg.jpg) repeat-x;
height: 15px;
border: solid 2px #0f80a3;
}

#vict{
font-size: 10px;
text-align: right;
}

#vict a:link, #vict a:visited{
color: #004c98;
text-decoration: none;
}

#vict a:hover{
text-decoration: underline;
}

#menu{
width: 175px;
background: #004c98;
float:left;
color: #FFFFFF;
font-size: 10px;
}

#menu ul{
background: #ffffff;
width: 175px;
font-size: 11px;
}

#menu li a:link, #menu li a:visited{
display: block;
width: 165px;
padding: 5px;
color: #004c98;
text-decoration: none;
}

#menu li a:hover, #menu li a.selected{
font-weight: bold;
color: #faa71a;
background: #004c98;
}

#inhoud{
padding: 5px;
width: 415px;
float: left;
color: #6e6e70;
}

#inhoud a:link, #inhoud a:visited{
color: #faa71a;
text-decoration: none;
}

a.selected2 {
color: #000000;
}

#inhoud a:hover{
text-decoration: underline;
padding: 5px 0px;
}

#inhoud ul{
list-style:disc; 
padding: 0px 15px; 
}

h1{
font-size: 18px;
color: #faa71a;
}

h2{
font-weight: bold;
}

#adres{
padding: 10px 6px;
font-variant: small-caps;
}
#adres p{
padding: 4px 0px;
}
