
html {
	margin: 0; 
	height: 100%; 
	background-color: #dfdfdf;
} 
        
body {
	position: relative; 
	min-height: 100%; 
	width: 920px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#595858;
	background: url("../images/achtergrond.gif");
	background-repeat:repeat-y;
}
        
#content {
	position: absolute;
	top: 185px;
	left: 140px;
	width: 743px; 
	height: 590px;
	overflow: auto;
	border: 0px solid black;
}

#logo{
	position: absolute;
	padding-bottom: 38px;
	margin: 0 auto;
	top: 65px;
	left: 160px;
	height: 63px;
	width: 563px;
	background: url('../images/logo.jpg');
	background-repeat: no-repeat;
}
	
/* ending full page css with footer*/
#menuknop {
	height: 22px;
	width:143px;
	text-align:center;
	background: url('../images/menu/knopleeg.jpg');
}

#submenu{
	position: absolute;
	top:45px;
	left: 70px;
	height: 20px;
	width: 750px;
	border: 0px solid black;
	text-align: left;
}
a:link {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a:active {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}

a.submenu:link {
	color:#009a68;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a.submenu:visited {
	color:#009a68;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a.submenu:active {
	color:#009a68;
	font-weight: bold;
	text-decoration:none;
}

a.submenu:hover {
	color:#009a68;
	font-weight: bold;
	text-decoration:underline;
	cursor:pointer;
}

a.submenu_titel:link {
	color:#aaa9a9;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	cursor:pointer;
}
a.submenu_titel:visited {
	color:#aaa9a9;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	cursor:pointer;
}
a.submenu_titel:active {
	color:#aaa9a9;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

a.submenu_titel:hover {
	color:#aaa9a9;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	cursor:pointer;
}



h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #aaa9a9;
}

.input {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
	border: 1px solid #DFDFDF;
}

.button {
	border: 1px solid #DFDFDF;
}



img{ border:0px;}


#menu{
	position: absolute;
	top: 200px;
	left: -10px;
	height: 100px;
	width: 300px;
	border: 0px solid black;
}

#menuknop2{
	height:27px;
	width: 147px;
	background-image: url('../images/button.gif');
	background-repeat: no-repeat;
	padding-top: 5px;
	vertical-align: middle;
	text-align: center;
	font-size: 11px;
	z-index: -1;
}

a.submenu_titel2:link {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	cursor:pointer;
}
a.submenu_titel2:visited {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	cursor:pointer;
}
a.submenu_titel2:active {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}

a.submenu_titel2:hover {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	cursor:pointer;
}
	
a.submenu2:link {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a.submenu2:visited {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}
a.submenu2:active {
	color:#DDDDDD;
	font-weight: bold;
	text-decoration:none;
}

a.submenu2:hover {
	color:#DDDDDD;
	font-weight: bold;
	text-decoration:none;
	cursor:pointer;
}

#header{
	position: absolute;
	top: 0px;
	left: 26px;
	width: 867px;
	height: 40px;
	border: 0px solid black;
	padding: 0px;
	margin: 0px;
}


