/* __________________________body__________________________________________*/

  body {
    font: normal 100.01% Trebuchet MS,Arial,Helvetica;
    color: black;
	background-color:#320202;
    min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
	margin: 10em 0 0 0; padding: 0;
	background-image: url(ryn.jpg);
	background-repeat: no-repeat;
	background-position: 12em 0.5em ;
	}
	
 /* __________________________fixiert: Navigation__________________________________________*/

  #fixiert {
    position: absolute;
    top: 0.5em; left: 0.5em;
    width: 13em;
	background-image: url(bg_rand.jpg);	
	background-repeat: no-repeat;
  }
  
  html>body #fixiert {  
    position: fixed;
  }
  
  #Navigation {
    font-size: 0.83em;
    margin: 15em 5.7em 32em 2em; padding: 0;
  }
  #Navigation li {
    list-style: none;
    margin: 0; padding: 0.4em;
  }
  ul#Navigation a {
    display: block;
    padding: 0.1em;
	font-size: 14px;
	text-align:center;
	text-transform:uppercase;
    font-weight: bold;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; 
  }
  ul#Navigation a:visited {
    color: #89322B; 
 }
  ul#Navigation a:hover {
    color: white; 
  }
  ul#Navigation a:active {
    color: white; 
  }
  
/* __________________________Inhalt__________________________________________*/ 

  #Inhalt {
    margin: 0 0 0 12em; padding: 0 1em;
	width: 507px;
	border: 6px ridge gray;
	border-style:double;
	border-width:medium;
	min-height:434px;
	background-color: #EFC497;
  }
  
  * html #Inhalt { 
   height:434px;
   } 

  #Inhalt h2 {
    font-size: 14px;
    margin: 2em 5% 2em;
    text-transform:uppercase;
  }
  
  #Inhalt h3 {
    font-size: 12px;
    text-transform:uppercase;
  }
  
  #Inhalt p {
    font-size: 12px;
    margin: 1em 0;
	}
	
  #Inhalt a{
  color: #89322B;
  text-decoration: none;
  font-weight: bold;
  }
  
  #Inhalt a:hover {
  color: white; 
  }
  
  
  /* __________________________Inhalt > Auszeichnungskasten__________________________________________*/
  
  #Inhalt b{
  float:left;
  width:90px;
  padding: 5px 5px 5px 5px;
  font: normal 100.01% Trebuchet MS,Arial,Helvetica;
  margin-right: 2px;
  border-style:double;
  border-color:black;
  font-size: 10px;
  font-weight:bold;
  text-transform:uppercase;
  
  }
  
  /* __________________________Fußzeile__________________________________________*/
  
  #Fusszeile {
    font-size: 10px;
	margin: 1px 0 0 19.2em; padding: 0 1em;
    width: 519px;
    text-align: center;
    background-color: #fed; 
	border: 6px ridge gray;
	border-style:double;
	border-width:medium;
  }
  
  #Fusszeile a{
  color: #89322B;
  text-decoration: none;
  font-weight: bold;
  }
  
  /* __________________________Kopfzeile__________________________________________*/
  
  #Kopfzeile {
    font-size: 10px;
	margin: 0 0 1px 19.2em; padding: 0 1em;
    width: 519px;
    background-color: #fed; 
	border: 6px ridge gray;
	border-style:double;
	border-width:medium;
  }
  #Kopfzeile a{
  color: black;
  text-decoration: none;
  }
  #Kopfzeile a:hover{
  font-weight: bold;
  }

