html {
    margin: 0;
    padding: 0;
}

* html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #c9c9c9;
    color: #666;
    font-size: 12px;
    line-height: 13pt;
    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    margin: 0px;
    padding: 0px;
}

#wrap {
    margin: 0 auto;
    width: 800px;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
}

#header {
    height: 90px;
    background-image: url(../bilder/hautnah_oben-2.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    padding-top: 0px;
}

#impressum {
    position: absolute;
    padding-top: 5px;
    padding-left: 15px;
    font-size: 10px;
    color: #ffffff;
}

#inhalt {
    width: 375px;
    margin-top: -30px;
    margin-left: 57px;
    min-height: 400px;
    float: left;
}

#inhalt h1 {
    color: #cc3333;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}

#inhalt h2 {
    color: #cc3333;
    font-size: 14px;
    margin-bottom: 10px;
}

#inhalt h3 {
    color: #cc3333;
    font-size: 12px;
    margin-bottom: 10px;
}

#inhalt a {
    color: #cc3333;
    font-size: 13px;
    text-decoration: underline;
}

#inhalt a:link {
    color: #cc3333;
    font-size: 13px;
    text-decoration: underline;
}

#inhalt a:visited {
    color: #cc3333;
    font-size: 13px;
    text-decoration: underline;
}

#inhalt a:hover {
    color: #cc3333;
    font-size: 13px;
    text-decoration: none;
}

#inhalt a:active {
    color: #cc3333;
    font-size: 13px;
    text-decoration: none;
}

#logo-o {
    position: absolute;
    height: 17px;
    width: 380px;
    margin-top: 73px;
    margin-left: 200px;
}

#logo-u {
    position: absolute;
    height: 89px;
    width: 380px;
    padding-top: 0px;
    margin-left: 200px;
}

* html #logo-u {
    margin-left: 185px;
}

*:first-child+html #logo-u {
	    margin-left: 185px;
}

#content {
    background-image: url(../bilder/hautnah_mitte-2.jpg);
    background-repeat: repeat-y;;
    margin-top: 0px;
    padding-top: 0px;
    width: 800px;
    float: left;
    min-height: 550px;
}

#footer {
    width: 800px;
    height: 85px;
    background-image: url(../bilder/hautnah_unten-4.jpg);
    background-repeat: no-repeat;
    clear: both;
}

* html #footer {
    background-image: url(../bilder/hautnah_unten-4.jpg);
    background-repeat: no-repeat;
    clear: both;
}

#menue {
    width: 115px;
    margin-left: 15px;
    color: #cc3333;
    text-align: right;
    font-size: 12px;
    clear: both;
}

.menue-item a {
    display: block;
    height: 20px;
    width: 115px;
    color: #cc3333;
    font-size: 12px;
    text-decoration: none;
}

.menue-item a:hover {
    display: block;
    text-decoration: underline;
    /*	background-image: url(../bilder/navi-curr.jpg);
     background-repeat: no-repeat; */
}

.menue-item a:active {
    display: block;
    text-decoration: none;
    color: #cc3333;
    /*	background-image: url(../bilder/navi-curr.jpg);
     background-repeat: no-repeat; */
}

.menue-item a#current {
    display: block;
    text-decoration: underline;
    color: #cc3333;
    /*	background-image: url(../bilder/navi-curr.jpg);
     background-repeat: no-repeat; */
}

.menue-item a:link {
    display: block;
    text-decoration: none;
    color: #cc3333;
}

#rechts {
    width: 155px;
    margin-left: 643px;
    margin-right: 5px;
    margin-top: -200px;
    position: absolute;
}

* html #rechts {
    margin-left: 63px;
}

*:first-child+html #rechts {
	    margin-left: 63px;
}

#menue-bild {
    float: left;
    margin-top: 50px;
    margin-left: 4px;
    width: 143px;
}

* html #menue-bild {
    margin-left: 2px;
}

#produkte img {
    border: 1px solid #ccc;
}

#img_text {
	float:left;
	margin-right:10px;
		margin-bottom:10px;
}

h1 {
	line-height: 20px;
}

address {
    white-space: nowrap; 
}