html {
	height: 100%;
	margin-bottom: 1px;
}


#afbeelding {
	margin-left: 0px;
	border-top:15px solid white;
	border-bottom:15px solid white;
}


#wrapper {
	border-style: solid;
	border-width: 20px;
	border-color: white;
	border-bottom-width: 0px;
	margin:0;
	padding:0;
	background: white;
}

div#wrapper
{
	/* hier stond: max-width, maar dat begrijpt IE niet */
	width: 780px; 
	position: relative;
	text-align: left;
	margin: 0 auto;
}
 
body {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background: white;
	color: black;
	

}

div.mosimage_caption {font-size: 11px; }

.highlight {

color: #006633;
}


a:hover { 
	text-decoration: underline; 
}

a {
	color: #CC0000;
	font-size: 11px;
	text-decoration: none;
}



#mainmenu {

	float: left;
	width: 120px;
}

#mainmenu a {
	font-size: 11px;
	text-decoration: none; 
}

#mainmenu a:hover {
	color: black;
}

#othermenu {
	clear: both;
}

#othermenu {
	float: left;
	width: 120px;
	margin-top: 20px;
	margin-bottom: 60px;
}

#othermenu a {
	font-size: 11px;
	text-decoration: none; 
	color: #CC0000;
}

#othermenu a:hover {
	color: black;
}



td,tr,p,div
{
	font-size: 11px;
	line-height: 140%; /* 26/1/2006 veranderd stond op 20px */
	color: black;
}

div.moduletable td 
{
	border: 1px solid black;

}

div.moduletable td a
{
	color: #000000;
	font-size: 11px;
	border-collapse: collaps;
}



#inhoud  {
	margin-left: 150px;
	width: 600px;
}




h1, h2, h5, h6, .componentheading, .contentheading
{
	color: #006666;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}


	
	h3 {
	color: #920803;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	margin-top: 12px;
}

h4 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


#copyright {
	text-align: center;
	font-size: 9px;
	}
	
#copyright a {
	font-size: 9px;
}

.footer {
	clear: both;
}

address
{
	font-family: verdana, arial, helvetica, sans-serif;
	background: #c00;
	color: white;
	display: block;
	font-style: normal;
	font-size: 9px;
	padding: 5px;

}

address span {
	display: block;
	width: 640px;
	float: left;
}

address a, address a:visited, address a:link
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}

address strong { color: white; }
address a:hover { text-decoration: underline; }



