	body {
		background-color:white;
        font-family: Tahoma,lucida sans,Helvetica,Arial,sans-serif;
        color:black;
        overflow:scroll;
		background:#F2F2F2 url(images/hintergrund.png) repeat-y scroll center top;
    }
    a {
        text-decoration:none;
        color:black;
    }
    h3 {
        margin:0px;
        padding:5px;
        font-size:1.5em;
    }
    p {
        margin:2px;
        padding:2px;
    }
    img{
        border:0;
    }
    
	div#Wrapper {
        padding: 0;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
        margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
		width: 900px;
		height: 100%;
        /*border: 1px solid #333333;*/
	}
	div#Kopf {
		width:900px;
		height:100px;
		background:url(images/Kopf.png) no-repeat;
	}

    
	div#Menu {
		height:25px;
  	 	background-color:white;
		border-bottom: 1px solid #333333;
        padding-left:25px;
        bottom:0px;
    }
    div#Menu div{
        clear:both;
    }

    div#News{
        float:right;
        width: 200px; height:250px;
        font-size:0.7em;
        margin: 50px 5px 5px 5px;
        padding:5px 5px 5px 10px;
        border: 1px solid silver;
    }

    ul#Nav{
        margin:0px;
        padding:0px;
        text-align: center;
        display:inline-block;
    }

 
    ul#Nav li {
        list-style: none;
        float:left;
        position:relative;
        margin:2px;
        padding:1px 0px 0px 0px;
    }

    ul#Nav ul{
        margin:3px 0px 0px 0px;
        padding:0px;
        text-align: center;
        display:none; /* Unternavigation ausblenden */
        background-color:white;
        font-size:0.9em;
        border-top:1px solid #333333;
        border-right:1px solid #333333;
        border-bottom:1px solid #333333;
        border-left:1px solid #333333;
    }
    ul#Nav li ul a, ul#Nav li li {
        display: block;    
        width:134px;
    }
    ul#Nav li:hover ul{
        display:block;  /* Unternavigation in modernen Browsern einblenden */
    }
    * html ul#Nav a, * html ul#Nav span {  /* nur fuer IE erforderlich */
        width: 100%;
        w\idth: 140px;
    }
    
  *:first-child+html ul#Nav ul{  /* Korrektur fuer den IE 7 */
    margin: 4px 0px 0px 0px;
  }
    
    ul#Nav li ul li{
        float: none;
        display: block;
        margin-bottom: 2px;
        background-color: white;
    }
    
    ul#Nav a,  ul#Nav span{
        display:block;
        text-align:center;
        width:140px;
    }
   
    ul#Nav span {background-color:#D1CAB0;}

    div#Inhalt_aktuelles {
        height:100%;
        width:750px;
        background-color:white;
        padding:20px 5px 5px 20px;
    }
	div#Inhalt {
        height:100%;
        width:640px;
        background-color:white;
        padding:50px 5px 5px 30px;
    }
    div#Inhalt_produkt {
        height:100%;
        width:750px;
        background-color:white;
        padding:50px 5px 5px 100px;
    }
    div#Inhalt_Bild {
        background-image:url(images/Inhalt.jpg);
        background-repeat:no-repeat;
        margin-left:80px;
        height:100px;
        padding:10px;
        width:505px;
        background-position:center;
    }
   	.Inhalt_Beschr {
        float:left;
        margin:5px;
        padding:5px 5px 5px 10px;
        width:500px;
		height:230px;
		/*font-size:smaller;*/
	}
    	.Inhalt_Beschr2 {
		float:left;
        margin:5px;
        padding:5px;
        width:310px;
		height:200px;
		/*font-size:smaller;*/
	}
	.Inhalt_Beschr3 {
		float:left;
        margin:5px;
        padding:5px;
        width:310px;
		height:200px;
		/*font-size:smaller;*/
    }
   	.Inhalt_Produkt {
        float:left;
        margin:5px;
        padding:5px;
        width:200px;
        height:200px;
	}
	.Inhalt_Produkt2 {
        float:left;
        margin:5px;
        padding:5px;
        width:422px;
        height:200px;
	}
    .Inhalt_Produkt3 {
        float:left;
        margin:5px;
        padding:5px;
        width:200px;
        height:180px;
	}
    .Inhalt_Produkt4 {
        float:left;  
        width:217px;
        height:200px;
        padding:5px;
        overflow:hidden;
        vertical-align:middle;
        display:block;
        text-align:center;
        /*border: 1px solid black;*/
	}
    .Inhalt_Produkt5 {
        float:left;  
        width:200px;
        height:200px;
        padding:0px;
        overflow:hidden;
        vertical-align:middle;
        display:block;
        text-align:center;
        /*border: 1px solid black;*/
	}
	.Produkt_Bild{
		float:left;
		margin-left:5px;
		height:175px;
	}
    .Produkt_Bild2{
        height:210px;
        text-align:center;
	}
    .grosser_absatz{
        font-size:115%;
        font-weight:bold;
    }
    .bild_s{
        float:left;
        display:block;
        width:170px;
        height:200px;
        vertical-align:middle;
        text-align:center;
        padding:5px;
    }
    .bild_w{
        float:left;
        display:block;
        width:200px;
        height:200px;
        text-align:center;
        vertical-align:middle;
        padding:5px;
    }
    .bild_r{
        float:left;
        display:block;
        width:200px;
        height:400px;
        text-align:center;
        vertical-align:middle;
        padding:5px;
    }
	* html div#Inhalt {
		height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    }
    *, html{
        padding:0;
        margin:0;
    }
