* {
	margin: 0;
	padding: 0;
}

body {
	background: #000080;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 100.01%;
	text-align: center; /* Zentrierung fuer alte IEs */
}

/* ------------- allgemeingültige Formatierungen ------------- */

img {
	border: 0;
	vertical-align: bottom;
}

acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

.stopFloat {
	display: block;
	float: none;
	clear: both;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
}

/* Rahmen und Kopf */

#rahmen {
	background: #f8f5cc;
	width: 820px;
	border: 2px solid #000080;
	margin: 0 auto;			/* Zentrierung fuer moderne Browser */
	text-align: left;			/* Body neutralisieren */
}

* html #rahmen {
	width: 822px;				/* fuer IE 5 und 5.5 */
	wid\th: 820px;				/* fuer IE 6 */
}

#top {
	clear: both;
	margin: 5px  0;
	padding: 0;
	width: 820px;
	font-size: 0.7em;
	 font-weight: bold;
}
#top ul {
	float: right;
	margin-right:30px;
	padding: 0;
}
#top li {
	color: #000000;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 2px;
}
#top a {
	color: #000000;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#top a:hover {
	color: #ff0000;
	margin: 0;
	padding: 0;
	text-decoration:	none;
}

#top a.active:link, #top a.active:visited
{
	color: #FF0000;
}


#kopf {
	background: #f8f5cc;
	text-align: center;
	color: #000000;
	height: 120px;
}

/* Menue */

#menu {  
        background: url(bilder/bgmenue.gif);
        width: 820px;
        border-top: 1px solid #FFF;
        height: 29px;
}

#menu ul {
      list-style-type: none;
      margin: 4px 30px 4px 30px;
      text-align: center;	
}

#menu  li { 
     display: inline;
     font-family:  Verdana, Arial, sans-serif;
     font-size: 12px;
     font-weight: bold;
     height:29px;
     
}
 
#menu  a:link {
      color: #fff;     
      
      text-decoration: none; } 

#menu a:visited {
      color: #FFF;
     
      text-decoration: none; }

#menu a:focus, #menu  a:hover, #menu a:active {
      background: #000080;
      color: #FF0000; 
      padding: 3px 5px 3px 5px;
      
} 

#menu a.active:link, #menu a.active:visited
{
	color: #FF0000;
	background-color: #000080;
 	padding: 3px 5px 3px 5px;
}

html>body .menuLink:hover {
margin-top: 3px;
padding-top: 3px;
}


/* Inhalt */

#inhalt {
	background: #f8f5cc;
	border: 0;
	padding: 5px 20px 0 20px;
}

#inhalt1 {
	background: #f8f5cc;
	border: 0;
	padding: 5px 20px 5px  20px;
}

#inhalt h1 {
	color: #000080;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
}

#inhalt h2 {
	color: #000080;
	font-size: 1.2em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

#inhalt h3 {
	color: #000080;
	font-size: 1.0em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
}

#inhalt p {
	text-align: justify;
	font-size: 0.8em;
	color: #000;
	line-height: 1.4em;
	padding-bottom: 10px;
}

#inhalt .strong {
	color: #000080;
	font-weight: bold;
}

#inhalt .Still {
	font-weight: bold;
}

#inhalt b {
	font-weight: bold;
	color: #000;
}

#inhalt i {
font-style:	italic; 
}
	
#inhalt .teaser {
	width: 820px;
	padding: 12px 0;
}

#inhalt .bild {
	float: left;
	width: 435px;
	margin-right: 20px;
}

#inhalt .text {
	float: left;
	width: 345px;
}

#inhalt .teaser1 {
	width: 820px;
	padding: 12px 0;
}

#inhalt .bild1 {
	float: left;
	width: 350px;
	margin-right: 20px;
}

#inhalt .text1 {
	float: left;
	width: 410px;
	padding-right: 20px;
}


#inhalt .bildRechts {
	float: right;
	width: 256px;
	margin: .35em 15px 10px 20px;
}

#inhalt .bildRechts p {
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
}
#inhalt p.teaser {
	color: #666;
	padding: 6px 0;
	margin: .6em 0 1.6em 0:
}
	
#inhalt .bildRechts1 {
	float: right;
	width: 350px;
	margin: .35em 10px 10px 20px;
}

#inhalt .bildRechts1 p {
	color: #666;
	font-size: 0.8em;
	line-height: 1.4em;
	
}

#inhalt .kontakt p {
	color: #666;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.4em;
	padding-bottom: 10px;
}
	

/* "Nach-oben-Link" am Ende der Seite */
#pageup {
 	clear:both;
 	text-align:right;
 	font-size: 75%;
 	padding-right: 5px;
	color: #000080;
	font-weight: bold;
}

/* Einstellungen fuer Pfeil neben "Nach-oben-Link" */
#pageup a {
	padding-left: 15px;
	background: url(bilder/xup.gif) no-repeat;		
	
}
/* "Nach-weiter-Link" zur neuen Seite */
#weitup  {
clear:both;
 	text-align:left;
 	font-size: 75%;
 	padding-left: 5px;
}
.line{
	border-top:2px solid #000080;
	clear:both;
	color:#000000;
	line-height:1.2em;
	font-size: 76%;
}
a, a:link, a:active {
	border-bottom:1px solid #000080;
	color:#000080;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	background:#FFFFCC none repeat scroll 0% 0%;
	border-bottom:1px solid #333333;
	color:#ff9224;
	font-weight: bold;
}

#spaltenInhalt {
	background-color: #f8f5cc;
	width: 820px;
	float: left;
}
#spalte1
{ 
	float: left;
	background-color: #f8f5cc;
	width: 485px;
	margin: 0;
}

#spalte1 ul {
	margin-top: 0.3em;
	font-size: 0.8em;
	padding-left: 20px;
}

#spalte2
{ 
	float: right;
	background-color: #f8f5cc;
	width: 280px;
	margin: 30px 10px 0 5px;
}

.seo						{ font-size: 11px; text-align: center;}
.seo ul						{ list-style-type:none; margin:0; padding:0 0 5px 0; }
.seo ul li					{ display:inline; border-right:1px solid #bbb; margin:0; padding:0 7px; }
.seo ul li.last				{ padding-right:0px; border-right:none; }
.seo ul li a				{ text-decoration: underline;  color: #bbb!important; font-weight:normal; }
.seo ul li a:hover			{ text-decoration: none;  color: #777!important; }
