@charset "utf-8";
html {
	min-height: 100%;
	overflow-y:scroll;
}
body {
	text-align: center;
	background-color: white;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1em;
}
h1 {
	font-size: 1.5em;
	color: black;
	margin-bottom: .7em;
}
h2 {
	font-size: 1.35em;
	color: black;
	margin-bottom: .7em;
}
a {
	font-size: 1em;
	color: #black;
	text-decoration: none;
}
p {
	color: #000;
}
#logo {
	background-image: url(../bilder/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	width: 300px;
	position: absolute;
	top: 59px;
	left: 64%;
	display:none;	
}
#admin {
	display:none;	
}
#firma {
	background-color:#FFF;
	color:#000;
	padding:5px 0 7px 0;
	border-bottom:1px solid black;
	margin-top:5px;
}
#container {
	text-align: left;
	width: 100%;
	margin: 0px auto 0px;
	min-height: 100%;
	background-color: #FFF;
}
#navigation {
	background-color: #001f2f;
	width: 100%;
	height: 2em;
	display:none;	
}
#rechnung {
	display:none;	
}
#header {
	height: 180px;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-bottom:1px solid #79b51c;
	display:none;	
}
#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 0 .5em 0;
	text-align: justify;
	font-size:14px;
}
#footer {
	clear:both;
	background-color: white;
	border-top: 0px solid black;
	padding: 1em 0 0 0;
	color: black;
	font-size: 0.75em;
	font-weight: bold;
}
.randunten {
	border-bottom:1px solid black;
}
#impressum {
	clear:both;
	background-color:#001f2f;
	color: #FFF;
	text-align:right;
	font-size: 0.75em;
	font-weight: bold;
	display:none;
}
#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;
}
