/* wir fürs Dorf*/

/* tag */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 5px;
	background-image:url(../bilder/geld8b.jpg);
	overflow:scroll;
    }

li  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	text-decoration: none;
    margin: 5px;
    }

p  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 5px;}

br  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin: 5px;}
	
h1  {
	color: #0093D0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
    font-weight: bold;
	margin: 5px;}
		
h2  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	margin: 5px;
    }
		
h3  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
    }
		
h4  {  /*H1 aber zentriert*/
	color: #0093D0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
    font-weight: bold;
	text-align: center;
    margin: 5px;
    }
		
h5  {   /* H2 aber zentriert*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight: bold;
	text-align: center;
	margin: 5px;
    }
		
h6  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 5px;
    }
/*	
input {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
*/
/* id */

#logo {
	position: absolute;
	top: 5px;
	left: 2px;
	text-align: center;
	vertical-align: top;
	z-index: 1;
}

#navi {
	position: absolute;
	top: 90px;
	left: 7px;
	width: 150px;
	border: 0px solid #E8A5AB;
	text-align: left;
	vertical-align: top;
	z-index: 3;
	float:left;
}

#inhalt {
    position:absolute; 
	margin-left:-350px;
	top: 10px; 
    left: 50%;
	right: auto;
	height: auto;
	width: auto;
	background-color: #C2C2C2;
	border-top: 0px solid #000000;
	border-right: 0px solid #007a47;
	border-bottom: 0px solid #007a47;
	border-left: 0px solid #000000;
	padding-top: 21px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 170px;
	z-index: 5;
}
	

/* link */

a:link {
	color: #007a47;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #007a47;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #007a47;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #007a47;
	text-decoration: underline;
	font-weight: bold;
}

/* klasse */

.tinhalt {
	width: 530px;
	background-color: #FFFFFF;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #59B254;	
}

.theader {
	font-size: 12px;
	font-weight : bold;
	color : #ffffff;
	background-color: #E8A5AB;
}

.rueck { /* "wo-bin-ich-gerade-Zeile" ohne Unter-Navigation */
	border-top: 2px solid #007a47;
	border-right: 2px solid #007a47;
	border-bottom: 1px solid #6EB34C;
	border-left: 1px solid #6EB34C;
	font-weight: bold;
	}

.ober { /* "wo-bin-ich-gerade-Zeile" mit Unter-Navigation */
	border-top: 2px solid #007a47;
	border-right: 2px solid #007a47;
	border-bottom: 0px solid #6EB34C;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	}

.unter {  /* Unter-Navigation (unter der Wo-bin-ich-Zeile) */
	border-left: 1px solid #6EB34C;
	border-bottom: 1px solid #6EB34C;
	font-size: 11px;
	font-weight: normal;
    }
	
.tab {  /* Tabelle zum Anordnen der download-Links */
    color: #0093D0;
	border-top: 0px solid #0093D0;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #0093D0;
	border-left: 0px solid #0093D0;
	font-size: small;
	text-align: left;
	}

.tab-wdr {
    color: #000000;
    font-size: 10px;
    text-align: left;
}	
	
.inhalt { /* Anzeige-Fläche für den Inhalt */
	height: 400px;
	border: 0px solid #000000;
	padding-bottom: 5px;
	vertical-align: top;
	border-left: 2px solid #F7DE00;
	border-bottom: 2px solid #F7DE00;
	}	

.menue {/* Ausrichtung und Darstellung der einzelnen Menüpunkte*/
	display:block;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom: 2px solid #ffffff;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.menue:hover {
	color: #0093D0;
	text-decoration: none;
	border-bottom: 2px solid #F7DE00;
}
	
.menue:active {
	color: #0093D0;
	text-decoration: none;
	border-bottom: 2px solid #F7DE00;
}

.header {
	font-size: 12px;
	font-weight: bold;
}

.p08 {
	font-size: 12px;
	font-weight: bold;
}

.wll {
	font-size: 18px;
	font-weight: bold;
}

.fooder {
	font-size: 9px;
}

.klein {
	font-size: 9px;
}

/* Farben */

/* 

Hellgrün
#BADB9D

Grün
#00CC77
#6EB34C

Blau
#0093D0

Hellblau
#65B6D0


Gelb
#F7DE00


WLL-Grün
#007a47

 */
