/* basics */
    /*      FARBEN:
    hintergrundorange #f93
    schriftorange #f60
    grau #333
    */
body {font-family: Arial, Helvetica, sans-serif; font-size: 100%; color:#333333; background-color: #FF9933; margin:0; padding:0;}
html, body {height: 100%;}
table#container {height: 100%; margin: auto;}

h2 {font: bold 120% Arial,Helvetica,sans-serif; color: #333333; margin: 0 0 10px 0; padding:0;}  /* Hauptueberschrift jede Seite */
h3 {font: bold 100% Arial,Helvetica,sans-serif; color: #333333; margin: 0 0 2px 0; padding:0;}       /* Unterueberschrift */
h4 {font: bold 100% Arial,Helvetica,sans-serif; margin: 0; padding:0;} /* Zwischenueberschriften */

p {margin:5px 0; padding:0;}

a {color: #333333;}
a.ohne {text-decoration:none;}

td {font-size: 80%;}
td td {text-align:left; font-size: 100%;}
td td td {text-align:left; font-size: 100%;}
td.mittig {vertical-align:middle;}

ul.ohne {list-style-type:none; margin:0; padding:0;}
ul.randlinks {list-style-type:none; margin: 0 0 0 30px; padding:0;}
li.abstand {margin: 15px 0;}
li.abstand1 {margin:0 0 5px 0;}  /* nur erste Aufz&auml;hlung */
li.abstand2 {margin:15px 0 5px 0;}

img.block {display:block;}
img.rechts {margin: 0 0 10px 10px; text-align:right;}


/* einzelne Formatierungen */
.versteckt {display: none;}
.zentriert {text-align:center;}
.eingerueckt {margin-left: 20px; margin-right: 20px;}
.fett {font-weight:bold;}

.schrift14px {font-size:14px;}
.schrift70 {font-size:70%;}
.schrift80 {font-size:80%;}
.schrift90 {font-size:90%;}
.schrift100 {font-size:100%;}

.hg_orange1 {background-color:#FBEEE0;}
.hg_orange2 {background-color:#F0B880;}
.hg_orange2b {background-color:#F5D1AD;}
.hg_orange3 {background-color:#EEA96B;}
.hg_orange3b {background-color:#F0B880;}
.hg_orange4 {background-color:#FF9933;}   /* Logo-Orange websichere Annaeherung fuer Hintergrundfarbe*/
.hg_grau1 {background-color:#E6E9E9;}
.hg_grau2 {background-color:#D0D6D5;}
.hg_grau3 {background-color:#BDBEBF;}
.hg_grau4 {background-color:#333333;}    /* Logo-Grau websichere Annaeherung */
.orange1 {color:#FBEEE0;}
.orange2 {color:#F0B880;}
.orange3 {color:#EEA96B;}
.orange4 {color:#FF6600;}   /* Logo-Orange nicht websicher - f&uuml;r Schrift */
.grau1 {color:#E6E9E9;}
.grau2 {color:#D0D6D5;}
.grau3 {color:#BDBEBF;}
.grau4 {color:#333333;}    /* Logo-Grau  websichere Annaeherung */

/* Navigation links */
ul#navigation {list-style-type:none; margin:0; padding:0;}
ul.subnavi {list-style-image:  url(../bilder/design/kaest_oran_gr.gif); font-size:85%; margin:5px 0 0 15px; padding:0 0 0 10px;}
a.navi {text-decoration:none;}
a.navi:link, a.navi:visited  {color: #333333;}
a.navi:hover, a.navi:active {color:#F60;}

a.navi_on {text-decoration:none; color:#F60;}

/* Inhaltsbereich */
table.content {}
div.kundenworte {font-size:80%; text-align:right;}
