html, body {
	margin: 0;
	padding: 0;
	font-family : Verdana, Helvetica, Geneva, Arial, sans-serif;
	background : #fff;
	color: #000;
	text-align: center;
	font-size: 10px;
}

.logo {
	margin: 0;
	padding: 0;
	border: none;
}

/* --- LAYOUT -------------------------- */

#gesamteseite {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background: #fff url('hintergrund.gif') repeat-y;
	text-align: left;
}

#kopfzeile {
	margin: 0;
	padding: 0;
	width: 770px;
	height: 210px;
}

#linkespalte {
	margin: 0;
	padding: 0;
	width: 430px;
	float: left;
}

#linkespalte-abstand {
	margin: 15px 5px 5px 30px;
}

#rechtespalte {
	margin: 0;
	padding: 0;
	width: 340px;
	float: right;
}

#rechtespalte-abstand {
	margin: 15px 30px 5px 10px;
}

#fusszeile {
	margin: 0;
	padding: 0;
	clear: both;
	width: 770px;
	height: 30px;
	text-align: center;
	background: #fff url('fusszeile_hintergrund.jpg') bottom left no-repeat;
}

#fusszeile-abstand {
	padding: 4px 30px 10px 30px;
}

/* --- NAVIGATION -------------------------- */

#navigation {
	margin : 0 0px 0 20px;
	padding: 5px 0 0 0;
	width: 730px;
	border : none;
	background: #045325;
	font-size: 120%;
}

#navigation ul {
	margin : 0 0 0 20px;
	padding : 0;
	list-style : none;
	display : inline;
}

#navigation li {
	margin : 0;
	padding : 0 12px 0 0;
	display : inline;
}

#navigation li a {
	padding : 0 5px 0 5px;
	font-variant : small-caps;
	font-weight : bold;
	border: none;
	background: #045D29;
	color: #FFF;
	border : 1px solid #000;
	border-bottom : 1px solid #045D29;
}

#navigation li a:hover {
	background : #127F3F;
	border : 1px solid #fff;
	border-bottom : 1px solid #127F3F;
}

#navigation li .aktuell {
	padding : 0 5px 0 5px;
	background : #127F3F;
	border : 1px solid #fff;
	border-bottom : 1px solid #127F3F;
}

/* --- SUBNAVIGATION -------------------------- */

#subnavigation {
	margin : 0 0px 0 20px;
	padding: 5px 0 0 0;
	width: 730px;
	border : none;
	background: #127F3F;
	font-size: 100%;
}

#subnavigation ul {
	margin : 0 0 0 20px;
	padding : 0;
	list-style : none;
	display : inline;
}

#subnavigation li {
	margin : 0;
	padding : 0 12px 0 0;
	display : inline;
}

#subnavigation li a {
	padding : 0 5px 0 5px;
	font-weight : bold;
	border: none;
	background: #045D29;
	color: #000;
	border : 1px solid #000;
	border-bottom : 1px solid #1AC361;
}

#subnavigation li a:hover {
	background : #fff;
	border : 1px solid #000;
	border-bottom : 1px solid #fff;
}

#subnavigation li .aktuell2 {
	padding : 0 5px 0 5px;
	background : #fff;
	border : 1px solid #000;
	border-bottom : 1px solid #fff;
}

/* Zuruecksetzen des Randes aller wichtigen Text-Elemente */

a, p, h1, h2, h3, h4, h5, h6, td, tr {
	margin: 0;
	padding: 0;
}

/* Formatierung Bilder */
img {
	border: 2px solid #FFF;		/* 1 Pixel-Rand in schwarz */
	float: left;					/* Inhalte umfliessen Bilder an der rechten Seite */
	margin: 5px 12px 3px 0px;		/* Abstand rechts und unten 8 Pixel */
}


/* TEXTFORMATIERUNG -------------------------------------------*/

/* Hauptueberschrift */
h1 {
	font-size: 160%;			/* Schriftgröße */
	line-height: 170%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Zweite Ueberschrift */
h2 {
	font-size: 130%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Anreissertext */
h3 {
	font-size: 110%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 6px;		/* unten Innenabstand zwischen Elementinhalt */
}

/* Zwischenueberschrift */
h4 {
	font-size: 120%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-top: 12px;		/* unten Innenabstand zwischen Elementinhalt */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}
h5 {
	font-size: 80%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: bold;		/* Fettschrift */
	padding-bottom: 8px;		/* unten Innenabstand zwischen Elementinhalt */
}
p {
	font-size: 100%;			/* Schriftgröße */
	line-height: 120%;		/* Zeilenabstand */
	font-weight: normal;		/* Fettschrift */
	padding-bottom: 12px;	/* unten Innenabstand zwischen Elementinhalt */
}

ul {
	margin: 0 0 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
}

ol {
	margin: 0 0 12px 24px; 	/* unten und linker Abstand */
	padding: 0;					/* Innenabstand */
}

li {
	margin: 0;				/* Abstand */
	padding: 0;				/* Innenabstand */
	line-height: 140%;	/* Zeilenabstand */
}

blockquote {
	margin: 0 0 0 24px;	/* Abstand */
	padding: 0px 0 12px 0;				/* Innenabstand */
}

/* Link-Verhalten -------------------------------------------*/

/* Link */
a {
	text-decoration: none;				/* Keine Unterlinierung */
	font-weight: bold;					/* Fettschrift */
	color: #9C000F;							/* Schriftfarbe dunkelrot */
	border-bottom: 0px dashed #777;	/* Untere Linie grau 1 Pixel Rahmen gestrichelt */
}

/* Link bei darueberfahrender Maus */
a:hover {
	color: #C24327;							/* Schriftfarbe orange */
	border-bottom: 1px solid #C24327;	/* Untere Linie hellgruen 1 Pixel Rahmen durchgezogen */
}

/* Bereits besuchter Link */
a:visited {
	color: #C24327;							/* Schriftfarbe orange */
}

/* Geklickter Link */
a:active {
	color: #EFAA15;							/* Schriftfarbe gelb */
	border-bottom: 1px solid #EFAA15;	/* Untere Linie tuerkis 1 Pixel Rahmen durchgezogen */
}