/* FARB-CODE-LISTE
 * 
 * AT ..... #BD121E
 * CH ..... #71AA00
 * COM .... #BB1133
 * CZ ..... #005AFF
 * DE ..... #FF6600
 * ES ..... #BD121E ***
 * EU ..... #0001B3
 * HU ..... #087900
 * NL ..... #FF6600 ***
 * PL ..... #BD121E
 * RU ..... #BD121E
 * SK ..... #0001B3
 * TK ..... #BD121E
 * UK ..... #EDB702
 * 
 * /


/* ALLGEMEINE FORMATIERUNGEN */

*{
    padding: 0px;
    margin: 0px;
}
body{
    text-align:center;
    font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif, cursive;
    background-color: #EEE;
}

div, table, td, tr{
    font-size: 9pt;
}
table{
	border-collapse: collapse;
}

h1, h2, h3{
    font-weight: bold;
    /*padding-bottom: 25px;
    line-height: 140%;*/
    /*padding-left: 60px;
    background:url(headline_left.jpg) repeat-y top left;*/
}
h1{
    font-size: 12pt;
}
h2{
    font-size: 11pt;
    padding-bottom: 0px;
}
h3{
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 15px;
    margin: 2px; 
}

ul, ol{
	margin-left: 20px;
}

h4{
    font-size: 9pt;
    font-weight: normal;
    padding-bottom: 15px;    
    margin: 2px;
    /*padding-left: 60px;
    background:url(headline_left.jpg) repeat-y top left;    */   
}

h5{
    font-size: 8pt;
    line-height: 110%;
}

h6{
    font-size: 8pt;
    font-weight: normal;
    padding-bottom: 15px;
    margin: 2px;  
}

p{
    margin-bottom: 10px;
}
p:first-letter {
    font-size: 120%;
}

select {
    font-size: 8pt;
    font-weight: normal;
    padding: 1px;
    width: 300px;
    border: 1px solid #000;
}
input, textarea {
    font-size: 8pt;
    font-weight: normal;
    padding: 5px;
    border: 1px solid #000;
}

hr{
	border: 0px;
	border-bottom: 1px solid #000;
}



/* NAVIGATION */
a{
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    padding: 0px;
    text-decoration: none;
    font-weight: bold;
    color: #0001B3;
}
a:hover{
	color: #BD121E;
}

a.klein{
    font-size: 7pt;
    padding: 0px;
    font-weight: bold;
}



/* AUSKLAPPER */

#individKalk{ display: none; }

/* NAVIGATION */

#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;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

#main_navi a.klein_navi{
	font-size: 6.5pt;
    line-height: 8pt;
}
#main_navi a.klein_navi:hover{
	font-size: 8pt;	
	line-height: 10pt;
}

#leftnav li{
	margin-bottom: 8px;
	display: block;
}

#navi_akt{
	color: #BD121E;
	border-top: 1px solid #BD121E;
	border-bottom: 1px solid #BD121E;
	display: block;
}




/* LAYOUT-ELEMENTE */

#container{
	position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right:auto;
    margin-left:auto;
    width: 950px;
    line-height: 130%;
    text-align: left;
    background-color: #FFF;
}

#top
{
    padding: 0px;
    text-align: left;
    width: 950px;
    height: 145px;
    background: url('banner.png') no-repeat;
    margin-bottom: 15px;
}

#leftnav
{
    float: left;
    width: 210px;
    padding: 5px;
}

#content
{
    margin-left: 220px;
    padding: 5px;
    width: 700px;
    line-height: 150%;
    text-align: justify;
}
    #preisliste{
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
        padding-right: 15px;
    }

#footer
{
    clear: both;
    margin-top: 35px;
    padding-top: 10px;
    text-align: center;
    font-size: 8pt;
    background-color: #FFEF7E;
}


/* SONDER-FORMATIERUNGEN FORMATIERUNGEN */
#top h1, #top h2, #top h3{
    display: none;
}
td img{
    margin-top: 5px;
    margin-bottom: 5px;
}


/* KLASSEN */
.text_klein{
    font-size: 7pt;
}
.navi_headline{
    font-size: 8pt;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
    width: 200px;
    letter-spacing: 0.2em;
    text-align: center;
}

.error{
    font-weight: bold;
}


