@charset "UTF-8";
#header {
	position: relative;
	z-index: 8;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
#gn_content {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-image: url(../graphics/hintergrund2-test.gif);
	background-repeat: repeat;
	width: 90%;
	margin-top: -70px;
	margin-right: 5%;
	margin-left: 5%;
	position: relative;
	z-index: 5;
	padding-top: 80px;
	float: left;
	border: 1px none black;
}
#gn_mainfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-style: normal;
	height: 70px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../graphics/seitenende.gif);
	background-repeat: repeat-x;
	margin-top: -50px;
	z-index: 10;
	position: relative;
	border: medium none #000000;
}
#header img {
	height: auto;
	width: auto;
}
gn_body {
	width: 1024px;
	margin-bottom: auto;
	margin-left: auto;
}
#gn_main {
	height: auto;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top:-20px;
}

#gn_left {
	float: left;
	width: 200px;
	position: relative;
	left: -40px;
	margin-right: -40px;
	margin-top:20px;
	margin-bottom: 50px;
	
}
#gn_right {
	float: right;
	width: 173px;
	right: -30px;
	position: relative;
	background-color: #000;
	margin-bottom: 50px;
	margin-top:20px;
	padding:2px;
}

#gn_right p {
	color:#fff;
}
#gn_middle {
	display: block;
	margin-right: 170px;
	margin-left: 170px;
	position: relative;
	opacity: 0.9;
	margin-bottom: 50px;
}
#gn_middle img{
	opacity: 1.0;
}
#gn_middle #maincontent {
	background-color:#000;
	width:595px;
	padding:2px;
	padding-top:10px;
	margin-top:-2px;
}
#clearer {
	clear: both;
}

#gn_right h3, #gn_left h3 {
background-color:#00ff5a;
font-size:10pt;
margin:0;
color:black;
}

