/*
navi = kachel pmt.gif (grau)
subnavi = background-color: #977544 (hell braun)
trenner = background-color: #614B2C (dunkel braun)
*/

BODY {
	margin: 0px;
	padding: 0px;
	background: #E4E3E3 url(../bilder/higrukachel.gif) repeat-y;
}

#glockenturm-schriftzug {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 710px;
	height: 85px;
}

#flaggen {
	position: absolute;
	left: 775px;
	top: 10px;
	width: 155px;
	height: 85px;
}
	
	
#navi {
	position: absolute;
	left: 50px;
	top: 85px;
	width: 900px;
	height: 30px;
	border-top: 1px solid #cdcdcd;
	background: url(../bilder/navhigrukachel.gif) repeat-x;
	overflow: hidden;
}

#navi a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 10px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing : 2px;
	background : url(../bilder/navhigrukachel-a.gif) no-repeat right;
}

#navi a:hover {
	background: url(../bilder/navhigrukachel-a.gif) repeat-x;
	color: #333333;
}

#navi a.active {
	background: url(../bilder/navhigrukachel-a.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
}

#trenner {
	position: absolute;
	left: 50px;
	top: 116px;
	width: 900px;
	height: 30px;
	background-color: #614B2C;
}

#subnavi {
	position: absolute;
	left: 50px;
	top: 146px;
	width: 200px;
	height: 150px;
	background-color: #977544;
}

#subnavi a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #E3D4C0;
	padding: 0px;
	margin: 0px 20px 2px 20px;
	text-transform: uppercase;
	font-size: 12px;
}

#subnavi a:hover, #subnavi a.active {
	color: #E3D4C0;
}

#langemarckhalle {
	position: absolute;
	left: 250px;
	top: 146px;
	width: 700px;
	height: 150px;
	background: url(../bilder/langemarckhalle.jpg) no-repeat;
}

#content {
	position: absolute;
	left: 255px;
	top: 315px;
	width: 460px;
	padding: 0px;
	margin: 0px;
}

#content-right {
	position: absolute;
	top: 315px;
	left: 750px;
	width: 185px;
}
