*{
	padding: 0;
	margin: 0;
}

body, html {
	width: 100%;
	height: 100%;
	font-family: cursive, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	background-color: #99ff99;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
}
	
/* Positionierung der Hauptelemente Kopf, Hauptnavigation, Inhalt und Fuss */

#Seite{
	width: 1000px;
	height: 1500px;
	position: relative;
}

#kopf {
	position: relative;
	height: 140px;
	background: transparent url(../Bilder/Kopfbild.png) no-repeat;
}


#navicontainer  {
	position: relative;
	left: 0px;
	padding: 0px;
	width: 235px;
	height: 1360px;
	text-align: center;
	font-family: cursive;
	font-weight: bold;
	font-size: 1.2em;
	background: transparent url(../Bilder/navifuellung.png) repeat-y left;
	float: left;
}

#navicontainer ul li{
	list-style: none outside none;
	list-style-type: none;
	list-style-image: none;
}
#naviabstand {
	width: 235px;
	height: 25px;
}


#navicontainer .navigationsliste a:link{
	display: block;
	color: #006600;
	height: 90px;
	padding: 0px 0px 0px 0px;
	font-family: cursive;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background-image: url(../Bilder/Schaltflaeche_norm_v3.png);
	background-repeat: no-repeat;
	line-height: 80px;
}

#navicontainer .navigationsliste a:hover{
	display: block;
	color: #ffffff;
	height: 90px;
	padding: 0px 0px 0px 0px;
	font-family: cursive;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background-image: url(../Bilder/Schaltflaeche_hover_v3.png);
	background-repeat: no-repeat;
	line-height: 80px;
}	

#navicontainer .navigationsliste a:visited{
	display: block;
	color: #99ff99;
	height: 90px;
	padding: 0px 0px 0px 0px;
	font-family: cursive;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background-image: url(../Bilder/Schaltflaeche_norm_v3.png);
	background-repeat: no-repeat;
	line-height: 80px;
}

#navicontainer .navigationsliste a:visited:hover{
	display: block;
	color: #ffffff;
	height: 90px;
	padding: 0px 0px 0px 0px;
	font-family: cursive;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
	background-image: url(../Bilder/Schaltflaeche_hover_v3.png);
	background-repeat: no-repeat;
	line-height: 80px;
	}
	
#zaehler {
	float: left;
	bottom: 0px;
}

#Inhalt{
	position: relative;
	width: 700px;
	float: left;
	background-color: inherit;
	color: #000000;
	padding: 25px;
	/*overflow: visible;*/
	margin-top: 25px;
}

#wetter{
	border: thin outset Black;
	width: 200px;
	padding: 2px;
	margin: 20px 0 0 10px;
}

#zaehler{
	border: thin outset Black;
	width: 200px;
	padding: 2px;
	margin: 20px 0 0 10px;
}

#nofloat{
	position: static;
	width: 100%;
	height: 1px;
	float: none;
	}

#fuss {
	position: absolute;
	bottom: 20px;
	width: 700px;
	text-align: center;
	word-spacing: 50px;
	left: 230px;
	padding: 5px 20px 5px 20px;
}

#fuss a:link{
	color: #33CC33;
	text-decoration: underline overline;
	font-weight: bold;
}
#fuss a:hover{
	color: #ffffff;
	text-decoration: underline overline;
	font-weight: bold;
}
#fuss a:visited{
	color: #33CC33;
	text-decoration: underline overline;
	font-weight: bold;
	}

#fuss a:visited:hover{
	color: #ffffff;
	text-decoration: underline overline;
	font-weight: bold;
	}
	
.h1normal{
	font-size: 2em;
}

.h1klein{
	font-size: 1.5em;
}

.Bildbeschriftung {
	font-size: 0.8em;
}

.navischrift{
	font-size: 100%;
	margin-bottom: 10px;
}

.fliesstext{
	margin: 10px 0 10px 0;
}

.unterstrichen{
	text-decoration: underline;
}

.wichtig{
	color: Red;
	font-size: 1.2em;
	font-weight: bolder;
}

.fett{
	font-weight: bolder;
}