body 	{
	background-color: FFFFFF;
	padding: 0px;
	margin: 10 auto;
	}


a:link	{
	color: blue;
	}
a:visited {
	Color: #660099
	}
a:hover	{
	Color: orange;
	font-style: italic;
	}

h1 	{
	color:green;
	font-weight: bold;
	font-size: 160%;
	font-family: Georgia, serif;
	text-align: center;
	text-decoration: underline;
	}

h2 	{
	color: green;
	font-style: italic;
	font-size: 80%;
	font-family: Georgia, serif;
	text-align: center;
	}

h3 	{
	Color: red;
	font-weight: bold;
	front-size: 160%;
	font-family: Georgia, serif;
	text-align: left;
	}

p	{
	Color: black;
	font-family: Georgia, serif;
	text-align: left;
	}

table	{
	border-width: thick;
	border-color: green;
	border-style: double;
	Color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 100%;
	font-family: Georgia, serif;
	}

thead	{
	background-color: green;
	color: white;
	font-style: italic;
	font-size: 110%;
	font-family: Georgia, serif;
	text-align: center;
	}

tfoot	{
	background-color: white;
	color: red;
	font-size: 90%
	text-align: center
	font-family: Georgia, serif;
	;
	}

th	{
	text-align: left;
	}


td	{
	text-align: left;
	padding: 1em 1em;
	}

#bild	{
	float: left;
	width: 100px;
	}

.floatstop {
	clear: both;
	}

#nest	{        
	padding: 0;
	width: 90%;
	overflow:hidden;
	margin: 0 auto;
	border: 1px solid;
	}

#kopf 	{
	text-align: center;
	width: 100%;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	}

#kopf a img {
	border: 0;
	}

#fuss 	{
	height: 100px;
	padding: 10px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	background-color: #c1ed75;
	}

#inhalt	{
	margin-left: 191px;
	padding: 10px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	text-align: left;
	min-height: 250px;
	}

#inhalt p {
	font-size: 100%;
	}

.newsheadline	{
	font-weight: bold;
	}

#nav	{
	font-size: 85%;
	font-variant: small-caps;
	font-weight: bold;
	padding: 10px;
	border: 0;
	background-color: #ffffff;
	float: left;
	width: 170px;
	}

#nav ul	{
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li	{
	margin: 5px;
	border-right: 5px solid #CAFF70;
	background-color: #e4ffb7;
	width: 150px;
	}

#nav li a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 3px;
	padding-right: 10px;
	}

#nav li:hover{
	background-color: #228B22;
	margin-left: 15px;
	}

#nav li a:hover	{
	color: white;
	}

#nav li ul{
	display: none;
	}

#nav li:hover > #fachgruppen	{				
				display: block;
				position: absolute;
				margin-left: 155px;
				margin-top: -29px;
				background-color: #ffffff;
				}

#nav li:hover > #fachgruppen  li {
				width: 210px;
				}

#fachgruppen li:hover > #heimatgeschichte	{
				display: block;
				position: absolute;
				margin-left: 215px;
				margin-top: -29px;
				background-color: #ffffff;
				}

#fachgruppen li:hover > #heimatgeschichte li	{
				width: 180px;
				}