 body {
    color: #534324; 
    background-color:#FFF3C9;   
    font-family: Times,serif;
    font-size: 100.01%;
    min-width: 400px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }

.printonly { display:none;}
@media print {
  .printonly{display: block;}
} 

  
  p {
  	margin: 0 0 1em 0;
  }  
  
  h1 {
    font-size: 1.5em;
    margin: 0 0 1em 0;
    font-style: italic;
  }
 
  h2 {
    font-size: 1.3em;
    margin: 0 0 1em 0;
  } 
  
  h3 {
    font-size: 1.2em;
    margin: 0 0 1em 0;
  }   
 
 :link,:visited { text-decoration:none; color: #555555; }
 
 .smallcaps {
  font-variant:small-caps;
 }

  
/*
		Seitenelemente -------------------------------------------------------------
*/
 
  div#main{
    background-image:url(../images/hintergrund.jpg); 
    background-repeat:no-repeat; 
    background-position:0px 110px;  
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    bottom: 0px;
    height: 100%;
    min-height: 700px;
  }
  div#head{
    width: 100%;
    background-image:url(../images/kopfhintergrund.gif); 
    background-repeat:repeat-x;    
    height: 110px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;    
  }
  div#logo{
    position: fixed;
    left: 360px;
    top:  15px;
    width: 200px;
    height: 207px;
    background-image:url(../images/sonne.png); 
    background-repeat:no-repeat;    
  }
  div#menu{
    position: fixed;
    top: 150px;
    bottom: 0px;
    width: 200px;
    height: 100%;
    margin: 0 0 0 0;
    padding: 80px 0 0 0;
    overflow: auto;
  } 
  
  div.menuelement{
    width: 185px;
    height: 30px;
    margin: 0 10px 0 5px;
    padding: 0 0 0 0;
   
  }
    
  div#content {
    position: absolute;
    left: 200px;
    right: 0px;
    top: 110px;
    bottom: 40px;
    padding: 125px 0 0 0;
  }
  
  div#innercontent{
    min-width: 400px;
    max-width: 755px;
  }
  
  div#footer {
    position: fixed;
    bottom: 0px;
    height: 40px;
    width: 100%;
    background-color:#FCEB75;
    padding: 0 0 0 0;
  }
  
  div#footerlinks {
    padding: 10px 0 0 10px;
  }
  
  a.footer {
    color: #111111;
  }

  
/*
		spezielle Navigations- & Kopfelemente --------------------------------------
*/


  a.menulink {
    display: block;
    padding: 7px;    
    margin: auto;
    font-size: 1.2em;
    color: #A28247;
    text-decoration:none;
    text-align: center;
  }
  
  a.menulink:hover {
    color: #333333;
  }  
  
  a.menulinkselected {
    display: block;
    padding: 7px;  
    font-size: 1.2em;
    color: #D5994B;
    text-decoration:none;
    text-align: center;
  }  
  
