/* ALLGEMEINE FORMATIERUNGEN */

*{
    padding: 0px;
    margin: 0px;
}
body{
    background-color: #CCC;
    text-align:center;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

div, table, td, tr{
    font-size: 9pt;
    color: #000;
}

h1, h2, h3{
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 110%;
}
h1{
    color: #BB1133;
    font-size: 14pt;
}
h2{
    
    color: #BB1133;
    font-size: 12pt;
}
h3{
    color: #BB1133;
    font-size: 11pt;
}

h4{
   
    font-size: 10pt;
    font-weight: normal;
    margin-bottom: 15px;
    margin: 2px;
    color: #444444;
   
}
h5{
    font-size: 9pt;
    line-height: 110%;

}


p{
    margin-bottom: 10px;
}
p:first-letter {
    font-size: 120%;
}

select {
    font-size: 9pt;
    font-weight: normal;
    width: 200px;
    padding: 2px;
    border: 1px solid #BB1133;
    background-color: #EEE;
    color: #000;
    }
input, textarea {
    font-size: 9pt;
    font-weight: normal;
    width: 200px;
    padding: 2px;
    border: 1px solid #BB1133;
    background-color: #EEE;
    color: #000;
    }

/* NAVIGATION */
a{
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 9pt;
    line-height: 115%;
    font-weight: bold;
    color: #BB1133;
    text-decoration: none;
}
a:hover{
    color: #000000;
}
a.klein{
    font-size: 7pt;
    padding: 0px;
    font-weight: bold;
    color: #BB1133;
    text-decoration: none;
}
a.klein:hover{
    color: #666666;
}


/* LAYOUT-ELEMENTE */

#container{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:auto;
    margin-left:auto;
    width: 950px;
    background-color: #FFF;
    color: #444;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 130%;
    text-align: left;
}

#top
{
    padding: 0px;
    background: #BB1133 url(banner.jpg) top left no-repeat;
    text-align: left;
    width: 950px;
    height: 198px;
}

#leftnav
{
    float: left;
    width: 220px;
    margin: 5px;
    padding: 10px;

}

#content
{
    margin-left: 248px;
    padding: 10px;
    width: 665px;
}
    #preisliste{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 15px;
    }

#footer
{
    clear: both;
    padding-top: 45px;
    background: #FFF url(footer.jpg) top left no-repeat;
    text-align: center;
    font-size: 8pt;
}


/* SONDER-FORMATIERUNGEN FORMATIERUNGEN */
#top h1{
    display: none;
}

td img{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* KLASSEN */
.text_klein{
    font-size: 7pt;
    color: #000;
}

.error{
    color: #D00;
    font-weight: bold;
}

.ok{
    color: #090;
    font-weight: bold;
}
