/* CSS Document */

#body {
	background-image:url(../images/bgbody.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	}
	
#bg_main{
	margin-top:30px;
	background-attachment: scroll;
	background-image: url(../images/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color:#FFFFFF;
}	

#main {
	background-color:#FFFFFF;
	margin-top:45px;
	}
	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

#lijn {
	border-top-color:#FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#box {
	border-top-color:#FFFFFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
	
#left {
	padding-left: 5px;
	padding-top: 5px;
}
#tekstveld {
	padding: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	}