body{
	background:#000 url('../i/bg002.jpg') center no-repeat;
	font: 70%/1.6em 'Lucida Sans',Verdana,sans-serif;
	margin:0;
	color:#000228; /*kleur tekst en ondertitel*/
	
}
#wrap{
	margin:0 auto;
	width:900px;
	height:600px;
}

a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #000228 1px dotted;
	color:#fff;
}
a:hover{
	color:#ccc;
	border-color:#600;
}

#head{
	background: url('../i/btn001.png') no-repeat;
	height:128px;
}
#head h1.title{
	margin:0;
	padding: 105px 0 0 50px;
	font-variant:small-caps;
	color:#fff;	
}
#head ul.navbar{
	margin:0;
	padding: 0 0 0 50px;
}
#head ul.navbar li{
	float:left;
	list-style-type:square;
}
#head ul.navbar li a{
	display:block;
	padding: 18px 0 0 0;
	margin: 0 40px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
#head #title_box{
	display:block;
	position:relative;
	top: 140px;
	left: 200px;
	width:100px;
	border:#c00 1px solid;
}

#main{
	background: url('../i/main_bg.png') center repeat-y;
	margin:0 auto;
	width:900px;
	padding: 0 0px 0 0px;
	overflow:hidden;
}

#splash{
		background: url('../i/btn002.png') no-repeat;
		padding-top:126px;
		text-align:right;
		/*margin: 0 8px;*/
}
/*ondertitel*/
#splash h2.subtitle{
	margin:8px 0 0 0;
	padding: 0 8px 0 0;
	font-variant:small-caps;
	letter-spacing:1px;
	font-size:14px;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	background: url('../i/content_sep.png') repeat-y;
	background-position: 100% 0%; /*plaats in het scherm: 0% = links 100% is rechts*/
}

#content h2{
	color:#FFFFFF;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('../i/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px; /*ruimte tussen content_h2 en titel*/
}

#content a:link,a:visited,a:active{
	text-decoration:none;
	border-bottom: #000228 1px dotted;
	color:#fff;
}

#content a:hover{
	color:#000228;
	border-color:#600;
}

#footer{
	clear:both;
	background: url('../i/btn004.png') center no-repeat;
	height: 91px;
	padding: 0 20px 0px 0;
	text-align:right;
	color:#FFFFFF;
}
#footer p{
	margin:0;
	padding: 10px 20px 0 0;
}

#content div.box{
	width:250px;
	margin: 0 27px 20px 15px;
	float:left;
}

#news ul{
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
}
#news li{
	padding: 2px 0;
}
