body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/back.jpg);
	background-color: #71706E;
	padding:0px;
	margin:0px;
}
#upperBG{
	height:400px;
	background-image:url(img/back_oben.jpg);
	z-index:0;
}
#headimg{
	height:160px;
	width:800px;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-400px;
	z-index:1;
}
#navi{
	width:800px;
	background-color:#255D55;
	position:absolute;
	top:195px;
	left:50%;
	margin:0px;
	padding:0px;
	margin-left:-400px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #296960;
	border-right-color: #1A403A;
	border-bottom-color: #1A403A;
}
#navi a{
	margin:0px;
	background-color:#255D55;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1A403A;
	border-left-color: #296960;
	float:left;
}
#navi a:hover{
	background-color:#F7BA3C;
	color:#1A403A;
}

#content{
	height:auto;
	min-height:50%;
	width:780px;
	background-color:#FFFFFF;
	position:absolute;
	top:225px;
	left:50%;
	margin-left:-400px;
	z-index:1;
	padding:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #71706E;
	border-right-color: #464543;
	border-bottom-color: #464543;
	border-left-color: #71706E;
	background-attachment: scroll;
	background-image: url(img/table_background.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 1px solid #255D55;
}
a {
	color: #255D55;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #255D55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #255D55;
	text-align: center;
	background-color: #ecf6f5;
}
h2 {
	font-size: 14px;
	color: #255D55;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #255D55;
	text-align: center;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}

#loginBox {
}
#loginBox #title {
	color: #FFFFFF;
}
#loginBox a {
	color: #000000;
}
#loginBox a:hover {
	color: #000000;
}
.errMsg {
	color: red;
}
.errFld {
	border-color: red;
	background-color:#FFCCCC;
}
.sidebarbox {
	padding: 2px;
	background-color:#ecf6f5;
	margin-bottom: 10px;
}
.sidebarbox_title {
	color: #FFFFFF;
	padding: 2px;
	background-color:#255D55;
	font-weight: bold;
}
.formbutton {
	cursor:pointer;
	border:outset 1px #43ac8d;
	color:#298c6f;
	font-weight:bold;
	background:url(img/formbutton.jpg) repeat-x left top;
	height: 22px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.formbutton:hover {
	cursor:pointer;
	border:outset 1px #43ac8d;
	color:#000;
	font-weight:bold;
	background:url(img/formbutton.jpg) repeat-x left top;
	height: 22px;
	padding-top: 1px;
	padding-right: 8px;
	padding-bottom: 1px;
	padding-left: 8px;
}
.small {
	font-size:9px;
}
.small_orange {
	font-size:9px;
	color:#FBA311;
}
#buttonVersionen {
	background:url(img/home_button.png) no-repeat;
	width:400px;
	height:154px;
	padding-top:5px;
}
#buttonVersionen a {
	font-size:26px;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
	line-height: 30px;
}