/*000000011111111112222222222333333333344444444445555555555666666666677777777778
  345678901234567890123456789012345678901234567890123456789012345678901234567890

    Datei              : design.css
    Beschreibung       : Cascading Stylesheets der Webpräsenz
                         SLV-Servisseite

    Version            : 1.0
    erstellt           : 05.08.2007
    letzte Änderung    : 
          Josef Thelen   01.10.2007 Umstellung Layout 4
          Josef Thelen   20.08.2007 vertikales Menü
          Josef Thelen   13.08.2007 Tabelle, Bildtabelle, Schriften
          Josef Thelen   05.08.2007 Splashseite, body
    					 
    Autor              : Josef Thelen
    E-Mail             : Josef@Thelen007.de
                         Josef.Thelen@Cist.de
  
    copyright (c) 2007 : by Cist
  
  000000011111111112222222222333333333344444444445555555555666666666677777777778
  345678901234567890123456789012345678901234567890123456789012345678901234567890

*/
body {            /* die Angaben body gelten für das komplette Browserfenster */
 background-color           : #FFFFFF;               /* Hintergrundfarbe weiß */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;             /* Body füllt gesamtes Fenster */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-align                 : left;  /* Textausrichtung und Seite linksbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
}                 /* die Angaben body gelten für das komplette Browserfenster */

#body_aussen {          /* body_aussen umschließt den darzustellenden Bereich */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-align                 : left;  /* Textausrichtung und Seite linksbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 960px;           /* Breite der Seite 960 Punkte */
}

#body_frei {                                 /* body_frei löst float-Tags auf */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 float                      : clear;                /* Fließbereiche auflösen */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 1px;                    /* Schriftgröße minimal */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : left;            /* Textausrichtung linksbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
}

#body_kopf {                   /* body_kopf umschließt die oberste Titelzeile */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : left;            /* Textausrichtung linksbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 960px;           /* Breite der Seite 960 Punkte */
}

#kopf_flagge {              /* kopf_flagge befindet sich oberhalb der Flaggen */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 float                      : right;            /* Fließbereiche rechtsbündig */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 height                     : 16px;
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : right;          /* Textausrichtung rechtsbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 150px;                     /* Breite 150 Punkte */
}

#kopf_frei {                  /* kopf_frei befindet sich oberhalb der Flaggen */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 float                      : right;            /* Fließbereiche rechtsbündig */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 height                     : 34px;
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : right;          /* Textausrichtung rechtsbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 150px;                     /* Breite 150 Punkte */
}

#kopf_links {                /* kopf_links erzeugt links einen freien Bereich */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 float                      : left;             /* Fließbereiche linkssbündig */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 height                     : 50px;
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : right;          /* Textausrichtung rechtsbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 50px;                       /* Breite 50 Punkte */
}

#kopf_logo {                      /* kopf_logo zeigt das Logo rechtsbündig an */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 float                      : right;            /* Fließbereiche rechtsbündig */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : right;          /* Textausrichtung rechtsbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
 width                      : 250px;                     /* Breite 250 Punkte */
}

#kopf_text {                  /* kopf_text zeigt die Überschriften im Kopf an */
 background-color           : transparent;         /* Hintergund durchsichtig */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 empty-cells                : show;                /* leere Bereiche anzeigen */
 float                      : left;             /* Fließbereiche linkssbündig */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 110%;                      /* Schriftgröße 110% */
 font-weight                : bold;                     /* Schriftstärke fett */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 overflow                   : hidden;          /* Text außerhalb unterdrücken */
 text-align                 : left;            /* Textausrichtung linksbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
 width                      : 510px;                     /* Breite 510 Punkte */
}

#text_normal {                 /* text_normal enthält das Standardformat Text */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
}

.text_norm {                     /* text_norm enthält das Standardformat Text */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
}

#text_rechts {    /* text_rechts enthält das Standardformat Text rechtsbündig */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-align                 : right;          /* Textausrichtung rechtsbündig */
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
}

#text_test {                       /* text_test enthält ein Format zum Testen */
 background-color           : #333333;                    /* Hintergrundfarbe */
 color                      : #FFFFFF;                        /* Schriftfarbe */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 90%;                    /* Schriftgröße kleiner */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
}

#text_ueber {       /* text_ueber enthält das Textformat der Übersichtsseiten */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Arial, Helvetica, sans-serif; /* Schriftfamilie */
 font-size                  : 90%;                    /* Schriftgröße kleiner */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;            /* Rahmen ohne Rand linksbündig */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : bottom;
}

a.mv01_b {                                                   /* Standardlinks */
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_b:visited {
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_b:active{
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_b:hover {
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : underline;
 vertical-align             : top;
}

a.mv02_b {                                                   /* Standardlinks */
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_b:visited {
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_b:active{
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_b:hover {
 background-color           : transparent;
 color                      : #999999;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : underline;
 vertical-align             : top;
}

a.mv01_h {                                            /* aktive Standardlinks */
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_h:visited {
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_h:active{
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv01_h:hover {
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 500;
 text-decoration            : underline;
 vertical-align             : top;
}

a.mv02_h {                                            /* aktive Standardlinks */
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_h:visited {
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_h:active{
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : none;
 vertical-align             : top;
}

a.mv02_h:hover {
 background-color           : transparent;
 color                      : #CC9900;
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;
 font-weight                : 700;
 text-decoration            : underline;
 vertical-align             : top;
}

table {                       /* Standardtabellen werden wie folgt formatiert */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 border-bottom              : none;                              /* kein Rand */
 border-left                : none;
 border-right               : none;
 border-top                 : none;  
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;                          /* kein Einrücken */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 padding-bottom             : 0px;                   /* Zellen ganz ausfüllen */
 padding-left               : 0px;
 padding-right              : 0px;
 padding-top                : 0px;
 text-align                 : left;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
}

th {                                  /* Überschriftsbereich Standardtabellen */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 border-bottom              : none;                              /* kein Rand */
 border-left                : none;
 border-right               : none;
 border-top                 : none;  
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : bold;                   /* dicke Schriftstärke */
 margin-bottom              : 0px;                          /* kein Einrücken */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 padding-bottom             : 0px;                   /* Zellen ganz ausfüllen */
 padding-left               : 0px;
 padding-right              : 0px;
 padding-top                : 0px;
 text-align                 : left;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
}

td {                                       /* Spaltenbereich Standardtabellen */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 border-bottom              : none;                              /* kein Rand */
 border-left                : none;
 border-right               : none;
 border-top                 : none;  
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 100%;                   /* Standardschriftgröße */
 font-weight                : normal;                /* Standardschriftstärke */
 margin-bottom              : 0px;                          /* kein Einrücken */
 margin-left                : 0px;
 margin-right               : 0px;
 margin-top                 : 0px;
 padding-bottom             : 0px;                   /* Zellen ganz ausfüllen */
 padding-left               : 0px;
 padding-right              : 0px;
 padding-top                : 0px;
 text-align                 : left;
 text-decoration            : none;                    /* Standarddarstellung */
 vertical-align             : top;
}

.g80 {                                                    /* Schriftgröße 80% */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 80%;                        /* Schriftgröße 80% */
 font-weight                : normal;                /* Standardschriftstärke */
}

.g70 {                                                    /* Schriftgröße 70% */
 background-color           : transparent;    /* Hintergrundfarbe transparent */
 color                      : #999999;               /* Schriftfarbe hellgrau */
 font-family                : Verdana, Arial, Helvetica, sans-serif;
 font-size                  : 70%;                        /* Schriftgröße 70% */
 font-weight                : normal;                /* Standardschriftstärke */
}
