@charset "utf-8";
/* CSS Document */

body { background-color: #FFFFFF;
       color: black;
       font-size: 12px;
       font-family: Geneva, Arial, Helvetica, sans-serif;
       margin: 0;
	   padding: 1em 0;
       text-align: center;  /* Zentrierung im Internet Explorer */
	   background-image: url(hg.jpg);
	   background-repeat: repeat-x;
	   }
	      


#Seite { text-align: left;    /* Seiteninhalt wieder links ausrichten */
         margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
         width: 900px;
		 background-color: #FFFFFF;
		 padding-bottom: 0px;
		 margin-bottom: 0px;}
		 
		 
#Menu { width: 900px;
        height: 35px;
		}
		
#Header { height: 269px;
          background-image: url(header.jpg);
		  border-left-width: 1px;
		  border-right-width: 1px;
		  border-bottom-width: 0px;
		  border-top-width: 0px;
		  border-style: solid;
		  border-color: #F96B17;
		  }
		  
		  
#Inhalt { padding-left: 50px;
          padding-right: 50px;
		  background-image: url(mitte.jpg);
		  background-repeat: repeat-y;
		  border-left-width: 1px;
		  border-right-width: 1px;
		  border-bottom-width: 0px;
		  border-top-width: 0px;
		  border-style: solid;
		  border-color: #F96B17;
		  }
		  
		  
#Unten { background-image: url(unten.jpg);
         height: 93px;
		 border-left-width: 1px;
		 border-right-width: 1px;
		 border-bottom-width: 1px;
		 border-top-width: 0px;
		 border-style: solid;
		 border-color: #F96B17;
		 margin-top: -20px;}
		 
		


h1 { color: #990000;
     font-size: 20px;
     padding: 0px;
     margin: 0px;}

.bild_links { margin-left: -20px;}

.links { background-image: url(pfeil.gif);
         padding-left: 17px;
		 background-repeat: no-repeat;
		 }
		 
.ueberschrift { margin-bottom: -10px;
                font-weight: bold;
				color: #990000;
				font-size: 12px;
				padding-top: 10px;}
				
*+html .ueberschrift { margin-bottom: -17px;} /* (für alle IE < 7) */
* html .ueberschrift { margin-bottom: -17px;} /* (für IE 7) */

ul { margin-left: -20px;
     list-style-type: circle;}

*+html ul { margin-left: 20px;} /* (für IE 7) */
* html ul { margin-left: 20px;} /* (für alle IE < 7) */

li ul { list-style-type: none;
        padding-bottom: 10px;
		color: #000000;
		font-weight: normal;}
		
.Angebot { font-weight: bold;
           color: #990000;}
		   
.icon { float: right;
        margin-top: -20px;
		margin-right: 10px;}

.icon a img { border: none; } 
		
.preise { margin-top: -220px;
          margin-left: 350px;}
		
	
	
		
		 
a:link {color: #990000; text-decoration: underline;}
a:visited {color: #FF3333; text-decoration: underline;}
a:active {color: #990000; text-decoration:none;}
a:hover {color: #990000; text-decoration: none;}

