* { padding: 0; margin: 0; }

body { /* Das HTML-Element mit dem Namen body */ 
/*   color: white; */ /* Schriftfarbe */
   background-color: #8c8c8c; /* Hintergrundfarbe */
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: small; /* Schriftgröße */ 
}

#wrapper { /* Das HTML-Element mit dem Attribut id="wrapper" */
 color: black; 
 background-color: white; 
 width:1000px;
 marin-top:10px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: 10px;
}


#titel {
 color: #666666 ;
 text-align: right ;
 font-size: 12 ; 
 marin-top: 10px;
 margin-right: 20px;
 margin-bottom: 0;
 margin-left: 20px;
}

#main { /* Das HTML-Element mit dem Attribut id="main" */
 color: black; 
 background-color: white; 
 marin-top:10px;
 margin-right: 20px;
 margin-bottom: 0;
 margin-left: 20px;
}


#beschreibung { /* Das HTML-Element mit dem Attribut id="beschreibung" */
 color: black; 
 background-color: white; 
 width:530px;
 marin-top:10px;
 margin-right: auto;
 margin-bottom: 10px;
 margin-left: auto;
}

#box { /* Include Boxen auf der Titelseite */
 color: #000000 ;
 text-align: left ;
 font-size: 10 ; 
 width:250px;
 border-color:#990000;
 border-style:none;
 border-width:1px;
 background-color:#efefef;
}

#titelbox { /* Include Boxen auf der Titelseite */
 color: #000000 ;
 text-align: left ;
 font-size: 10 ; 
 width:250px;
 border:1pt solid #990000;

}

#maxbox { /* Include Boxen im Profil */
 color: #000000 ;
 text-align: left ;
 font-size: 10 ; 
 width:510px;
 border-color:#990000;
 border-style:none;
}

#boxhead { /* Überschrift in den Boxen */
 color: #FFFFFF ;
 background-color: #990000;
 text-align: left ;
 font-size: 14 ; 
 font_weight: bold;
 padding-left:10px;
 -moz-border-radius-topleft:10px;
 -moz-border-radius-topright:10px;
}

#boxhead2 { /* Überschrift in den Boxen dünn */
 color: #000000 ;
 background-color: #FF9999;
 text-align: left ;
 font-size: 14 ; 
 font_weight: bold;
 padding-left:10px;
 border-bottom:1px solid #990000;
}

#navi_rund
{
 color: black; 
 width:100px;
 height:20px;
 border:1px solid #000000;
 background-color:#efefef;
 font-size:12px;font-family:Verdana;
 -moz-border-radius-bottomleft:10px;
 -moz-border-radius-bottomright:10px;
}


h1 {
 color: #000000 ;
 text-align: left ;
 font-size: 28 ; 
 font-weight: bolder; 
}

h2 {
 color: #000000 ;
 text-align: right ;
 font-size: 14 ; 
}

h3 {
 color: #990000 ;
 text-align: left ;
 font-size: 18 ; 
 font_weight: bold;
}


hb1 {
 color: #FFFFFF ;
 text-align: left ;
 font-size: 16 ; 
 font_weight: bolder;
}

hb2 {
 color: #FFFFFF ;
 background-color: #990000;
 text-align: left ;
 font-size: 14 ; 
 font_weight: bold;
}

hb3 {
 color: #FFFFFF ;
 background-color: #990000;
 text-align: left ;
 font-size: 12 ; 
 font_weight: bold;
}


.bildtext {
 color: #000000 ;
 text-align: left ;
 font-size: 6 ; 
}


.tt1 {
 color: #000000 ;
 text-align: left ;
 font-size: 14 ; 
}

.tt2 {
 color: #000000 ;
 text-align: left ;
 font-size: 11 ; 
 
}

.tt3 {
 color: #000000 ;
 text-align: left ;
 font-size: 8 ; 
}

.tq1 {
 color: #C0C0C0 ;
 text-align: left ;
 font-size: 12 ; 
}

.tq2 {
 color: #C0C0C0 ;
 text-align: left ;
 font-size: 10 ; 
}

.tq3 {
 color: #C0C0C0 ;
 text-align: left ;
 font-size: 8 ; 
}

.ht1 {
 color: #000000 ;
 text-align: left ;
 font-size: 20 ; 
}

.ht2 {
 color: #000000 ;
 text-align: left ;
 font-size: 14 ; 
}

.ht3 {
 color: #000000 ;
 text-align: left ;
 font-size: 10 ; 
}

a { 
 text-decoration: none; 
 outline: none; 
 color: #000000 ;
 text-align: left ;
 font-size: 12 ; 
 }
 
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover, a:focus {
 border-bottom: 1px solid #990000;
}
a:active {
 color: white;
 background-color: #990000;
}

p { margin-bottom: 2em; } */