body{
margin : 0px;
background-image : url(images/mainbg.gif);
background-repeat : repeat-y;
}
#topline{
height : 67px;
background-image : url(images/toplinebg.gif);
background-repeat : no-repeat;
}
#menucontainer{
height : 203px;
width : 177px;
padding :5px;
background-image : url(images/menubg.gif);
background-repeat : no-repeat;
float :left;
font-family : Arial;
font-size : 11px;
text-align : left;
color : #2D8061;
font-weight : normal;
}
#menucontainer ul{
list-style-type : none;
list-style-image : url(images/cube.gif);
margin-left : 10px;
margin-top : 0px;
padding-top : 0px;
padding-left : 10px;
}
#menucontainer li{
margin : 0px;
border-bottom : 1px solid #9ADCDB;
padding-top : 2px;
padding-bottom : 2px;
}
#menucontainer a{
text-decoration : none;
color : #2D8061;
}
#menucontainer a:hover{
text-decoration : none;
color : #E6FC63;
}

#mainpicture{
height : 43px;
width : 679px;
background-image : url(images/mainimage.jpg);
background-repeat : no-repeat;
float :left;
color : #FFFFFF;
font-family : "Trebuchet MS";
font-size: 22px;
font-style : italic;
padding-top : 170px;
padding-left : 10px;
}
#bannercol{
width : 187px;
min-height : 400px;
background-color : #EDEDED;
text-align : center;
clear : both;
float : left;
}
#content{
width : 570px;
padding : 25px;
background-color : #FFFFFF;
color : #814344;
font-family : "Trebuchet MS";
font-size : 13px;
line-height : 1.7em;
float : left;
}
#content b{
font-size : 18px;
}
#submenu{
padding : 10px;
background-color : #E3E3C3;
border : 1px solid #CFCEBF; 
font-size : 13px;
clear : both;
float : right;
}
#submenu ul{
padding-left : 10px;
margin : 0px;
}
#submenu li{
margin : 0px;
padding : 0px;
list-style-type : square;
font-style : italic;
}
#submenu a{
text-decoration : none;
color : #000000;
}
#submenu a:hover{
text-decoration : underline;
}
#block{
padding : 5px;
border : 1px solid #AA031E;
color : #AA031E;
clear : both;
}
.input300{
width : 400px;
}
input{
border : 1px solid silver;
margin : 0px;
padding : 0px;
}
#note{
font-size : 12px;
}
/* Formulieren */
	input{
	border : 1px solid gray;
	}
	.header{
	width : 150px;
	float : left;
	font-weight : bold;
	}
	.field300{
	width : 300px;
	}
	.field100{
	width : 100px;
	}
	#fieldline{
	width : 455px;
	padding-top : 13px;
	padding-bottom : 13px;
	border-bottom : 2px dotted #6699cc;
	}
