@charset "utf-8";
html {
	min-height: 100%;
	overflow-y:scroll;
}
body {
	text-align: center;
	background-color: #001f2f;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
}
h1 {
	font-size: 1.5em;
	color: #79b51c;
	margin-bottom: .7em;
}
h2 {
	font-size: 1.35em;
	color: #79b51c;
	margin-bottom: .7em;
}
a {
	font-size: 1em;
	color: #79b51c;
	text-decoration: none;
}
p {
	color: #000;
}
#logo {
	background-image: url(../bilder/logo_hoch.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
	width: 58px;
	position: absolute;
	margin-top: 2em;
}

#header {
	height: 300px;
	background-image: url(../bilder/header_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#container {
	text-align: left;
	width: 55%;
	margin: 35px auto 20px;
	min-width: 800px;
	max-width: 800px;
	min-height: 100%;
	background-color: #FFF;
}
#firma {
	background-color:#FFF;
	color:#000;
	padding:5px 0 7px 1.75em;
	border-bottom:1px solid #79b51c;
	margin-top:5px;
}
.randunten {
	border-bottom:1px solid #74b726;
}
#navigation {
	background-color: #001f2f;
	width: 100%;
	height: 2em;
}

#mainBox {
	overflow:auto;
}
#mainText_start {
	text-align: justify;
	float: left;
	width: 60%;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #79b51c;
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-right: 2em;
}
#news {
	text-align: left;
	margin-right: 2em;
	padding-top: 2em;
	margin-left: 71%;
}
#mainText {
	padding: 1em 2em 1.5em 2em;
	text-align: justify;
	font-size:14px;
}
#footer {
	background-color: #79b51c;
	padding: 1em 2em;
	color: #001f2f;
	font-size: 0.75em;
	font-weight: bold;
}
#impressum {
	background-color:#001f2f;
	color: #FFF;
	font-size: 0.75em;
	font-weight: bold;
}
#impressum a {
	color: #FFF;
	font-weight: bold;
}
#impressum a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration:underline;
}
#footer a {
	color: #001f2f;
	font-weight: bold;
	text-decoration:underline;
}
#footer a:hover {
	color: #001f2f;
	font-weight: bold;
	text-decoration:none;
}
label {
	line-height: 1.5;
}
.label {
	width:140px;
	display: inline-block;
 vertical-align:top margin:5px 0 0 0;
}
.button1 {
	cursor:pointer;
}
.inputbox1 {
	color: #FFF;
	border:1px solid #000000;
	background-color: transparent;
	border-color:#79b51c #609017 #609017 #79b51c;
}
