body{
	background-repeat: repeat-y;
	background-image: url(_images/siteback.jpg);
	background-position: left;
	background-color: #F9F9F9;
	}


html, body, table, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, san-serif;
	font-size: 13px;
	color: #000000;
	line-height: 17px;	


}
.smallfont {
	font-size: 10px;
}

.toptext {
	font-family: Arial, Helvetica, san-serif;
	color: #247C3E;
	font-weight: bold;
}
.non {
	border: none;
}
.must {
	border: 1px solid #247C3E;
	background-color: #FFE8E8;
	}
input, textarea, select {
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	border: 1px solid #247C3E;
	background-color: #FFFFFF;
}
#header {
	width: 100%;
	height: 110px;
	background-image: url(_images/topback.jpg);
	background-repeat: repeat-x;
}
#maincontainer {
	width: 100%;
	float: left;
	background-color: #CCCCCC;
}
#starter { /* Zum Zentrieren der Startseite  */

   position: absolute;
   left: 50%;
   top: 50%;
   width: 800px; /* Breite des Elements */
   height: 535px; /* Höhe des Elements */
   margin-left: -400px; /* Breite des Elements geteilt durch zwei! */
   margin-top: -267px; /* Höhe des Elements geteilt durch zwei! */

}
#nav {
	position:absolute;
	left:0px;
	top:110px;
	width: 160px;
	clear: none;
	/*background-color: #FFFFE6;*/
}

#main {
	position:absolute;
	left:10em;
	top:110px;
	width: 63em;
	margin-left: 3em;
	margin-top: 2.3em;
	margin-right: 0.9em;
	margin-bottom: 0px;
	clear: none;
	
}
#footer {
	width: 800px; 
	float: left;
}

a {
	color: #247C3E;
	font-weight: normal;
	text-decoration: none;
}

.a_extra {
	color: #247C3E;
	font-weight: normal;
	text-decoration: none;
}

.print {
	color: #247C3E;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
a:hover {
	text-decoration: underline;
}
.redtext {
	color: #247C3E;

}
.bigtext{
	font-size: 18px;

}
.bigred{
	font-size: 18px;
	color: #247C3E;

}
.alpha{
	list-style-type: lower-alpha;
}
.blocktext{
	text-align: justify;
}