	body{
		margin: 0px;
		padding: 0px;
		text-align: center;
		font-family: georgia, serif;
		font-size: 12pt;
		color: #ffffff;
		background: #000000;
	}
	
	a{
	color: #611d1e;
	text-decoration: underline;
}

a:visited{
	color: #550000;
}

a:hover{
	color: #ff0000;
	text-decoration: none;
}

a:focus { outline: none; }
	
	#container{
		width: 1000px;
		margin: 0 auto 0 auto;
		background: #2b2b2b url("images/background_projektk.jpg") top left no-repeat;
		text-align: left;
		position: relative;
	}
	
	#menu{
		height: 50px;
		background: url("images/header.jpg") top left no-repeat;
		margin: 0 0 150px 0;
	}
	
	#menu ul{
	margin: 20px 0 0 45px;
	padding: 0;
	float: left;
	list-style: none;
	display: inline;
}


#menu ul li{
	float: left;
	margin: 0;
}

#menu ul li a, #menu ul li span{
	display: block;
	height: 30px;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
	padding: 0;
}

li#wiezijnwij, li#watdoenwij, li#contact, li#projektkontrol, li#martelgang{
	padding: 0 18px 0 0;
	}
li#home{
	padding: 0 107px 0 0;
}


#wiezijnwij a, #wiezijnwij a:active, #wiezijnwij a:visited, #wiezijnwij span{
	width: 117px;
	text-indent: -9999px;
	overflow: hidden;
}

#watdoenwij a, #watdoenwij a:active, #watdoenwij a:visited, #watdoenwij span{
	width: 135px;
	text-indent: -9999px;
	overflow: hidden;
}

#contact a, #contact a:active, #contact a:visited, #contact span{
	width: 90px;
	text-indent: -9999px;
	overflow: hidden;
}

#home a, #home a:active, #home a:visited, #home span{
	width: 127px;
	text-indent: -9999px;
	overflow: hidden;
}

#projektkontrol a, #projektkontrol a:active, #projektkontrol a:visited, #projektkontrol span{
	width: 162px;
	text-indent: -9999px;
	overflow: hidden;
}

#martelgang a, #martelgang a:active, #martelgang a:visited, #martelgang span{
	width: 122px;
	text-indent: -9999px;
	overflow: hidden;
}

#menu ul li a:hover{
	border-top: 1px solid #ff0000;
}

#menu ul li#home a:hover{
	border: none;
}

	
	#content{
		width: 650px;
		margin: 0px 0 0 100px;
		padding: 0 0 150px 0;
		color: #000000;
		background: #747474 url("images/background_content.jpg") top left no-repeat;
	}
	
	#content h1{
		margin: 10px 0 0 0;
		padding: 10px;
		color: #611d1e;
		font-size: 1.7em;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#content h2{
		margin: 10px 0 0 0;
		padding: 10px 0 0 10px;
		font-size: 1.2em;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#content p{
		padding: 10px;
		margin: 0;
	}
	
	#content img{
		float: right;
		margin: 7px -194px 7px 7px;
		width: 250px;
		position: relative;
		border: 6px #000000 dashed;
	}
