body{
	/*Einstellen der grundsätzlichen Schriftart + Familie*/
	font				: normal 12px "Verdana", sans-serif;
	/*Grundsätzliche Ausrichtung der Seite*/
	margin-top			: 2%;
	margin-left			: 20%;
	/*background-color	: #6FF824*/
}

a:link, a:visited{/*für Verweise zu noch nicht besuchten Seiten*//*für Verweise zu bereits besuchten Seiten*/
	color				: black;
	text-decoration		: none;
	
}

a:focus{/*für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0)*/
	outline				: none;
	color				: #6FF824;
	text-decoration		: underline;
}

a:hover{/*für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0)*/
	text-decoration		: underline;
}

a:active {/*für gerade angeklickte Elemente*/
	outline				: none;
	color				: #6FF824;
	text-decoration		: none;
}

.gruen {

	color				: #33CC00;
	
}

h1 {
	font				: 14px "Arial", sans-serif;
	font-weight			: bold;
	color				: black;
}

span.schrift1{
	font				: 14px "Arial", sans-serif;
	font-weight			: bold;
	color				: black;
}

span.schrift2{
	font				: 24px "Arial Black", sans-serif;
	color				: black;
}
span.schrift3{
	font				: 24px "Trebuchet MS", sans-serif;
	color				: green;
}


#main{
	width				: 1058px;
}

.oben .bild{
	width				: 650px;
	float				: left;
	border-style: none;
}

.flash{
	padding-top			:50px;
	padding-left		:761px;
}
.mitte{
	clear				: both;
	margin-top			: 45px;
	border-top			: 0pt solid #a9a9a9;
	border-bottom		: 0pt solid black;
	margin-bottom		: 45px;
}

.unten .linksOben{
	width				: 500px;
	float				: left;
}

.unten .rechtsOben{
	width				: 500px;
	float				: left;
}

.unten .linksUnten{
	clear				: both;
	width				: 500px;
	float				: left;
	margin-top			: 30px;
}

.unten .rechtsUnten{
	width				: 500px;
	float				: left;
}

.pic{
	width				: 200px;
	float				: left;
	margin-right		: 10px;
}

.labelText{
	padding-right		: 10px;
}
