
body{
	background: #FFF;
	font-size: 0.8em;
	font-family: "Verdana", arial, Geneva,  Helvetica, sans-serif;
	line-height: 135%;
}

#container{
	background:url(../_img/logo.jpg) 0 0 no-repeat;
 	margin:0 auto;
	width: 980px;
	height:600px;
}


#content{
	position:relative;
	height:265px;
	left:0;
	top:115px;
	width: 980px;
	overflow: auto;
}

#contenttekst{
	background:#FFF;
	color:#000;
	width:300px;
	margin: 0px 0 0 15px;
}

h1{
	font-size:1.2em;
}
a{
	color:#E1561B;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}