

body {
    		color: #000050; 
		background-color: white;
    		font-size: 90.01%;
		line-height:1.4em;
   		font-family: Arial,sans-serif;
		font-weight:normal;
		margin: 3em; padding: 1em;
    		min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
}
		a {
		text-decoration:none;
		color:green;
		}

		a:hover {
		text-decoration:underline;
		color:red;
		}
		
		
  h1 {
    font-size: 150.01%;
    margin: 0 0 0 0; 
	text-align: left;
    background-color: white; 
    border: none;
  }
  html>body h1 {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  }

	
	div#Inhalt table {
border: none;
		color: #000050; 
		background-color: white;
   		font-size: 85.01%;
		line-height:1.2em;
    		font-family: Arial,sans-serif;
		min-width: 3em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
	
	}
	
	div#Logo {
	background-color:white;
	margin: 1 0 0 0; padding: 0.1em;
	text-align:right;
	}

	div#Trailer {
	float:left; width:15%;
	background-color:white;;
	margin: 18 0 0 0; padding: 0.1em;
	}
	
	
	div#M_Oben {
    font-size: 95.01%;
		font-weight:bold; 
    margin: 10 0 0 0; padding: 0.1em;
    background-color: #000060; 
		border: none;
		text-align:center;
  }
 	
 div#M_Oben h2 {
 font-size: 130.01%;
 
 }
 
 div#M_Oben a {
 color: white;
 text-decoration:none;

 }
 
 div#M_Oben a:hover {
 color: #000030; 
  background-color:white;
	text-decoration:none;
	 }
 
	div#Kopf {
    font-size: 75.01%;
    border: none;
  }
 	
 div#Kopf h2 {
 font-size: 1.3em; 
 }
 
 div#Kopfn a {
 color: #000086;
 background-color:white;
 text-decoration:none; 
 }
 
 div#Kopf a:hover {
 color: red;
 text-decoration:none; 
 }
 
  	
  div#Inhalt {
	background-color:white;
		float:left;width:48%;
		margin: 18 0 0 0;padding: 1.0em;		
    		border: none;
		font-size:80.01%;
  }
  * html div#Inhalt {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
	div#Inhalt h1 {
 font-size: 140.01%;
 font-style:italic; 
 
 }
 	div#Inhalt h2 {
 font-size: 130.01%; 
 }

  div#Rechts {
		float: right;
		width: 23%;
		margin: 18 0 0 0 ;
		padding:2px;
		font-size: 75.01%;
		background-color: white;
    border: 1px solid red;
  }
  * html div#Rechts {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
	div#Rechts h2 {
		color:#000030;
		font-family:Verdana,sans-serif;
		font-size: 90.01%;
		font-weight:bold; 
 }	
div#Rechts a {
 color: #000050;
 text-decoration:none; 
 }
 
 div#Rechts a:hover {
 text-decoration:underline;
 }
	
	
	
	
	  div#Rechts2 {
		clear: right;
		float:right;
		width: 23%;
		margin: 2em 0 0 0 ;
		padding: 2px;
		font-size: 75.01%;
		background-color: white;
    border: 1px solid green;
  }
  * html div#Rechts2 {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
	div#Rechts2 h2 {
 font-size: 80.01%;
 font-weight: bold; 
 }	
	
	
  div#Fuss {
    clear: both;
		margin: 5em 0 0 0;
		width:100%;
    font-size: 75.01%;
		font-weight:bold;
    text-align: center;
    background-color: #white;
		border: none;
  }
	
	div#Fuss h6{
    font-size: 60.01%;
		font-weight:normal;
    text-align: center;
    }
		 div#Fuss a {
 color: #6D2101; 
 }
 
 div#Fuss a:hover {
 color: black; 
 }
 
 