#topheadertext {
	font: 11px Tahoma, sans-serif;
	color: #666666;
	height: 40px;
}

#topheadertext a{
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
#topheadertext a:hover{
	text-decoration:underline;
	}
	
/** MAIN-STYLE START**/
#main {
	width: 900px;
	background-color: white
}


/** TOP-STYLE START**/
#top {
	height: 170px;
	width: 900px;
	background-color: white;
	background-image: url(images/bg_kiemm.jpg); 
	
	background-repeat:repeat-x;
}

#blok {
	height: 104px;
	width: 890px;
	color: red;
}
#myMenu {
    font-family: Tahoma, sans-serif;
    font-size:12px;
	text-align:left;
	
}
#myMenu div {
    float:right;
    margin-left: 5px;
	margin-right: 5px;

}
#myMenu div ul {
    display: none;
    position: absolute;
    list-style-type:none;
    opacity: 0.9;
    border: #666;
    top: 154px;
	background-color: white;
    padding: 5px;
}
#myMenu div  a{
	color: white;
	text-decoration: none;
	font-weight:bold;
}
#myMenu div:hover ul {
    display: block;
	z-index:1;

}
#myMenu div ul li a {
    display: block;
    padding: 4px;
    text-decoration: none;
    color:grey;
}
#myMenu div ul li a:hover {

    text-decoration: underline
}
#titletext {
	font: 36px Tahoma, sans-serif;
	font-weight:bold;
	color:#FF0000;
}
#announcetext {
	font: 24px Tahoma, sans-serif;
	font-weight:bold;
	color:#FF0000;
}
#bodytext{
	float: right;
	width:600px;
	text-align:justify;
	font: 12px Tahoma, sans-serif;
	color: #666666;
	min-height: 375px;
	position: relative;
}

#bodytext a{
	color: #FF0000;
	text-decoration:none;
}
#bodytext a:hover{
	text-decoration:underline;
}

.raster{
border-collapse:collapse;
}
.raster td{
border:2px solid #666666;
}
.raster td:last-child {
border-right:0;
}
.raster tr:last-child td{
border-bottom:0;
}
.raster td:first-child{
border-left:0;
}
.raster tr:first-child td{
border-top:0;
}

#lefttext{
	width: 255px;
	float: left;
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	background-color: #F0F0F0;
	text-align:justify;
	font: 12px Tahoma, sans-serif;
	color: #666666;
	padding: 5px;
}
#lefttextblank{
	width: 255px;
	float: left;
	border-width: 1px;
	border-color: #FFFFFE;
	
}
#lefttext ul {
    list-style-type:none;
	padding: 5px;
}	
#lefttext li {
	padding: 5px;
}	
#lefttext a{
	color: #FF0000;
	text-decoration:none;
}

#lefttext a:hover{
	text-decoration:underline;
}
#lefttext h2{
	color: #FF0000;
	
}

#footer{
	position: absolute;
	bottom: -26px;
	left:-310px;
	height: 35px;
	width:900px; 
	background-color:#F0F0F0; 
	text-align: center;
	font: 11px Tahoma, sans-serif;
	font-weight:bold;
	color:#999999;
}

/***********************************************************************
De stijl voor de foto's
************************************************************************/


H2.foto { /*titel overzichtpagina*/
	font: 20pt Tahoma, sans-serif;
	font-weight: bold;
	color:#F00000
}

body.foto {
	max-width:900px;
	margin-left:auto;     /*om te centreren*/
	margin-right:auto;
}
	
A.foto { 
	font: 12 px Tahoma, sans-serif;
	color: #FF0000;
	text-decoration:none;
	}
A:hover.foto{
	text-decoration:underline;
	}