/* Allgemeine Formatierungen für die ges. Site */

html, body {
         margin:.5cm;
         padding:0;
	       font-family: verdana,arial,sans-serif;
         font-size: 11pt;
         color:#000;
         background-color:#fff;
         }



h1,h2 {
         font-size:13pt;
         }

h3 {
         font-size:11pt;
         }

a {
	color: #000;
  text-decoration:none;
  }


a:hover {
	text-decoration:underline;
         }


img {
	border:none;
    }

td {
	vertical-align:top;
        }




/*-------------------------------------------*/

#logo { border:none; 
        display:none;}

body #container {
  background-image:none;
  }
  
#container #oben {
  background: #fff;
  }  


#container #oben h1 {
  color:black;
  float:none;
  width: auto;
  margin:0px;
  margin-left:25px;  
	line-height: 1em; 

}

#oben h1 a {
  color:black;
}

#oben .slogan {
  font-size: .7em;
  display:block;
}


html>body #container #oben h1 {
  margin-left:10px;
  /*letter-spacing:.07em;*/    
}


#oben a {
  color:#000;
      }
      

ul#navioben  {
  display: none;
}

html>body #oben ul#navioben  {
  display: none;
}

/* ------------ Linke Spalte ------------ */


#links
{
  display: none;
}
 



/* ------------ Rechte Spalte ------------ */

#rechts
{
  display: none;
}




/* ------------ Mitte (Inhalt) ------------ */

#inhalt
{
  margin-left: 0;
  padding: 1em ;
}

#inhalt ol#brotkrumen  {
   display: none;
}


#inhalt #zurListeUnten {
   display: none;
}


#inhalt ul#geraeteNavi  {
  display: none;
              
         }

#naviHinweis {
  display: none;
} 

#inhalt .enlarge {
  display: none;
}         

#unten
{
margin-top: 1em;
margin-left: 1em;
text-align:left;
}



p.nachoben {
  display:none;
}
   
   



