body,html {
	color:#000;
	background-color: #fff;
	margin: 0;
	padding: 0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
		
/* Kopfbereich */
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 75px;
	width: 99%;
	background-color: #000080;
	background-image: url(../images/wappen_50x65.gif); 
	background-repeat: no-repeat; 
	background-position: 20px 15px;
	margin: 0;
	padding: 10px;
}
		  
h1.ban { 
	font-size: 14pt; 
	font-weight: bold; 
	font-style: italic; 
	color: #fff; 
	margin: 10px 0 0 120px;
	border-bottom: 1px solid #AECBFB; 
}

h2.ban { 
	font-size: 11pt; 
	font-weight: bold; 
	color: #e6f0fa; 
	margin: 0 0 0 180px; 
	line-height: 100%; 
}

/* Navigation oben */
#topnav		{ 
	font-size:8pt; 
	color: #000080; 
	margin: 0; 
	padding: 5px 10px; 
	/* background-color: #e6f0fa; */
	background-color: #000080; 
	position: relative; 
	float: right; 
}

a:link.topnav, a:visited.topnav, a:active.topnav {
	color: #000080; 
	text-decoration: none; 
}

a:hover.topnav {
	color: #000080; 
	text-decoration: underline; 
}

/* Fußzeile */
.fusszeile {
	position: relative;
	padding: 5px;
	min-width: 120px;
	margin: -10px 190px;
}

#navLinks {
	position: absolute;
	top: 100px;
	left: 0px;
	background-color: #fff;
	padding: 0 0 0 5px;
	z-index: 1;

	/* CSS-Hack */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 180px;
}

	/* be nice to Opera */
	body>#navLinks { width:128px; }

#navRechts {
	position: absolute;
	top: 100px;
	right: 0px;
	padding: 0 5px 0 0;
	/*z-index: 2;*/

	/* CSS-Hack */
		voice-family: "\"}\"";
		voice-family: inherit;
		width: 210px;
}

	/* be nice to Opera 5 */
	body>#navRechts { width:210px; }

.content {
	/*position: relative;*/
	width: auto;
	min-width: 120px;
	margin: 83px 230px 0 190px;
	border: 1px solid #eeeeee;
	background-color: #fff;
	padding: 0 10px 10px 10px;
}

/* Absatzformatierungen */
p	{
	font-size:70%; 
	color:#000000; 
	line-height: 170%; 
	text-align: justify; 
	margin-right: 10px;
}

.gruss {
	padding: 15px;
	background-color: #eeeeee;
	text-align: center;
	margin: 10px 0 0 0;
}

.hinweis {
	padding: 3px;
	background-color: #c0c0c0;
	text-align: left;
	margin: 0px 0 0 0;
}

.meldung	{ 
	border-bottom: 1px solid #eeeeee; 
	padding-bottom: 10px; 
	text-align: left; 
}

.klein		{ 
	font-size: 65%; 
	color:#000000; 
	line-height: 150%;
}

.grau		{ 
	color:#808080;
	font-weight: bold; 
}

.hervor		{ 
	/*background-color:#c0c0c0;*/
	color: #000080;
	font-weight: bold; 
}

.rot		{ 
	color:#ff0000;
	font-weight: bold; 
}

.rechts {
	float: right;
	margin: -20px 30px 0 0;
}

p.berichte { 
	line-height: 50%; 
}

.besonders { 
	font-size: 125%; 
	font-weight: bold; 
	color:#000080; 
	font-family:'times new roman',sans-serif; font-style:italic; 
}	

h1	{ 
	font-size: 80%; 
	font-weight: bold; 
	color: #000080; 
}

h2	{ 
	font-size: 75%; 
	font-weight: bold; 
	color: #000080; 
}

h2.welcome {
	font-size: 110%;
}

h3	{ 
	font-size: 70%; 
	font-weight: bold; 
	color:#000080; 
}

.ueber	{ 
	font-size: 100%; 
	font-weight: bold; 
	color: #000080; 
	line-height: 150%; 
}

.bericht  { 
	width: 90%; 
	background-color: #c0c0c0; 
	padding: 5px; 
	border: 1px solid #AECBFB; 
}

/* Hyperlinkformatierung (außerhalb Navigation) */
a:link, a:visited	{ 
	color: #0000FF;
}

a:hover	{ 
	text-decoration: none; 
	color: #0000FF; 
	background-color: #FFFFFF; 
}

/* Tabellenformatierung */
th	{ 
	font-size:70%; 
	color: #000080; 
	background-color:#c0c0c0; 
	border: 1px solid #c0c0c0; 
	padding: 3px; 
}

td	{ 
	font-size:70%; 
	color:#000000; 
	border: 1px solid #eeeeee; 
	padding: 5px;
}

/* Listenformatierung */
li	{ 
	font-size: 70%; 
}

/* Fotos Bildergalerie
div.bild  { 
	float: left; 
	height: 112px; 
	width: 112px; 
	padding: 14px; 
	margin: 4px 3px; 
	background: #f0f0f0;
	border: 1px solid; 
	border-color: #aaa #444 #444 #aaa; 
}
div.bild img { border: 1px solid; border-color: #444 #aaa #aaa #444; }
div.bildls img { height: 84px; width: 112px; margin: 14px 0; } */

.imgleft { 
	margin: 0 1em 0.2em 0;
	float: left;
}

.imgright { 
	margin: 0 0 0.2em 1em;
	padding: 1px;
	float: right;
}

/* Boxen im rechten Bereich */
div.boxblau   { 
	background-color: #fff; 
	border: 1px solid #eeeeee; 
	padding: 5px;
	margin-right: 10px;
}

div.boxblau h1 { 
	font-size: 70%; 
	margin: 0 0 -5px 0;
	border-bottom: 1px solid #eeeeee; 
}

div.boxblau p  { font-size: 70%; text-align:left; line-height: 150%; }
div.boxblau p.lnk { font-size: 70%; text-align:left; line-height: 150%; }

div.boxblauplan   { background-color: #fff; border: 1px solid #c0c0c0; margin: 0 0 10px 10px; padding: 5px; }
div.boxblauplan h1 { font-size:70%; margin-bottom: -10px; border-bottom: 1px solid #c0c0c0; }
div.boxblauplan p  { font-size:65%; text-align:left; }
div.boxblauplan p.lnk { font-size:65%; text-align:left; }
div.wetter  { margin: 0 0 10px 10px; padding: 5px; }

/*#meldungen { float:left; position:absloute; margin: 10px 0px 0 17px; }
#berichte  { float:right; position:relative; width: 290px; }*/


/* Navigation im linken Bereich */
.menue {
  /*background-color:#000080;
  color: #c0c0c0;*/
  font-size: 70%;
  width: 160px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  }

.menuetitel {
  font-weight: bold;
  font-size: 100%;
  text-align: right;
  margin: 0px;
  padding: 0px 3px 0px 0px;
  border-top: 1px solid #000080;
  border-left: 1px solid #000080;
  line-height: 150%;
  color: #fff;
  background-color: #000080;
}

.untertitel {
  font-weight: bold;
  font-size: 100%;
  text-align: right;
  margin: 0px;
  padding: 0px 3px 0px 0px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  line-height: 150%;
  color: #000080;
  background-color: #c0c0c0;
}

a.menuelink {
  display: block;
  padding: 3px 3px 3px 3px;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
  text-align: right;
  color: #000080;
  text-decoration:none;
  border-left: 1px solid #eeeeee;
 }

a.menuelink:link, a.menuelink:visited {
  color:#000080;
  background-color:#fff;
  text-decoration:none;
}

a.menuelink:active, a.menuelink:hover {
  color: #000080;
  background-color: #eeeeee;
  text-decoration: none;
}

.blaufett {
  color: #000080;
  font-weight: bold;
}
