body {
	font-family: arial;
	font-size: 10pt;
	padding: 0;
	margin: 10px 0 0 0;
	/*border-top: 10px solid yellow*/
}
h1 {
	margin: 0.67em 0;
	font-size: 10pt;
	color: #0075B8;
}
#page {
	padding: 0;
	margin: 5px auto 0px auto;
	width: 961px;
	position: relative;
	background-image: url("../images/bg_repeat.jpg");
}
#head {
	margin: 0;
	padding: 0;
	background-image: url("../images/bg_top.jpg");
	height: 436px;
}
#head.home {
	background-image: url("../images/bg_top_home.jpg");
}
#image1 {
	position: absolute;
	top: -2px;
	left: 0px;
}
#image2 {
	position: absolute;
	right: 0px;
	top: 165px;
}
#image3 {
	position: absolute;
	left: 457px;
	top: 445px;
}
#nav1 {
	position: absolute;
	left: 593px;
	top: 12px;
}
#nav1 ul, #nav2 ul, #nav3 ul {
	margin: 0;
	padding: 0;
}
#nav1 ul li, #nav2 ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 140px;
	display: block;
	float: left;
	height: 13pt;
}
#nav2 {
	position: absolute;
	left: 830px;
	top: 38px;
}
#nav2 ul li {
	text-align: right;
	font-size: 8pt;
	width: 63px;
	height: 13pt;
}
#nav3 {
	display: block;
	float: left;
	margin: 75px 5px 5px 30px;
	/*font-weight: bold;*/
}
#nav3 ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 13pt;
}
#nav1, #nav2, #nav3 {
	text-transform: uppercase;
	font-size: 9pt;
}
#nav1 ul li a, #nav3 ul li a {
	color: #000;
	text-decoration: none;
}
#nav2 ul li a {
	text-decoration: none;
	color: #00a0db;
}
#nav1 ul li a:hover, #nav2 ul li a:hover {
	color: #0075b8;
}
#nav3 ul li a:hover {
	text-decoration: underline;
}
li.active a {
	font-weight: bold;
}
#nav3 li.active a {
	color: #0075b8;
}
a {
	color: #0075B8;
}
a:hover {
	text-decoration: none;
}
#content {
	min-height: 250px;
	margin: 0 45px;
}
#content_main {
	margin: -125px 0 0 0;
	width: 385px;
	display: block;
	float: left;
	/*RK Padding dazu */
	padding-bottom: 20px;
}
sub, sup {
	line-height: 0px;
	font-size: 60%;
}
#content_main p, #content_sub p {
	margin-bottom: 10px;
}
#content_main ul {
	margin: 10px 0px 10px 30px;
}
#content_sub {
	clear: left;
}
#logo {
	position: absolute;
	right: 5px;
	bottom: 25px;
}
#foot {
	background-image: url("../images/bg_bottom.jpg");
	/*RK höhe von 13px geändert */
	background-position: center bottom;
    background-repeat: no-repeat;
	clear: both;
	height: 30px;
}
a img {
	border: none;
}
div.errors {
	border: solid 1px #f00;
	background-color: #fdd;
	color: #f00;
	padding: 3px;
}
input, textarea {
	width: 200px;
	font-family: Arial;
	font-size: 10pt;
}
textarea {
	height: 100px;
}
