body{
	background-color: #004070;
}

table{
	border-collapse: collapse;
	border: 0px;
	border-style: solid;
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	
	font-weight: normal;
	color: #FFFFFF;
}

td{
	padding: 0px;


}

img{
	border: 0px;
}

a{
	text-decoration: none;
	color: #6fa03e;
}

a:hover{
	text-decoration: underline;
	color: #6fa03e;
}

/* The header */

.header{
	background: url(/images/logo_Maalderij_18-20_diap.png);
	width:900px;
	background-repeat: no-repeat; 
	background-position: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FDF5E6;

}

.contentheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #607485;
}

.search{
	background-color: #FFDFAA;
	padding: 10px;	
	padding-left: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #607485;
}

/* Main Menu header */

#menuheader{
	background-image:none;
	background-repeat:no-repeat
}

#menulinks {
clear:both;
width:900px;
height:34px;
padding-left:0px;
background-image:url(images/menulinks2.png);
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:12px;
	height:30px;
  background-image:none;
	display:block;
	color:#909090;
	text-decoration:none;
	float:left;
	font-size:11px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:8px;
	padding-right:20px;
	padding-top:12px;
	height:15px;
	display:block;
  background-image:none;
	text-decoration:none;
	cursor:pointer;
	color:#909090;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
  background-color:#6fa03e;
	background-position:top left;
	text-decoration:none;
	color:#FFFFFF;
}

#menulinks a:hover span, #menulinks a.active span {
  background: url(images/menuhoverright.png) right top no-repeat;
  background-color:#6fa03e;
	text-decoration:none;
	color:#FFFFFF;	
}

/* Sub-Menu Left */

#sidebar {
float:left;
width:150px;
height:450px;
padding-right:15px;
padding-left:5px;
padding-top:60px;
line-height:14pt;
}

#sidebar2 {
float:left;
width:150px;
padding-left:0px;
}

* html #menuleft a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

#menuleft{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 2px;
	text-decoration: none;
	float:left;
	font-weight: bold;
	display: block;
	width: 165px;
	height: 25px;
	color: #909090;
}

#menuleft a{

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration: none;
	float:left;
	font-weight: bold;
	display: block;
	width: 165px;
	height: 20px;
	color: #909090;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: B5B5B5;
}

#menuleft a:hover, #menuleft a.active {
	background-color:#6fa03e;
	float:left;
	color:#FFFFFF;
	display: block;
	width: 165px;
	height: 20px;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration:none;
}

/* The Content area */

#mainarea {
width:900px;
clear:both;
padding-left:3px;
}

#contentarea {
width:700px;
float:left;
line-height:14pt;
padding-bottom:10px;
}

.topheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}

.content{

	padding: 1px;
	padding-top: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #607485;
}

.basetext{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.baseheader{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
}

/* Small Fonts and Links */

.normalsmallgray{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	font-weight : normal;
	color : #666666;
}
.boldsmallgray{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	font-style : normal;
	font-weight : bold;
	color : #666666;
}
.linknormalsmallgray{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 7.5pt;
	text-decoration: none;
}
.linknormalsmallgray:hover{
	color: #ff0000;
}
.normalsmallwhite{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: normal;
	color: #F5F5F5;
}
.linknormalsmallwhite{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #F5F5F5;
	font-size: 7.5pt;
	text-decoration: none;
}
.linknormalsmallwhite:hover{
	color: #ff0000;
}

.link{
	color: #A16855;
}
