body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

p {
	/*margin: 0px;*/
}

a {
	color: #329632;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #004600;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #004600;
	margin-top: 20px;
	margin-bottom: 0px;
}

#Blatt {
	width: 960px;
	/*background-image: url(../img/hg_umenu.gif);
	background-repeat: repeat-y;*/
}

#Kopf {
	height: 70px;
	position:relative;
	background-image: url(../img/kopf.gif);
}

#HMenu {
	width:760px;
	height: 17px;
	background-color:#329632;
	padding-left: 200px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#HMenu a {
	color: #FFFFFF;
	text-decoration: none;
}

#Linie {
	height: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color:#004600;
}

#Layout {
	width: 100%;
	border-collapse:collapse;
}

#UMenu {
	width:170px;
	margin: 0;
	padding: 0;
	background-color:#DDDDDD;
}

#UMenu ul {
margin: 0;
padding:0;
list-style-type: none;
}

#UMenu li {
background-color:#329632;
}

#UMenu li a {
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
padding: 10px 5px;
margin: 0px;
display: block;
border-bottom: 1px solid #FFFFFF;
text-decoration: none;
}

#UMenu li a:hover {
color: #FFFFFF;
background-color: #004600;
}

#UMenubox {
	margin-top: 50px;
}
#UMenubox select {
	width: 158px;
	font-size: 10px;
}

#UMenubox h1 {
	font-size: 1.0em;
	font-weight: normal;
	background-color: #329632;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#UMenubox p {
	margin: 5px;
}

#Mitte {
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#KopfBild {
	height: 200px;
}

#Inhalt {
	padding: 15px;
	line-height: 15px;
}

.left {
	float: left;
}
.right {
	float: right;
}

#Pager {
margin-top: 15px;
margin-bottom: 15px;
}

#MW {
	width:200px;
	margin: 0;
	padding: 0;
}

#NewsDatum {
	font-weight: bold;
	margin-bottom: 5px;
}

#NewsTitel {
	font-size: 1.5em;
	font-weight: bold;
	color: #004600;
	margin-bottom: 5px;
}

#NewsUntertitel {
	font-weight: bold;
	margin-bottom: 5px;
}

#NewsInhalt {
	margin-bottom: 30px;
}

/* Bildkasten ***********************************/

#BildKasten {
	background-color: #EEEEEE;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: left;
	padding: 2px;
	margin: 10px;
}

#BildKasten img {
	border: 1px solid #329632;
}

#BildKasten.left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
}
#BildKasten.right {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 0px;
}

/* ColorTable ***********************************/

#ColorTable {
	margin-top: 10px;
	margin-bottom: 10px;
}
#ColorTable.noSpace {
	border-collapse: collapse;
}
#ColorTable.noAbstand {
	margin-top: 0px;
	margin-bottom: 0px;
}

#ColorTable td, #ColorTable th {
	padding: 2px;
	margin: 2px;
}
#ColorTable th {
	background-color: #329632;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#ColorTable td {
	background-color: #EEFFEE;
}
#ColorTable td.noHG, #ColorTable tr.noHG td {
	background-color: #FFFFFF;
}
#ColorTable .hilite {
	font-weight: bold;
	background-color: #DDDDDD;
}
#ColorTable .hiliteHG, #ColorTable tr.hiliteHG td {
	background-color: #DDDDDD;
}

/*** MWSpalte ***************************************************/

#MWKasten {
	border-collapse: collapse;
	width: 200px;
	font-size: 8pt;
}
#MWKasten th {
	background-color: #329632;
	color: #FFFFFF;
	padding: 2px;
	margin: 0px;
	text-align: left;
}
#MWKasten th.link {
	text-align: right;
	font-weight: normal;

}
#MWKasten th.link a {
	color: #FFFFFF;
	font-style: italic;
}
#MWKasten td {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 2px;
	vertical-align: top;
}
#MWKasten td.titel {
	background-color: #CCCCCC;
	font-weight: bold;
}
#MWKasten table {
}
#MWKasten table th {
	font-weight: bold;
	color: #000000;
	background-color: #329632;
	background-image: none;
}
#MWKasten table td {
	padding: 1px;
	margin: 0px;
}
#MWKasten table tr.hilite td {
	background-color: #329632;
	color: #FFFFFF;
	font-weight: bold;
}
#MWKasten p {
margin: 5px 0 0px 0;
padding: 0;
}

#MWAbstand {
	margin: 0px 0px 10px 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #329632;
}
