html,body{
	background-color:white;
	padding:0px;
	margin:0px;
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color:#787878;
	height:100%;
	min-height:100%;
}

form{
	padding:0;
	margin:0;
}

#container{
	position:relative;
	left:0px;
	top:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#top{
	height:20px;
	border-bottom:1px solid #9bd600;
	background-color:#a4e500;
}

#titel{
	width:300px;
	float:left;
	padding:10px 0px 10px 50px;
	font-size:30px;
	font-weight:bold;
	font-variant: small-caps;
}
#bottom{
	height:20px;
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
	background-color:#f5f5f5;
	clear:both;
}

#content{
	margin:80px auto 0 auto;
	border:1px solid #e5e5e5;
	
	width:300px;
}

#content_wrap{
	margin:10px;
}

#footer{
	height:16px;
	padding-top:4px;
	text-align:center;
	background-color:#f5f5f5;
	border-top:1px solid #e5e5e5;
/*	background-color:#a4e500;
	border-top:1px solid #9bd600;*/
	clear: both; 
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
}


a:link,
a:active,
a:visited {color:#787878;text-decoration:underline;}
a:hover {color:#787878;text-decoration:none;}

#pagina_titel{
	border-bottom:1px solid #e5e5e5;
	padding:5px 5px 5px 10px;
	font-size:23px;
	font-variant: small-caps;
	font-weight:bold;
}

#middle{
	padding-bottom:26px;
}

input.button{
	font-size:11px;
}

input.veld{
	font-size:11px;
	padding:2px;
	
	padding-bottom:1px !important;
	padding-bottom:2px;
}

