@charset "utf-8";
/* CSS Document */



BODY{
		margin: 0;
		padding:0;
		background-color: #0B0935;
}


#container{
	width : 760px;
	margin: 0 auto 0 auto;
	background-color:#0B0935;
	color:#CC9933;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	
}
	li{
		display: inline;
		margin: 0 10px 0 0;
	}
	a{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		padding: 6px 5px 0 5px;
	}
	a:link, a:visited{
		background: transparent url(../_img/hor_rood.gif) no-repeat top center;
		border-left: 2px solid #022066;
		border-top: 3px solid #022066;
		border-right: 2px solid #022066;
		border-bottom: 2px solid #022066;
		color:#CC9933;
	}
	a:hover, a:active{
		background: transparent url(../_img/hor_geel.gif) no-repeat top center;
		border-left: 2px solid #F5EC00;
		border-top: 3px solid #F5EC00;
		border-right: 2px solid #F5EC00;
		border-bottom: 2px solid #F5EC00;
		color:#FFCC33
	} 
	.menuItem{
		color:#FFFFFF;
		background-color:#000066;
	}
	.contentText {
		background-color: #FFFFFF;
	}
	ul{
		list-style: none;
		padding: 10px 0 0 0;
	}


		
#header{
width:760px;
height:100px;
background:url(images/doveFinal.gif) no-repeat 0 0;
font-family:Samarkan,Verdana,Arial,Helvetica,Sans Serif;
font-size:50px;
padding-top:25px;
}


#nav{
	width:760px;
	height:30;
	}
	
#content{
	width:760px;
	letter-spacing:1px;
	padding-bottom:3px;
	
	
}


#footer{
	width:760px;
	height:30px;
}
