style.css


*{
padding:0;
margin:0;
}


html, body {
height: 100%;
margin: 0;
text-align: center;
font-family: Trebuchet MS, Arial, Sans-serif;
}


#container {
width: 720px;
margin: 0 auto;
text-align: left;
background: white;
}


#banner{
display: none;
}


#header{
margin-top : -10px;
height: 100px;
}

h1 {
font-size: 250%;
color: #6699cc;
padding-left: 10px;
padding-right: 10px;
margin-top: 35;
margin-bottom: -5;
}

h1:first-letter {
font-size: 120%;
color: #6699cc;
}

#navigatie{
height: 32px;
padding-top: 7px;
padding-left: 14px;
padding-right: 1px;
border-top: 2px solid #6699cc; 
border-bottom: 2px solid #6699cc; 
margin-bottom: 25px;
font-size: 7.5pt;
font-weight: bold;
letter-spacing: 3px;
color: #FFFFFF;
background: #00CCFF;
}


a.nav:link{color:#FFFFFF;text-decoration:none;}
a.nav:visited{color:#FFFFFF;text-decoration:none;}
a.nav:hover{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}
a.nav:active{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}

a.hiernav:link{color:#FFFFFF;text-decoration:underline;}
a.hiernav:visited{color:#FFFFFF;text-decoration:underline;}
a.hiernav:hover{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}
a.hiernav:active{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}


#tekst {
width: 560px;
height: auto;
float: left;
margin:0;
padding-left: 13px;
padding-right: 5px;
font-size: 10pt;
font-style: normal;
color: #666666;
line-height: 2em; 
text-align: left;
}

h2 {
font-size: 10pt;
font-style: normal;
color: #666666;
line-height: 2em; 
text-align: left;
}

p.klein {
font-size: 7.5pt;
}


#informeer {
font-size: 7.5pt;
font-style: italic;
text-align: center;
}


a:link{color:#666666;text-decoration:underline;}
a:visited{color:#666666;text-decoration:underline;}
a:hover{color:#00ccff;text-decoration:underline;}
a:active{color:#00ccff;text-decoration:underline;}

a.tipvac:link{color:#FFFFFF;text-decoration:underline;}
a.tipvac:visited{color:#FFFFFF;text-decoration:underline;}
a.tipvac:hover{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}
a.tipvac:active{color:#FFFFFF;text-decoration:underline; background:#00CCFF;}

b.kop {
width: 100%;
letter-spacing: 1px;
color: #00ccff;
border-top: 2px solid #6699cc; 
border-bottom: 2px solid #6699cc; 
}

b.opgave {
width: 100%;
letter-spacing: 1px;
color: #6699cc;
border-top: 2px solid #00ccff; 
border-bottom: 2px solid #00ccff; 
}

b.cv {
color: #00ccff;
}

div.tip {
border: 2px solid #6699cc; 
padding-left: 12px;
padding-right: 12px;
background-color:#00ccff;
line-height: 2em; 
color: #ffffff;
}


b.tip {
color: #666666;
letter-spacing: 2px;
}


ul {
list-style-type: none;
list-style-image: url(graph/blauw.gif);
padding: 0;
margin: 0;
margin-left: 18px;
}	

ul.wit {
list-style-type: none;
list-style-image: url(graph/wit.gif);
padding: 0;
margin: 0;
margin-left: 18px;
}	


TABLE.mnd { 
border-collapse: collapse; 
border: 6px double #6699cc;
background-color: #ffffff; 
}
td.mndkop {
font-size: 10pt;
font-weight: bold;
color: #00ccff;
text-align: center;
letter-spacing: 0.2px;
}
td.mnd {
font-size: 10pt;
font-style: normal;
color: #666666;
text-align: center;
}

td.form {
font-size: 10pt;
font-style: normal;
color: #666666;
line-height: 2em; 
text-align: left;
}


#skyscaper {
display: none;
}
      

#footer {
clear: left;
padding-left: 13px;
padding-right: 10px;
height: 45px;
font-family: Trebuchet MS, Arial, Sans-serif;
font-size: 7.5pt;
font-style: normal;
color: #00ccff;
line-height: 1.5em;
text-align: justify;
letter-spacing: 1px;
}


a.footer:link{color:#00ccff;text-decoration:none;}
a.footer:visited{color:#00ccff;text-decoration:none;}
a.footer:hover{color:#ffffff;text-decoration:none; background:#00ccff;}
a.footer:active{color:#ffffff;text-decoration:none; background:#00ccff;}




