@charset "UTF-8";
/* CSS Document */


@charset "UTF-8";
/* CSS Document */

#swap a #logo { 
    display: block; 
    border: 0; 
}   
#swap a #logohover { 
    display: none; 
}  

#swap a:hover #logo { 
    display: none; 
}   
#swap a:hover #logohover { 
    display: block; 
    border: 0; 
} 



CSS:
body{
margin: 0 ;
font-family: Verdana, sans-serif;
font-size: 0.8em;
}

#container {
width: 780px; background: #ffffff;

}



div#icoon{
position: fixed;
top: 6px;
left: 0px;
width: 230px;
height: 500px;
background-color: #ffffff;
z-index: 100;
}


div#content{
position: relative;
top: 0px;
left: 230px;
width: 800px;
height: 100%;
background-color: #ffffff;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #FFFFFF;
}



.broodtekst {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000
}

.rood {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #ff0000;
}

.wit {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

.datum {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #CCCCCC
}

.italic {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: italic;
	}
	
	
.bold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	font-weight: bold;
	}
	
	

</style>
