/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	background-image:url(beeld/bg.jpg);
	background-repeat:repeat-y;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 1022px;
	position:absolute;
	left: 0;
	top: 0;
	}
	
#header {
	margin-top:20px;
	margin-left:400px;
	width:500px;
	font-size:14pt;
	text-align:right;
}	

#main {
	margin-top:0px;
	height: 1%;
}	

#rightsidebar {
	float: right;
	width: 112px;
	background-image:url(beeld/rechts.jpg);
	background-repeat:no-repeat;
	height:800px;
	line-height:1.1;
}

#leftsidebar {
	float: left;
	width: 112px;
	background-image:url(beeld/links.jpg);
	background-repeat:no-repeat;
	height: 800px;
	line-height:1.1;
}

#content {
	margin-top:0px;
	margin-left:0px;
	background-image:url(beeld/background.jpg);
	background-repeat:no-repeat;
	width:1390px;
	height:800px;
}

#footer {
	clear:both;
	background-color:#CCCCCC;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
}

#clearone {
	clear:both;
	height:1px;
	}

#language {
	text-align:right;
}
#centertext {
	margin-top:17px;
	margin-left:120px;
	width:780px;
	text-align:left;
	height:1%;
	}	
#nav ul{
  margin: 0;
  margin-top:9px;
  padding:  0;
}
#nav li {
  display:inline;
  }
#nav li a:link, #nav li a:visited {
  text-decoration: none;
  color: #000000;
  font-weight:normal;
}

#maintext {
	margin-top:45px;
	margin-left:120px;
	width:780px;
	font-size:9pt;
	}
