/* ALLGEMEINE FORMATIERUNGEN */

*{
    padding: 0px;
    margin: 0px;
}
body{
    background-color: #EEE;
    text-align:center;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
}

div, table, td, tr{
    font-size: 8pt;
    color: #555;
    vertical-align: top;
}
td{
    padding: 3px;
}

h1, h2, h3{
    font-weight: bold;
    color: #618DD7;
    line-height: 110%;
}
h1{
    font-size: 14pt;
    margin-bottom: 25px;
}
h2{
    font-size: 11pt;
    width: 100%;
    color: #FFF;
    background-color: #4773BD;
    padding: 3px;
}
h2.klein{
    font-size: 8pt;
    padding: 3px;
}
h3{
    font-size: 9pt;
}

p{
    margin-bottom: 10px;
}

select {
    font-size: 9pt;
    border: solid 1px #618DD7;
    background-color: #EEE;
    color: #000;
    }
input, textarea {
    font-size: 9pt;
    border: solid 1px #618DD7;
    background-color: #EEE;
    color: #000;
    }


/* NAVIGATION */
a{
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 0px;
    color: #4773BD;
    text-decoration: none;
}
a:hover{
    color: #000;
}
a.klein{
    font-size: 7pt;
    padding: 0px;
    font-weight: bold;
    color: #4773BD;
    text-decoration: none;
}
a.klein:hover{
    color: #000;
}

#main_navi{
    display: block;
    list-style: none;
}
#main_navi a,
#main_navi a:link,
#main_navi a:visited {
    display: block;
    width: 195px;
    padding-left: 5px;
    border-left: 5px solid #FFF;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
}
#main_navi a:hover,
#main_navi a:active,
#main_navi a:focus{
    background-color: #A9C8FF;
    width: 195px;
    border-left: 5px solid #618DD7;
}




/* 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: #A9C8FF url(head.jpg) top left no-repeat;
    text-align: left;
    width: 950px;
    height: 190px;
}

#leftnav
{
    float: left;
    width: 200px;
    margin: 0px;
    padding: 10px;
}

#content
{
    margin-left: 225px;
    padding: 10px;
    width: 670px;
}
    #techn_daten{
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 15px;
        width: 60%;
    }

    #beschreibung{
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 15px;
        width: 100%;
    }

#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;
}
#techn_daten table{
    width: 100%
}
#preisliste td{
    border-bottom: 1px solid #000;
    font-size: 8pt;
}
#preisliste td a{
    font-size: 8pt;
}
td img{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* KLASSEN */
.text_klein{
    font-size: 7pt;
    color: #000;
}
.navi_headline{
    font-size: 10pt;
    font-weight: bold;
    color: #FFF;
    padding: 3px;
    text-decoration: none;
    width: 200px;
    background-color: #4773BD;
    letter-spacing: 0.2em;
    text-align: center;
}

.list_tabelle{
    border-collapse: collapse;
    width: 660px;
}
.list_tabelle td{
    padding-bottom: 20px;
    text-align: center;
    vertical-align: top;
    width: 220px;
}

.preis_tabelle{
    border-collapse: collapse;
}
.preis_tabelle td{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    vertical-align: top;
}
.preis_tabelle td.farbig{
    background-color: #EEE;
}

.zusatzleistungen{
    border-collapse: collapse;
}
.zusatzleistungen td{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: right;
    vertical-align: top;
    font-size: 90%;
}
.zusatzleistungen td.beschreibung{
    text-align: left;
}

.error{
    color: #D00;
    font-weight: bold;
}


.artikelbeschreibung1{
    font-size: 90%;
    color: #A9C8FF;
    font-weight: bold;
    line-height: 140%
}
.artikelbeschreibung2{
    font-size: 90%;
    color: #000;
    line-height: 140%
}
.artikelbeschreibung3{
    font-size: 80%;
    color: #000;
    line-height: 140%
}
.papiertext{
    font-size: 90%;
    color: #000;
    line-height: 140%
}
