
body
{font-family:Verdana;
 font-size:12px;
 background-color:#FFF5E8;   /* Farbe rechts links vom inhalt */
 text-align:center;
 margin:0px;}

h1 {font-size:18px;color:#FFFFFF;margin-bottom:0px;text-align:left;}
h2 {font-size:16px;color:#000000;}
h3 {font-size:12px;color:#DF0000;}

code {font-size:14px;color:#0000ff;}


pre                 /* schrift die bis jetzt rot ist */
{font-size:14px;
 color:#0000ff;     /* Schriftfarbe */
 padding:5px;
 }


a:link, a:visited, a:active, a:hover {    /* unterstrichener link (schrift) */
  text-decoration:none;
  font-weight:bold;
  color:#deb887;
  font-size:12px;
}


a:active, a:hover      /* Farbe beim drübergehen von den Wörtern die unterstrichen sind */
{color:#AFAFAF;}


a.menu:link, a.menu:visited     /* felder unter obermenuepunkt */
{color:#eeeeee;
 background-color:#BF0000;
 text-decoration:none;
}


a.menu:active, a.menu:hover       /* Farbe von Schrift in Button  */
{color:#737994;
 background-color:#eeeeee;
}


a.menu {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#737994;
 text-align:center;
 font-weight:bold;
 color:#eeeeee;
 text-decoration:none;
 }











}




a.menuseite {
 display:block;
 padding:3px;
 border-top:1px solid #000;
 background-color:#deb887;
 text-align:center;
 font-weight:bold;
 text-color:#FFFFFF
 
 }














 a.home {
font-size:14px
font-weight: bold
text-decoration: none
text-align:right
 }



#title {       /* Titel */
height:100px;
padding:10px;
background-color:#bf0000;
border-bottom:1px solid #000;

}


#left {
background-color:transparent;
width:128px;
float:left;
}


.menutitle{
font-weight:bold;
text-align:center;
margin:10px;   /* Abstand vom Text vom Rand vom wort menue */
}


.menucontainer {           /* button wir über uns  */
border:1px solid #000;
background-color:#fff5e8;
width:120px;    /* Breite */
margin:10px;   /* Abstand von links */
}


#content {                /* Textfeld innen großer Text Beschreibung */
border:1px solid #efeff7;
background-color:#fff5e8;
width:760px;
float:right;
padding:0px 10px;
font-size:12px

}