body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	line-height: 18px;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.clr {
	clear: both;
	height: 20px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
a img {
    border: medium none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	margin-bottom: 8px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}
h3 {
	color: #000000;
}
li {
	list-style-type: circle;
}
input {
}
textarea {
}
#centerFrame {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 880px;
	background-repeat: no-repeat;
}
.head {
	height: 130px;
}
.head .logo {
	background-image: url(../img/logo.jpg);
	height: 69px;
	width: 307px;
	position: absolute;
	top: 21px;
}
.nav {
	position: absolute;
	left: 522px;
	top: 30px;
	width: 360px;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
}
.nav a:hover{
	color: #F29F28;
}
.nav .active{
	color: #F29F28;
}

.secnav {
}
.secnav a{
	display: block;
	height: 22px;
	padding-top: 3px;
	padding-left: 3px;
	margin-bottom: 1px;
	background-color: #CCCCCC;
	color: #333333;
	text-decoration:none;
}
.secnav a:hover{
	background-color:#F29F28;
}
.secnav .active{
	background-color:#F29F28;
}
.inhalt {
}
.inhalt .left {
	width: 220px;
	float: left;
}
.inhalt .right {
	width: 630px;
	float: right;
	padding-bottom: 20px;
/*	text-align: justify;*/
}
.bild {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.hotspot {
	height: 262px;
	width: 229px;
	float: left;
}
.hotspottext {
	top: 100px;
	left: 20px;
	margin-top: 200px;
	display: block;
	text-align: center;
}
.hotspottext a {
	color: #333333;
	text-decoration: none;
}
.hotspottext a:hover {
	color: #F29F28;
	text-decoration: none;
}
.linie {
	height: 1px;
	border-bottom: 1px dashed #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.fuss {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	clear: both;
	height: 30px;
	text-align: center;
	border-top: 1px solid #0E69A6;
}
.fuss a{
	color: #333;
	text-decoration: underline;
}
.fuss a:hover{
	text-decoration: none;
}
.text11 {
	font-size: 11px;
}
.text13 {
	font-size: 14px;
	font-weight: bold;
}
