body         {
	color: black;
	background-color: #DCDCDC;
	/*margin: -10px;*/
	/*margin: 0;*/
	font-family: Verdana;
	font-size: 9pt;
}
h1 {
	font-size: 2.5em;
	font-weight: bold;
}
h2 {
	/*margin-top: 0.3em;*/
	font-size: 1.2em;
	font-weight: bold;
	color: White;
	background-color: #006600;
	padding: 2px;
	padding-left: 5px;
}
h3 {
	font-size:1em;*/
	font-weight:bold;
	margin:0;
	margin-top:1em;
	margin-bottom:0.2em;
	padding: 0;
	/*padding-top:0.2em;*/
}
p {
	/*font-size: 0.8em;*/
	line-height: 1.4em;
	margin-left:3em;
	margin-right:3em;
}
table {
	border: none;
}
td {
	/*font-size: 0.8em;*/
}
pre {
	/*font-size: 0.8em;*/
	font-family: "Courier New", "Lucida Console";
}
a {
	color: #006600;
}
.einrueckung {
	margin-left:3em;
}
.fett {
	font-weight:bold;
}
.bildtext {
	font-size: 0.8em;
	text-align: center;
}

#Seitenkopf {
	background:#006600 url(/images/titel.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-weight: bold;
	color:white;
	font-size:3em;
	height:55px;
	padding:20px;
}
#Seitenfuss {
	clear: both;
	margin-left: 1em;
	font-size: 8pt;
}
html>body #Seite { /* schließt IE (win) und NS4 aus*/
	background-color: #FFFFFF;
}
#Seite {
	margin: 3px 0;
	padding: 5px;
	border:none;
	min-height: 500px;
}


ul#Navigation {
	width: 100%;
	font-size: 8pt;
	margin: 2px 0;
	padding: 2px 0;
	background-color: #006600;
}
ul#Navigation li {
	display: inline;
	list-style: none;
}
ul#Navigation a, ul#Navigation span {
	margin: 0 -2px;
	padding: 2px 4px;
	text-decoration:none;
	font-weight: bold;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-right-width: 2px;
	color: white;
}
ul#Navigation .aktiv {
	background-color: #FFFFFF;
	color: #000000;
}
ul#Navigation a:link {
}
ul#Navigation a:visited {
}
ul#Navigation a:hover {
	text-decoration: underline;
}
ul#Navigation a:active {
}

div#Willkommen {
	float: right;
	width: 40%;
	text-align: center;
}
div#Willkommen h1 {
	margin:20px 10px;
	font-size:1.6em;
	text-align:center;
}
div#news {
	/*margin-right:40%;*/
}
div#news .text {
	/*font-size: 9pt;*/
	text-align: left;
	color: #000000;
}
div#news .bild {
	float:right;
	padding-bottom:0.2em;
	margin-right:3px;
	font-size: 0.8em;
	text-align: center;
}

table#Statistik {
	font-size: 0.8em;
}

div.menu {
  background-color: #006600;
  border: 3px solid;
  border-color: #DCDCDC;
  left: 0px;
  margin-left: -3px;
  padding: 0px 0px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

div.menu a.menuItem {
  color: #FFFFFF;
  /*cursor: default;*/
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  background-color: #006600;
  color: #FFFFFF;
  font-weight: bold;
  /*text-decoration: underline;*/
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
  font-weight: normal;
}

div.menu div.menuItemSep {
  border-top: 2px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  margin: 0;
  /*margin: 4px 2px;*/
}