html, body {height:100%;}
body {
	min-height:100%;
	overflow-y:scroll;
	overflow-x:hidden;
}

@media print {
body { overflow:visible; }
} 

BODY {
	margin:0px;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
}
TABLE.index {
	font-size:1px;}

A:LINK {
	text-decoration:none; }

A:VISITED {
	text-decoration:none; }

A:ACTIVE {
	text-decoration:none; }

A:HOVER {
	text-decoration:none; }

#hintergrund {
	width:100%;
	min-height:100%;
	height:100%;
	background-image:url('bg.gif');
	color:#8FAB6D;
}

.seitenlinie {
	background-image:url('index-line.gif');
	background-repeat:repeat-y; }

#alles {
	width:500px;
	height:100%;
	background-color:#FFFFFF;
}

#header {
	width:500px;
	height:190px;
	background-image:url('titelbild.gif');
	background-repeat:no-repeat;
}

#main {
	padding:10px 15px 25px 15px;
	background-color:#FFFFFF;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#5B6D5F;
}

#footer {
	width:500px;
	height:100px;
	background-image:url('footer-line.gif');
	background-repeat:repeat-x;
}

P { margin-bottom:1em }

TABLE {
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	color:#5B6D5F; }

	
A:LINK {
	text-decoration:none;
	color:#9ED187; }

A:VISITED {
	text-decoration:none;
	color:#9ED187; }

A:ACTIVE {
	text-decoration:none;
	color:#9ED187; }

A:HOVER {
	text-decoration:none;
	color:#F0D2CE; }


A.imgborderlink IMG {
border: 2px solid #D1EAAE; }

A:HOVER.imgborderlink IMG {
border: 2px solid #F0D2CE; }


INPUT {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	color:#82AF4D;
	border-bottom: 1px solid #82AF4D;
	border-top: 0px solid #FFF;
	border-left: 0px solid #FFF;
	border-right: 0px solid #FFF;
	background-color:#FFF;
	margin-bottom:8px; }

TEXTAREA {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	color:#82AF4D;
	border: 1px solid #82AF4D;
	background-color:#FFF;
	margin-top:2px;
	margin-bottom:2px; }
	
INPUT.rahmen {border: 1px solid #82AF4D;}
	
.button {
	font-family:Trebuchet MS,sans-serif;
	font-size:11px;
	color:#82AF4D;
	border: 2px solid #B7DB80;
	background-color:#FFF;
	margin-top:2px;
	margin-bottom:2px; }
	
INPUT [type="checkbox"]{
	border: 0px solid #FFF;
	background-color:#FFF;
	margin-top:2px;
	margin-bottom:2px; }

H1 {
	font-family:Verdana,Arial Narrow,sans-serif;
	font-size:10px;
	font-weight:bold;
	letter-spacing:1px;
	color:#FFFFFF;
	background-color:#F0D2CE;
	background-image:url('main_titel-bg-line.gif');
	padding-left:3px;
	margin-bottom:20px; }

H2 {
	font-family:Verdana,Arial Narrow,sans-serif;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#82AF4D;
	margin-top:30px;
	margin-bottom:1em }
	

HR {
	border-top: 1px dotted #CFEA6E;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	height:1px;	}


LU {
	list-style-position:outside; }

LI {
	list-style-image:url('bullet.gif');
	list-color:#B4BDA9;
	margin-left:13px;
	margin-bottom:7px; }


.imgborder {
	border: 2px solid #D1EAAE; }


.legende {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-style:italic;
	color:#A2AC70; }

.submenu {
	font-family:Arial,sans-serif;
	font-size:10px;
	font-style:italic;
	color:#CFEA6E;
	letter-spacing:1px;	}
	

ul.errorlist {
    margin: 0;
    padding: 0;
}
.errorlist li {
    background-color: red;
    color: white;
    display: block;
    font-size: 10px;
    margin: 0 0 3px;
    padding: 4px 5px;
}

div.clearer {
  clear:both;
  font-size:1px;
  line-height:1px;
  display:block;
  height:1px; }