html,body
    {
        margin: 0;
        padding: 0;
        font-size: 100.01%;
        font-family: Verdana, Arial, Helvetica, sans-serif;
    }

body
    {
        background-color: #fff;
        color: #000;
        padding: 2em;
    }

img
    {
        border: 0;
    }

p
    {
        color: #666666;
        font-size: 0.7em;
    }

h2
    {
        color: #666666;
        font-size: 0.9em;   
    }
    
h4
    {
        color: #666666;
        font-size: 0.9em;
    }    
    
.logo-text
    {
        font-size: 3em;
        color: #000;
        font-family: 'times new roman, serif';
    }
    
.logo-buero
    {
        font-size: 1.8em;
        color: #000;
        font-family: "times new roman, serif";
    }
    
.logo-claim
    {
        color: #000;
    }            
    
.menue
    {
        float: left;
        width: 10em;
        margin-left: 2em;
        margin-top: 2em;
        list-style-type: square;
        padding-left: 2em;
    }   
    
#content
    {
        width: 35em;
        margin-top: 2em;
        margin-left: 15em;
        line-height: 1.1em;
    }
    
#content ul, tr
    {
        color: #666666;
        font-size: 0.7em;    
    }
    
.mail a
    {
        font-size: 1em;
    }       
    
#kopf
    {
        border-bottom: 3px solid #F47E36;
        width: 50em;
    } 
    
#kopf-center
    {
        width: 100%;
          
    }       
    
#footer
    {
        color: #666666;
        margin-top: 5em;
        text-align: center;
        font-size: 0.7em;
    }         

a
    {
        font-size: 0.7em;
    }
    
a:link { text-decoration: none; color: #FF9933; }
a:visited { text-decoration: none; color: #FF9933; }
a:hover { text-decoration: underline; color: #FF9933; }
a:active { text-decoration: underline; color: #FF9933; }

#start ul.menue a.nav1,
#leistungen ul.menue a.nav2,
#ki ul.menue a.nav3,
#kosten ul.menue a.nav4,
#ueber-mich ul.menue a.nav5,
#kontakt ul.menue a.nav6,
#impressum ul.menue a.nav7

    {
        font-weight: bold;    
    }

#stunden {
	width: 12%;
}

#werte {
	width: 15%;
}
   
/* Kontaktformular */

.formular
    {
        width: 27em;
        text-align: left;
        padding-bottom: 1em;
    }

.fehler
    {
        color: #FF3300;
        text-align:left;
        font-size: 0.8em;
    }

.box
    {
        margin-top:10px;
    }

.um
    {
        margin-left: 1em;
    }

.bez
    {
        float: left;
        text-align: left;
        width: 12em;
        line-height: 25px;
        color: #666666;
        font-size: 0.7em;
    }

input, textarea
    {
        margin-top: 5px;     
    }

.nachricht
    {      
        width: 25em;
        padding-left: 1em;
    }
       
      



