@charset "UTF-8";
html {
}
body {
	margin: 0;
	padding: 0;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	background-color: #767573;
}
p {
	margin-top: 0;
	margin-bottom: 5px;
}

h2 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 12px;
}
a:link {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a:visited {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a:focus {
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a:hover {
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #00b3ff;
	text-decoration: none;
}
#wrapper {
	position: relative;
	margin: 22px auto;
	text-align: center;
	width: 960px;
	height: 440px;
	background-repeat: repeat-y;
	background-image: url(../images/hg.gif);
}
#content {
	overflow: visible;
	position: relative;
	top: 0;
	margin: 11px auto;
	width: 664px;
	text-align: left;
	z-index: 100;/* overflow: hidden; */
}

#linkespalte {
	position: absolute;
	left: 0;
	top: 58px;
	width: 137px;
	text-align: right;
	color: #FFFFFF;
	z-index: 200;
}
#rechtespalte {
	position: absolute;
	left: 823px;
	top: 58px;
	width: 137px;
	text-align: left;
	color: #FFFFFF;
	z-index: 300;
}
#navibutton {
	position: absolute;
	top: 370px;
	right: 0px;
	width: 100px;
	height: 86px;
}
#iconleiste {
	height: 86px;
	margin-bottom: 9px;
}
#top {
	z-index: 700;
}
#bild {
	width: 664px;
	position: absolute;
	top: 74px;	
}

.content_headline {
	padding-top:20px;
}
