body {
  background-color: #F2EAE8;
  margin: 3px 3px 0 3px;
  padding: 0;
  text-align: center;
}

#page {
	text-align: left;
	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
  max-width: 985px;
  width: auto !important;  /* für moderne Browser */
  width: 985px;
}

#header {
	width: 796px;
}

.white { color: white }

.aktual { 
  font-family:  Verdana, Arial, Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
}

#bilder { 
	white-space: nowrap; 
/*	margin-top: 15px; */
	clear: both;
}

/*
.name {
	margin-bottom: 7px;
	width: 300px;
	border: 1px solid green;
	float: right;
}
*/

#hauptnavi {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: .2em 0;
  white-space: nowrap; 
  float: left;
/*  margin-left: 3px; 
  width: auto; */
  margin-bottom: 12px;
}

#hauptnavi ul {
  list-style-type: none;
  padding: 7px 0 0 0;
  margin: 0px 0 0 0;
}

#hauptnavi ul li {
  display: inline;
}

#hauptnavi ul li a {
  text-decoration: none;
  padding: .1em 1em ;
  color: #FFFFFF;
}

#sitemap a {
  text-decoration: none;
  color: black;
}

#sitemap a:hover {
  text-decoration: underline;
  color: black;
}

#inner{margin:0; width:100%;}

#outer{
  border:solid white 0px;
  /*/*/ border-left-width: 170px ;  /* left column width. NN4 hack to hide borders */
  border-left-color: #EEEEEE;   /* left column colour */
  border-left-style: solid;
  /*/*/ border-right-width: 170px; /* right column width. NN4 hack to hide borders */
  border-right-color: #EEEEEE;  /* right column colour */
  border-right-style: solid;
  background-color: #FFFFFF; /* center column colour */
  width: auto; /* oder fixe Breite */
} 

#outer>#inner { border-bottom: 1px solid #FFFFFF;  }

.clr{clear:both; height: 1px;}

#subnavi {
  float: left;
  width: 170px;
  margin-left: -170px;
  position:relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

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

#subnavi ul li {
  margin: 3px 0 0 0;
}

#subnavi ul li a {
  display: block;
  padding: 5px 0em 7px 0;
  width: 170px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 8pt;
}

#subnavi ul li a:hover {
  color: #ffffff;
}

#subnavi ul ul li {
  margin: -2px 0 0 0;
}

#subnavi ul ul li a {
  display: block;
  padding: 3px 0 5px 20px;
  width: 150px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 8pt;
  margin: 0;
}

#subnavi ul ul ul li a {
  padding: 3px 0 5px 43px;
  width: 127px;
}

#middlerow {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border-top: solid 1pt #CCCCCC;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  position: relative;
  min-height: 500px;
}

#newsrow {

  /*/*/ width:170px; /* hack keeps NN4 right column right? */
  float:right;
  position:relative;
  margin-right:-170px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;

}

#newsrow h3 {
  color: red;
  margin: 0 0 3pt 0;
}

#newsrow h4 {
  margin: 3pt 0 3pt 0;
}

#newsrow p {
  margin: 3px 0 0 0;
  padding: 0 0 3px 0;
  border-bottom: dashed black 1pt;
}

#newsrow .news {
  text-align: center;
}

#newsrow a.news {
  text-decoration: none;
  color: black;
}

#newsrow a:hover.news {
  text-decoration: none;
  color: #666666;
}

#content {
  padding: 0em 1em 2em 1.2em;
}

#content h4 {
  margin-top: 0px;
	padding-top: 0px;
  font-size: 12pt;
}

#content h2 {
  margin: 0;
  padding: 0;
  font-size: 10pt;
  font-weight: bold;
  text-transform: uppercase; 
}
#content h3 {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  font-weight: bold;
  }
#content td.bildlegende {
  font-weight: normal;
  font-size: 8pt;
}


#footer {
  clear: both;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  padding: 3px;
  border-top: solid 1pt #BBBBBB;
  text-align: center;
}

#footer a {
  text-decoration: none;
  color: #222222;
}

#footer a:hover {
  text-decoration: underline;
  color: #CCCCCC;
}
