*{ margin: 0px;
    padding: 0px;
    border-width:0px; 
    }

html {
background-color:white;
font-family: Georgia, Times, serif;
font-size: 14px;
line-height: 1.5;
overflow-x:hidden;                     /* verhindert horizontalen scrollbalken */
}



#logo{position: absolute; top:100px; right:130px;   font-size: 36px;}
#kontakt  {position: absolute; top:320px; left:90px;   font-size: 28px;}











#Container {width: 1039px;    height:600px;
            position:absolute; left:50%; margin-left:-520px;
            background: url(./Bilder/hintergrund.jpg);
            background-repeat:no-repeat;
            }
 
 
 
 
 
  
 
 
 
 
 
 
/* KOPF----------------------------------------------------------------------------------------------------------------------------------------------------------------- */           
#Kopf {background: url(./Bilder/muster_menue.jpg); padding: 10px 10px 10px 20px ;}                  /* Innenrandmase des Menubalkens */
.Menu {float:right; font-size:15px;}                                                                        /* Dr. M.M. steht damit links von der Menuleiste */
.Menu li {width:76px; text-align:center;  float: left; list-style-type:none;}               /* floatet die einzelnen Menupunkte */
.Menu li img {margin-top: 5px;}                                                            /* Bestimmt Abstand des Menu-Unterstreichers */



/* MITTE----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#Haupt .text {width:500px; margin-left:20px;}                                               /* breite des textkastens und texteinrückung */
#Haupt .text p {font-size: 21px;}                                                           /* Überschriften gross */ 
#Haupt .text ul {list-style-type:disc; text-indent:15px; }                                  /* Aufzählungen */

#Galerie img{  float:left; margin-left:10px; margin-bottom:10px;}                           /* ordnet galeriebilder an */



/* FUSS----------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#Fuss {width:390px;  float:right;}                                                          /* setzt den impressum-fuss rechtsbündig */
#Fuss .Menu {float:left; margin-bottom:10px;}                                          /* dadurch steht das küken rechts  m-b macht abstand zwischen "impressum home" und unterer trennlinie*/



.aktiv img {height:5px; width:76px;}                                                         /* Der Balken unter dem aktiven Menupunkt */
#trenner0 { height: 8px; margin-bottom:1px;}                                                 /* der oberste Balken */
#trenner1 { height: 1px; margin-bottom:20px;}                                                /* margin-bottom bestimmt abstand zur galerie */
#trenner2 { height: 1px; margin-top:20px; margin-bottom:10px;}                                /* margin-top bestimmt Abstand zum Galerie; m-bottom zum impressum */
#trenner3 { height: 1px;  margin-bottom:50px;}                                                  /*  m-bottom ist Fleisch nach unten */




a:link,a:visited {
color:#98958C;
text-decoration:none;
}
a:hover,a:focus {
color:black;
text-decoration:none;
}



img {
text-decoration:none;
border-width:0px; 
display:block;
}



/* Die Querlinien  */
hr { width: 100%; height: 2px; clear: both ; color:green ;background-color:green; margin-top:0px;}








