@charset "utf-8";
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left;
	width: 990px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #165E3D;
}
#header {
	margin-bottom: 20px;
	margin-top: 0px;
}
#head_image {
	height: 110px;
	background-image: url(../images/rpmpres_header.gif);
	background-repeat: no-repeat;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 380px;
}
#footer {
	margin-top: 25px;
	margin-bottom: 0px;
	background-image: url(../images/rpmpres_footer.gif);
	background-repeat: no-repeat;
	clear: both;
	background-position: bottom;
	height: 60px;
	padding-right: 50px;
}
#navi {
	height: 22px;
	margin-bottom: 26px;
}
#linke_spalte {
	float: left;
	width: 680px;
	padding-left: 45px;
}

#rechte_spalte {
	float: right;
	width: 240px;
	padding-right: 10px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC99;
}
.Seitentitel {
	font-size: x-large;
}
.Haupttitel {
	font-size: 16px
}
.Absatztitel {
	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFCC99;
}
a:visited {
	text-decoration: none;
	color: #FFCC99;
}
a:hover {
	text-decoration: none;
	color: #B2B2B2;
}
a:active {
	text-decoration: none;
	color: #B2B2B2;
}

