#body{
	text-align: center;
}
#main{
    text-align: center;
	background-color: #6D1010; 
	border-top:3px groove #BABABA;
	border-left:3px groove #BABABA;
	border-bottom:3px groove #888888;
	border-right:3px groove #888888;
}
#headline{
	background-color: black;
	color: #ffffff;
	width: 100%;
	height: 8;
}
#wrapper{
	width:100%;
}
#spacer_small{
	background-color: #6D1010;
	color: #6D1010;
	height:3px;
	width:5px;
	clear:both;
}
.spacer{
	color: #6D1010;
	background-color: #6D1010;
	width: 95%;
	margin-left: 2%;
}
#menue{
	width:25%;
	float: left;
}
.menupunkt{
 	text-align: center;
	background-color: white;
	border:1px solid black;
	color: black;
	width: 95%;
	margin-left: 2%;
}
#right{
	width:70%;
	margin-right:1%;
	float:right;
}
#pathway{
 	border:2px solid #6D1010;
 	text-align: center;
	background-color: #3B3BAD;
	width:100%;
	color: white; 
}
#content{
 	border:2px solid #6D1010;
 	text-align: left;
	background-color: #ffffff;
	color: #000000;
	width:100%;
}
#impressum{
	background-color: gray;
	text-align: center;
}
