html, body {
	margin-top:10px; 
	padding:0px; 
	background: #eee url(../images/druppels_achtergrond.jpg);
	font-family:verdana; 
}

.small { font-size:10px; color:#2572E6}

.kop { font-size:14px; font-weight:bold;}

#menu {
	width:130px;
	margin-top:20px;
	margin-left:26px; 
	padding:10px;
}

#menu a, #menu a:visited {
	display:block; 
	width:130px; 
	height:30px; 
	line-height:20px;
	font-size:14px; 
	font-weight:bold;
	text-decoration:none; 
	color:#00009C;
}

#menu a span {
	padding-left:25px;
}

#menu a:hover {
	display:block; 
	width:130px; 
	height:30px; 
	font-size:14px; 
	font-weight:bold;
	color:#2572E6; 
	background:url(../images/druppel_eee.jpg); 
	background-repeat:no-repeat;
}

#submenu {
	width:110px;
	margin-left:35px;
	padding:5px;
	border-top:1px solid #00009C;
	border-bottom:1px solid #00009C;
	
}

#submenu a, #submenu a:visited {
	display:block; 
	width:110px; 
	height:25px; 
	line-height:15px;
	font-size:12px; 
	text-decoration:none;
	color:#2572E6;
	margin-top:0px;
	margin-bottom:5px;
}

#submenu a span {
	padding-left:0px;
}

#submenu a:hover {
	display:block; 
	width:110px; 
	height:25px; 
	font-size:12px; 
	font-weight:bold;
	color:#00009C;
	background-image:none;
	background:#BFE5FF;
}

#content, form{
	margin-top:30px;
	margin-bottom:10px;
	margin-right:30px;
	margin-left:10px;
	font-size:12px;
	color:#000080;
	line-height: 18px;
}
table{	
	font-size:12px;
	color:#000080;
	line-height: 18px;
}

a:visited, a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none; 
	color:#2572E6;
}

h1{
	font-size:14px;
	font-weight:bold;
	color:#000080;
	padding-right:30px;
	line-height: 18px;
	text-align:justify;
}

input, textarea , select{
	font-size:12px;
	color:#000080;
}


ul { 	list-style-position: outside;
	list-style-image: url(../images/druppel.jpg);
	line-height: 18px;
}

li { 	margin-top:10px;}

.header {
	border-bottom: 1px solid #00009C;
	text-align: right;
	padding-right:20px;
	font: 9px verdana;
	color:#2572E6;
}

.footer{
	border-top: 1px solid #00009C;
	padding-right:20px;
	padding-left:20px;
	font: 9px verdana;
	color:#000080;
}

.top{
  text-align:right;
  font-size: 12px;
}

