a.tree:link { color: #FFFFFF; text-decoration: none; font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 8 pt; font-weight: bold}
a.tree:active { color: #FFFFFF; text-decoration: none; font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 8 pt; font-weight: bold}
a.tree:visited { color: #FFFFFF; text-decoration: none; font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 8 pt; font-weight: bold}
a.tree:hover { color: #FFFFFF; text-decoration: underline; font-family : Arial, Verdana, Helvetica, sans-serif; font-size: 8 pt; font-weight: bold}


.swm {
    display: block;
    width: 100px;
    height: 35px;
    background: url('../ServiceWeb/grafiek_knoppen/kn_swm01.gif') no-repeat 0 0;
    text-decoration: none
}
 
a:hover.swm {
    background-position: -100px 0;
} 

.www {
    display: block;
    width: 100px;
    height: 35px;
    background: url('../ServiceWeb/grafiek_knoppen/kn_www01.gif') no-repeat 0 0;
    text-decoration: none
}
 
a:hover.www {
    background-position: -100px 0;
} 

.sw {
    display: block;
    width: 100px;
    height: 35px;
    background: url('../ServiceWeb/grafiek_knoppen/kn_sw01.gif') no-repeat 0 0;
    text-decoration: none
}
 
a:hover.sw {
    background-position: -100px 0;
} 

.nw {
    display: block;
    width: 100px;
    height: 35px;
    background: url('../ServiceWeb/grafiek_knoppen/kn_nw01.gif') no-repeat 0 0;
    text-decoration: none
}
 
a:hover.nw {
    background-position: -100px 0;
} 




.klein {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; background-color: #044E7C;
}
.achtvet {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.tiengeel {
	FONT-SIZE: 8pt; COLOR: #FFFF00; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.kleinzwart {
	FONT-SIZE: 8pt; COLOR: #000000; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; background-color: #FFFFFF;
}
.groter {
	FONT-SIZE: 10pt; COLOR: #999999; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold; background-color: #044E7C;
}
.grijs {
	FONT-SIZE: 10pt; COLOR: #014E82; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.grotergoud {
	FONT-SIZE: 10pt; COLOR: #CCCC00; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.groterwit {
	FONT-SIZE: 10pt; COLOR: #FFFFFF; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.blauwveertien {
	FONT-SIZE: 14pt; COLOR: #014E82; font-family: Arial, Verdanan, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.blauwtwaalf {
	FONT-SIZE: 12pt; COLOR: #014E82; font-family: Arial, Verdanan, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.blauwtien {
	FONT-SIZE: 10pt; COLOR: #014E82; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
	}
.blauwtiensmal {
	FONT-SIZE: 10pt; COLOR: #014E82; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.blauw {
	FONT-SIZE: 8pt; COLOR: #014E82; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}
.blauwver {
	FONT-SIZE: 8pt; COLOR: #014E82; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;			
}
.groot {
	FONT-SIZE: 12pt; COLOR: #FFCC99; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; background-color: #044E7C;
}
.grootwit {
	FONT-SIZE: 12pt; COLOR: #FFFFFF; font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.wit {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.witacht {
	FONT-SIZE: 8pt; COLOR: #FFFFFF; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-weight: bold;	
}
.negenwit {
	FONT-SIZE: 9pt; COLOR: #FFFFFF; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;	
}
.witvet {
	FONT-SIZE: 9pt; COLOR: #FFFFFF; font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; font-weight: bold;
}
.twaalfdik {
	FONT-SIZE: 12; COLOR: #FFFFFF; FONT-FAMILY: Arial,Verdana; font-weight: bold;	
}



/* default link style - needed to make the :active work correctly in IE */
a, a:visited, a:hover, a:active {
color:#000;
}
/* style the outer cntaining div to fit the landscape, portrait and buttons */
#album {
width:320px; 
height:360px; 
background:#eee url('../ServiceWeb/grafiek_wie/md00.jpg') no-repeat 0 0px;
border:0px solid #aaa;
margin:0 auto
}
/* remove the padding margin and bullets from the list. Add a top margin and width to fit the images and a position relative */
.gallery {
padding:0; 
margin:320px 0 0 0; 
list-style-type:none; 
position:relative; 
width:320px;
}
/* remove the default image border */
.gallery img {
border:0px none;
}
/* make the list horizontal */
.gallery li {
float:left;
}
/* style the link text to be central in a surrounding box */
.gallery li a, .gallery li a:visited {
font-size:11px;
float:left; 
text-decoration:none; 
color:#000; 
background:#fff; 
text-align:center; 
width:26px; 
height:26px; 
line-height:24px; 
border:1px solid #444;
margin:2px;
}
/* position the images using an absolute position and hide them from view */
.gallery li a img {
position:absolute; 
top:-310px; 
left:10; 
visibility:hidden; 
border:0px none;
}
/* fix the top position for the landscape images */
.gallery li a img.landscape {
top:-310px;
}
/* fix the left position for the portrait images */
.gallery li a img.portrait {
left:0;
border-left:40px solid #eee;
border-right:40px solid #eee;
}
/* style the hover background color for the text boxes */
.gallery li a:hover {
background:#ddd;
}
/* style the active/focus colors for the text boxes (required for IE) */
.gallery li a:active, .gallery li a:focus {
background:#444; 
color:#fff;
}
/* make the images visible on active/focus */
.gallery li a:active img, .gallery li a:focus img {
visibility:visible;
}	

