/* ALLGEMEINE FORMATIERUNGEN */

*{
    padding: 0px;
    margin: 0px;
}
body{
    background-color: #EEE;
    text-align:center;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif; cursive;
}

div, table, td, tr{
    font-size: 9pt;
    color: #000;
}

h1, h2, h3, h4, h5{
    color: #0C99F6;
    font-weight: bold;
    line-height: 110%;
}
h1{
    font-size: 12pt;
}
h2{
    font-size: 11pt;
}
h3{
    font-size: 10pt;
}
h4{
    font-size: 10pt;   
    color: #444444;
}
h5{
    font-size: 9pt;

}

/* MOD: 020709 */


p{
    margin-bottom: 10px;
}
p:first-letter {
    font-size: 120%;
}





select {
    font-size: 8pt;
    font-weight: normal;
    border: 0px;
    background-color: #DDD;
    color: #000;
    }
input, textarea {
    font-size: 8pt;
    font-weight: normal;
    padding: 3px;
    border: 0px;
    border-bottom: solid 3px #0C99F6;
    background-color: #DDD;
    color: #000;
    }



/* NAVIGATION */
a{
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 8pt;
    padding: 0px;
    padding-bottom: 30px;
    color: #0C99F6;
    text-decoration: none;
}
a:hover{
    color: #000000;
}

a.auswahl{
	display: block;
	float: left; 
	width: 45%; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	margin-left: 10px;
	font-size: 9pt;
	border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
}
a.auswahl:hover{
    border-top: 1px solid #0C99F6;
    background-color: #DDD;
    border-bottom: 1px solid #0C99F6;
}

a.klein{
    font-size: 7pt;
    padding: 0px;
    font-weight: bold;
    color: #0C99F6;
    text-decoration: none;
}
a.klein:hover{
    color: #666666;
}


a.weiter{
    font-size: 8pt;
    padding-bottom: 35px;
    color: #000000;
    text-align:center;
    margin:auto;
}

a.weiter:hover{
    color: #0C99F6;
}





a.versand{
    font-size: 9pt;
    font-weight: bold;
    color: #0C99F6;
    text-decoration: underline;

}

a.versand:hover{
    color: #6666ff;
}



/* NAVIGATION */

#main_navi{
    display: block;
    list-style: none;
}
#main_navi a,
#main_navi a:link,
#main_navi a:visited {
    display: block;
    color: #000;
    font-weight: bold;
    width: 195px;
    padding-left: 5px;
    border-left: 10px solid #DDD;
    text-decoration: none;
    padding-top: 4px;
    padding-bottom: 4px;
}
#main_navi a:hover,
#main_navi a:active,
#main_navi a:focus{
    background-color: #000;
    color: #FFF;
    width: 195px;
    border-left: 10px solid #0C99F6;
}


/* 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 #000;
    border-right: 1px solid #000;
    line-height: 130%;
    text-align: left;
}

#top
{
    padding: 0px;
    background: #0C99F6 url(p3.jpg) top left no-repeat;
    text-align: left;
    width: 950px;
    height: 232px;
}

#leftnav
{
    float: left;
    width: 220px;
    margin: -1px;
    padding: 0px;
	background-color: #EEE;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#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;
}
#produktbeschreibung h2{
    color: #000;
    font-size: 10pt;
    padding-left: 0px;
    text-decoration: underline;
    background: none;
}
td img{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* KLASSEN */
.text_klein{
    font-size: 7pt;
    color: #000;
}
.navi_headline{
    font-size: 8pt;
    font-weight: bold;
    color: #FFF;
    padding: 3px;
    text-decoration: none;
    width: 200px;
    background-color: #0C99F6;
    letter-spacing: 0.2em;
    text-align: center;
}

.list_tabelle{
    border-collapse: collapse;
    width: 660px;
}
.list_tabelle td{
    padding-bottom: 40px;
    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{
   width: 660px;
   border-collapse: collapse;
}
.zusatzleistungen td{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 8px;
    padding-left: 8px;
    text-align: right;
    vertical-align: top;
    font-size: 82%;
}
.zusatzleistungen td.beschreibung{
    text-align: left;
}

.error{
    color: #D00;
    font-weight: bold;
}


.artikelbeschreibung1{
    font-size: 88%;
    color: #0C99F6;
    font-weight: bold;
    line-height: 140%
}
.artikelbeschreibung2{
    font-size: 88%;
    color: #000;
    line-height: 140%
}
.artikelbeschreibung3{
    font-size: 80%;
    color: #000;
    line-height: 140%
}
.papiertext{
    font-size: 88%;
    color: #000;
    line-height: 140%
}




.erklärung{
    font-size: 90%;
    color: #000;
    line-height: 140%
}

.erklärungcolor{
    font-size: 90%;
    color: #6666ff;
    font-weight: bold;
    line-height: 140%
}

.erklärungsmall{
    font-size: 80%;
    color: #000;
    line-height: 140%
}


a.kleinat{
    font-size: 8pt;
    padding: 0px;
    font-weight: bold;
    color: #BD131E;
    text-decoration: none;
}

a.kleinde{
    font-size: 8pt;
    padding: 0px;
    font-weight: bold;
    color: #F60;
    text-decoration: none;
}

a.kleinch{
    font-size: 8pt;
    padding: 0px;
    font-weight: bold;
    color: #71a900;
    text-decoration: none;
}

a.kleineu{
    font-size: 8pt;
    padding: 0px;
    font-weight: bold;
    color: #0C99F6;
    text-decoration: none;
}



a.kleinch:hover{
    color: #666666;
}
a.kleinde:hover{
    color: #666666;
}
a.kleinat:hover{
    color: #666666;
}
a.kleineu:hover{
    color: #666666;
}


a.backlink{
    font-size: 9pt;
    padding: 0px;
    font-weight: bold;
    color: #0C99F6;
    text-decoration: none;
}

a.backlink:hover{
    color: #999999;
}


/* NEWS */

.newstest{    font-family: Arial, cursive;     
    font-style: italic;
    font-size: 80%;
    color: #000000;
    line-height: 140%

}

.newstest1{
    font-family: Arial, cursive;
    font-style: italic;
    font-size: 85%;
    font-weight: bold;
    color: #0C99F6;
    line-height: 140%

}

a.backlink2{
    font-family: Arial, cursive;
    font-style: italic;
    font-size: 8pt;
    padding: 0px;    font-weight: bold;
    color: #0C99F6;
    text-decoration: underline;
    line-height: 140%
}

a.backlink2:hover{
    color: #000000;
}

/*STARTSEITE*/



.headline_startseite{
    padding-top: 20px;
    width: 100%;    text-align: left;
}




.bilder_startseite{
    font-size: 8pt;
    color: #444444;
    padding: 3px;
    text-decoration: none;
    width: 15%;
    background-color: #FFFFFF;    border-bottom: 2px solid #0C99F6;
    text-align: center;
}


.text_startseite{
    font-size: 8pt;
    color: #444444;
    padding: 3px;
    font-size: 80%;
    padding-left: 10px;
    padding-right: 10px;
    width: 85%;
    background-color: #FFFFFF;    border-bottom: 5px solid #BBBBBB;
    text-align: left;
}




.tabelle_startseite{    width: 660px;}






