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

body {
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:40px;
	color: #9A9B9E;
	line-height: 130%;
}

#wrapper
{
	background-color:#9A9B9E;
	margin:20px auto;
	position:relative;
	width:1011px;
	height:583px;
}

#logo{
	position: absolute;
	top: 11px;
	left: 11px;
	width: 683px;
	height: 134px;
	background-color:#fff;
}

#headimg{
	position: absolute;
	top: 11px;
	left: 700px;
	width: 301px;
	height: 135px;
}

#menu{
	position: absolute;
	top: 150px;
	left: 11px;
	width: 990px;
	height: 50px;
	background-color:#fff;
}

#sitename{
	position: absolute;
	top: 205px;
	left: 11px;
	width: 416px;
	height: 378px;
}

#content{
	position: absolute;
	top: 205px;
	left: 432px;
	width: 569px;
	height: 378px;
	background-color:#fff;
	overflow: auto;
}

#impressum{
	position: absolute;
	top: 555px;
	left: 10px;
	width: 205px;
	height: 20px;
	text-align:left;
}

#publishing{
	position: absolute;
	top: 555px;
	left: 280px;
	width: 205px;
	height: 20px;
	text-align:left;
}

.menu{
	line-height:50px;
	text-align:center;
}
img {
	border:0 none;
}
h1 {
	color:#0F8752;
	font-size:12px;
	text-decoration:none;
}
h2 {
	font-size:13px;
}
a {
	color:#9A9B9E;
	text-decoration:none;
}
#impressum a{
	color:#fff;
}
#impressum a:hover{
	color:#0F8752;
}

#publishing a{
	color:#fff;
}
#publishing a:hover{
	color:#0F8752;
}

a:hover, .active {
	color:#0F8752;
}
.title{
	color: #fff;
	padding: 130px 10px 10px 10px;
	font-size: 26px;
	line-height: normal;
}
.content{
	padding: 10px 10px;
	text-align: left;
}
.invisible{
	display:none;
}

.menu .mod_navigation a{
	text-transform:uppercase;
}
#impressum a{
	text-transform:uppercase;
}
#publishing a{
	text-transform:uppercase;
}
