#main {
	position:absolute;
	left:9px;
	top:16px;
	width:760px;
	height:inherit;
	background-color: #A4DA9C;
	border: 5px solid #666666;
	z-index: auto;
}

/*Alle Einstellungen rund um den HEAD-Bereich*/
#head {
	position:relative;
	left:auto;
	width:100%;
	height:150px;
	background-color: #008200;
	z-index: 2;
}
#head_schriftzug {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	position: relative;
	left: 100px;
	top: 50%;
}
#head_logo {
	position: absolute;
	left: 488px;
	top: 3px;
}

/*Alle Einstellungen rund ums Hauptmenue*/
#navi {
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	height:25px;
	background-color: #666666;
	z-index: 2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#navi a {
color: #f0f0f0;
background-color: #666666;
font-weight: bold;
padding: 0px 3px;
text-decoration: none
}

#navi a:visited  {
color: #f0f0f0;
background-color: #666666;
font-weight: bold;
padding: 0px 3px;
text-decoration: none
}
#navi a: active {
color: #FFFF00;
background-color: #666666;
font-weight: bold;
padding: 0px 3px;
text-decoration: none
}

#navi a:hover {
color: #f0f0f0;
background-color: #999999;
font-weight: bold;
padding: 0px 3px;
text-decoration: none;
}

/*Alle Einstellungen rund ums Menue unten*/
#foot {
	position:relative;
	left:auto;
	top:auto;
	width:100%;
	height:auto;
	background-color: #666666;
	padding: 0;
	z-index: 2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}

#foot a {
color: #FFFFFF;
text-decoration: none
}

#foot a:visited  {
color: #FFFFFF;
text-decoration: none
}

#foot a:active {
color: #000000;
text-decoration: none
}

#foot a:hover {
color: #FFFFFF;
font-style: italic;
text-decoration: none;
}

/*Alle Einstellungen für den TEXT-Bereich*/
#text {
	position:relative;
	left:35%;
	top:auto;
	width:65%;
	height:auto;
	z-index: 2;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

#text a:link {
color:#000000
}

#text a:visited {
color:#000000
}

#text a:active {
color:#FFFFFF}

/*Alle Einstellungen für den kleinen Infobreich an der Seite*/
#info{
	position:absolute;
	left:20px;
	top:198px;
	width:213px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	z-index: 2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	height: 206px;
}


.dicker {
	font-weight: bold;
}
.uberschrift {
	font-size: large;
	font-weight: bold;
}
.kleiner {
	font-size: x-small;
}
