@charset "utf-8";
/* CSS von Website Basic 1 */

/* Zu aller erst kommen die ganz allgemein für das gesamte Dokument gültigen Dinge , wie
 Schriftart, Schriftgroesse, Schriftfarbe, Überschriften, */
 
 *{margin:0px;
   padding:0px;
   }
 /* ich gewöhne mir gleich an, jede Seite mit einer eigenen ID zu benennen, schadet ja nicht */
   
html{101%;}
#startseite,#about,#produkt,#standort,#impressum{border:1px solid gray;
            font-size:18px;
			font-family:"Times New Roman", Times, serif;
			}
#header1 {background:#EEEEEE;
          height:86px;
		    border-bottom:1px solid gray;
			padding-top:20px;
		 }
.wrapper{ width:1024px;


margin:0px auto;
padding-top:5px;


}
#navi{ width:1000px;
     height:28px;
	   margin:0px auto;
	   text-align:right;
	   padding:5px 10px 4px 10px;
	   
		 
	   
	   
	   }
  #navi li{display:inline;
         list-style-type:none;
          
		  background:#D8D8D8;
		  padding:5px 10px 4px 10px;}
#navi a{background:white;
        text-decoration:none;
		 padding:5px 10px 4px 10px;
		}
#navi a:hover,a:focus{background:#EEEEEE;color:#666666;}
a:link,a:visited{color:black;}
a:hover,a:focus{color:#666666;}


#startseite #start a,
#about #ueber a,
#produkt #f a,
#standort #stand a{ background:#EEEEEE;}
h1{font-size:36px;}


#content {border-bottom:1px solid gray;
         height:500px;
		 margin:10px;
		 }
#contentleft{ 
              float:left;
			  width:500px;
			  margin-top:40px;}
#contentright{ float:right;
               border:1px dotted gray;
			   heigth:500px;
			   width:400px;
			}
		 

#footer{ }

