body {
	background: #dcd7d5 url(images/background.png) repeat-x;
}

#header {
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: -458px;
	top: 57px;
	width: 910px;
	height: 159px;
	background: #781511 url(images/header.png) no-repeat;
	border: 3px #eee9e6 solid;
}

#topnav {
	z-index: 3;
	position: absolute;
	left: 50%;
	margin-left: -455px;
	top: 2px;
	width: 910px;
	height: 38px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
}

#topnav ul li {
	padding: 0px 10px;
	display: inline;
	color: #fff;
	font: .9em sans-serif;
}

#topnav ul li.active {
	background: url(images/topnav-arrow.png) no-repeat;
	background-position: 50% 0px;
}

#topnav a {
	position: relative;
	top: 9px;
	color: #fff;
	text-decoration: none;
}

#topnav a:hover {
	border-bottom: 2px solid #fff;
}

#main-header {
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 35px;
	width: 960px;
	height: 204px;
	background: #fff url(images/main-nav-background-top.png) no-repeat;
}

#main {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 239px;
	width: 960px;
	background: #fff url(images/main-nav-background-middle.png);
	padding-bottom: 25px;
}

#main-footer {
	position: absolute;
	bottom: 0px;
	width: 960px;
	height: 15px;
	background: url(images/main-nav-background-bottom.png);
}

#nav {
	width: 228px;
	margin-left: 9px;
	float: left;	
	overflow:hidden; // float-Umgebung verschachteln
}

#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav ul li {
	background: #f5f2f0;
	margin-bottom: 1px;
	padding: 4px 22px; 
}

#nav ul li.active {
	background: #e0d7d5;
}

#nav a {
	font: .9em sans-serif;
	color: #7a1814;
	text-decoration: none;
	display: block;
}

.content {
	/* background: #f0f;*/
	margin-left: 262px;
	width: 668px;
	font: .8em/160% sans-serif;
	color: #444;	
	overflow:hidden; // float-Umgebung verschachteln
}

.content h1 {
	margin: 0px 0px 10px 0px;
	padding: 7px;
	background: url(images/heading.png) no-repeat;
	font: bold 1.1em/100% sans-serif;
	color: #fff;
	clear: both; /* Bugfix: Bild ueberlappt H1 */
}

.content p {
	margin: 0px;
	padding: 0px 7px;	
}

.logo {
	border: #fff solid 10px;
}

.csc-textpic
{
	margin-bottom: 20px; /* Space between Text and Headers */
}
