 body {
    color: white; 
	background: #2f2f2f url(bodybg.jpg) fixed;
	background-repeat:repeat-y;
	background-position: center;
	font-size: 16px;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0;
	padding: 0 0 0 0;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
 }
 div , ul{
	border: 0px dashed silver;
 }
 
 a {
   color: #5581cc;
   text-decoration: none;
 }
  
 #Main {
 	width: 920px;
	margin: 0 auto;
 }
 
 #Kopfzeile {
    font-size: 1.5em;
    margin: 0 0 0.5em 0; padding: 0em;
    height: 5.3em;
	text-align: center;
    background-repeat:no-repeat;
	background-position: center;
 }
 #Links {
	float: left;
	width: 11.5em;
 }
 #Navigation {
    font-size: 0.83em;
    margin: 0.5em 1em; padding: 3em 0em 0em 0em;
    background-color: #6b1109;
	background: #000 url(navibg.jpg);
	background-repeat:no-repeat;
	height: 23.5em;
	border: 0px dashed silver;
  }
 #Navigation li {
    list-style: none;
    margin: 0 2em 0 -1.4em; padding: 0.2em;
  }
 #Navigation ul ul li{  
	margin: 0 0 0 -2em;
  }
  #Navigation a {
    display: block;
    padding: 0.2em 0 0 1em;
    font-weight: bold;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px dashed #666;
	color: white; 
  }
  #Navigation a:hover {
    color: #666; 
  }
 #Navigation .rex-current a{
	background-color: #666;
	color: black;
	background: url(aktnavibg.png);
	background-repeat:no-repeat;
	background-position: center;
	font-size: 1.04em;
 }
 #Navigation .rex-current li a{
	background: none;
	color: white;
 }
 
 #News {
	height: 300px;
	margin: 0.5em 1em;
	padding: 0 1.3em;
	background-color: #333;
	background: url(newsbg.jpg);
	background-repeat:no-repeat;
	background-position: center;
 }
 #News h2{
	text-align: center;
	padding-top: 0.5em;
	border-bottom: 1px dashed silver;
 }
 #News p {
	font-size: 12px;
	text-align: left;
 }
  
 #Inhalt {
    margin: 0 0em 1em 11em;
    padding: 0.1em 1.5em;
    background-color: #000;
 }
* html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */	margin-right: -0.5em; }

 #Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #cb1f22;
 }
 #Inhalt p {
    margin: 1em 0;
 }

 #Inhalt ul {
	list-style: none;
 }
 #tklein {
	font-size: 0.9em;
	padding-left: 2.4em;
 }
 #tblue {
	color: #5581cc;
 }
 #tred {
	color: #cb1f22;
 }
 #tunterstrichen {
	font-style:italic;
 }

#Fusszeile {
    clear: both;
    font-size: 0.7em;
    margin: 1em 0 -3.2em 0;
	padding: 0;
    border: 1px dashed black;
	background: url(fussbg.jpg);
	background-repeat:no-repeat;
	background-position: left;
	height: 35px;
 }
#Fusszeile a{
	text-decoration: none;
	color: #5581cc;
 }
#Fusszeile p{
	margin: 1em;
 }

/* Termin Tabelle */  
#Inhalt td {
	font-size: 0.9em;
	padding: 0.4em 0;	text-align: left;
	vertical-align: top;
 }
#spaltenkopf td{
	color: #cb1f22;
	height: 2.5em;
	font-size: 1em;
 }	
#datum {
	width: 7.5em;
 }
#ort {
	width: 10em;
 }  
#zeit {
	width: 0.8em;
 }
#mp3 {
	width: 60%;
 }
#mp3 td {
	width: 70%;
 } 
#Fusszeile #webwatch {
  padding-left: 40px;
  padding-right: 200px;
  
 }
