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

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: url(../images/background.jpg) top center fixed;
	font: 12px/18px Verdana, Helvetica, sans-serif;
	color: #aaa;
}

#container {
	margin: 0 auto; 
	width: 960px;
	height: 500px;
	background: url(../images/header.jpg) no-repeat;
	padding: 264px 0 0 0;
}

#content_container:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#navigation {
	margin: 0 auto;
	width: 846px;
	background: url(../images/navigation.gif) no-repeat;
	height: 20px;	
}

#content {
	float: left;
	padding: 40px 0 60px 58px;
	width: 840px;
}

#content_main p{
	width: 500px;
}

/* NAVIGATION */

.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li {
	float: left;
}

.menu li a {
	margin: 0 26px 0 1px;
	display: block;
	height: 20px;
	text-indent: -1000px;
	overflow: hidden;
}

.menu li a:hover #navigation {
	
}

.item2 a {	width: 46px;	}
.item3 a {	width: 82px;	}
.item4  a{	width: 103px;	}
.item5 a {	width: 60px;	}
.item11 a {	width: 145px;	}
.item7  a{	width: 49px;	}
.item8 a {	width: 73px;	}
.item9 a {	width: 72px;	}

#current, #current a  {
	color: #d08a48;
}

.separator {
	font-weight: bold;
	color: #ddaf72;
	display: block;
	margin: 10px 0 0 0;
}

.leading {
	width: 500px;
	margin: 0 0 20px 0;
}

/* phoca */

.category, .category a {
	font: bold 12px/18px Verdana, Helvetica;
	color: #491e03;
}

.category a:hover {
	color: #d08a48;
}

/* SCHRIFTFORMATIERUNG  */

h1, h2, .contentheading { 
	font: bold 18px/25px Verdana, Helvetica, sans-serif;
	color: #fff;
	margin-bottom: 10px;
}

a, a.link, a.active, a.alink, a.vlink {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: white;
}

a img {
	color: transparent;
}

strong, b {
	color: #fff;
}

.createdate {
	width: 500px;
	height: 12px;
	display: block;
	font: 10px/16px Verdana,Arial,Helvetica;
	color: #704435;
}

.contentheading {
	font: bold 18px/26px Verdana,Arial,Helvetica;
}
