*{
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        padding: 0px;
        margin: 0px;
        color:#000000;
        text-decoration:none;
}
html, body{
        background-color: #EEEEEE;
}
* .hinweis{
        color:#FF1F00;
        font-weight:bold;
        margin-bottom: 5px;
}
* #help div{
        background-color:#AFAFAF;
        height:60px;
        width: 300px;
        padding:7px;
        border:1px solid #FFFFFF;

}
fieldset{
        border: 0px solid red;
        text-align: left;
        padding: 4px;
}
legend{
        font-weight: bold;
        margin-bottom:8px;
}
ul{
        margin-left: 25px;
}
form{
        margin: 0px;
}
.titel{
   float: left;
        height:17px;
        width: 75px;
        padding-top: 4px;
        clear: left;
}
.eingabe{
        padding-top: 1px;
        float: right;
        width: 220px;
        height:20px;
}
.eingabe input, .eingabe select{
        width: 220px;
}
#druck .eingabe input, #druck .eingabe select, #druck .eingabe{
        width: 300px;
}
#druck{
        height: 100%;
        background-color: #d1d2d4;
}
#submit{
        background-color: #a6aaad;
        height: 25px;
        text-align:center;
        padding-top:5px;
}
#umschlag{
        width: 347px;
        height: 100%;
        background-color: #b9bdc0;
        float: left;
        margin-right: 6px;
}
#inhalt{
        width: 347px;
        height: 100%;
        background-color: #b9bdc0;
        float: right;
        clear: right;
}
#preis{
        height: 100%;
        background-color: #AFAFAF;
}
#preis .titel{
   float: left;
        height:17px;
        width: 160px;
        padding-top: 4px;
        clear: left;
}
#preis .anzeige{
   float: left;
        height:17px;
        width: 70px;
        padding-top: 4px;
}

#preis #produkt{
        width: 230px;
        float: left;
}
#preis #kosten{
        width: 270px;
        float: right;
        position: relative;
        left: -90px;
}
#preis #kosten .anzeige{
        text-align: right;
        width: 100px;
}
span{
        border: 0px solid green;
}
