/********** Allgemein **********/
body{
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px;
    color:#000000;
    background-color:#F5F5F5;
}
/********** Schriften **********/
h1{
    font-size:15px; font-weight:normal;
}
h2{
    font-size:14px; font-weight:normal;
}
.klein{
    font-size:9px;
    color:#FB0000;
}
span.fehler{
    color:#AA0000;
}
.zusatzstoff{
    font-size:8px;
    vertical-align:top;
}
/********** Links **********/
a{
    color:#800000;
}
a:hover{
    color:#A00000;
    text-decoration:none;
}
/********** Sonstiges **********/
dt{
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}
dd{
    margin-bottom:15px;
    margin-left:10px;
}
img{
    border:0px solid #FF0000;
}
.show{
    padding-left:12px;
    background:url(../images/arrow_show.gif) 2% 75% no-repeat;
}
input, .feld, .area, .button{
    margin:1px; padding:2px; border:1px solid #A00000;
    font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}
input:focus, .area:focus{
    background-color:#FFF0F0;
    border:1px solid #500000;
}
.button{
    background-color:#FFEEEE;
    color:#A00000;
    font-weight:bold;
}