@charset "iso-8859-2";
body {
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e8e4d7;
	margin: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	overflow-y: scroll;
}
.clearer {
	clear: both;
}
h1 {
	color: #9f8e76;
	margin-left: 40px;
	font-size: 40px;
	font-style: italic;
}
#fenster {
	background-image: url(img/fenster.png);
	background-repeat: no-repeat;
	background-position: center top;	
	width: 995px;
	min-height: 800px;
	margin: 0px auto;
}
#logo {
	float: left;
	width: 70px;
	position: fixed;
}
#mainFrame {
	float: left;
	width: 892px;
	margin-left: 70px;
}
#content {
	width: 500px;
	margin-left: 60px;
	margin-top: 91px;
	margin-bottom: 100px;
	min-height: 200px;
}
#content a {
	color: #ffae00;
}
#content h3 {
	font-size: 18px;
	color: #ffae00;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}
#content p {
	padding: 3px 0px 10px 0px;
	margin: 0px;
}
/*----------------- Navigation ---------------------*/
#naviTop {
	width: 995px;
	height: 51px;
	background-image: url(img/naviTop.png);
	background-repeat: no-repeat;
	position: fixed;
}
#footer {
	position: fixed;
	bottom: 0px;
	z-index: 50;
	width: 100%;
	height: 51px;
	clear: both;
}
#naviBottom {
	width: 995px;
	height: 50px;
	background-image: url(img/naviBottom.png);
	background-repeat: no-repeat;
	margin: 0px auto;
}
#naviButtonsTop {
	margin-left: 44px;
	padding-top: 4px;
}
#naviButtonsBottom {
	margin-left: 114px;
	padding-top: 13px;
}
.button {
	width: 98px;
	height: 27px;
	background-image: url(img/buttonBG.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-right: 2px;
}
.button:hover, .buttonRO {
	width: 98px;
	height: 27px;
	background-image: url(img/buttonBG_RO.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 7px;
	float: left;
	margin-right: 2px;
}
.button a, .buttonRO a {
	color: #FFFFFF;
	text-decoration: none;
}
.naviEnd {
	background-image: url(img/naviEnd.png);
	width: 75px;
	height: 34px;
	float: left;
}
/* ------------------------ Mailformular -----------------------*/
legend {
padding-left:10px;
padding-right:10px;
border: 0px;
}

fieldset {
border:0px;
}

.radiolayout {
width:60%;
padding-top:15px;
padding-bottom:15px;
}

.formu {
padding-top:10px;
padding-bottom:10px;
}

.mf-radio {
border:0px;
}

.mf-text {
color: #4f3b20;
border: 2px solid #0a8af6;
background-color: #fff;
margin-bottom: 5px;
width: 400px;
}

.mf-check {
border: 0px;
}
.mf-select {
border:0px;
}

.mf-input {
color: #4f3b20;
border: 2px solid #0a8af6;
background-color: #fff;
margin-bottom: 5px;
width: 400px;
}

.mf-submit {
color: #ffffff;
width: 200px;
height: 35px;
background-image: url(img/buttonBG.png);
background-color: #0a8af6;
font-size: 16px;
border: 2px solid #0a8af6;
font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
padding:0px;
}
.mf-submit:hover {
color: #ffffff;
background-image: url(img/buttonBG_RO.png);
background-color: #ffae00;
font-size: 16px;;
border: 2px solid #ffae00;
font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
padding:0px;
}