H1    /*Text mit der höchsten Wertigkeit (1/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 16px;    /*Schriftgröße*/
    margin-top: 0px;    /*Außenrand/Abstand oben*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    letter-spacing: 1px;    /*Zeichenabstand*/
    margin-right: 0px;    /*Außenrand/Abstand rechts*/
    margin-bottom: 0px;    /*Außenrand/Abstand unten*/
    margin-left: 3px;    /*Außenrand/Abstand links*/
}


H2    /*Text mit der dritt höchsten Wertigkeit (3/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
    color: #003361;    /*Farbe*/
    font-size: 14px;    /*Schriftgröße*/
    margin-top: 0px;    /*Außenrand/Abstand oben*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    letter-spacing: 1px;    /*Zeichenabstand*/
    margin-right: 0px;    /*Außenrand/Abstand rechts*/
    margin-bottom: 0px;    /*Außenrand/Abstand unten*/
    margin-left: 0px;    /*Außenrand/Abstand links*/
}

H3    /*Text mit der dritt höchsten Wertigkeit (3/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
    color: #003361;    /*Farbe*/
    font-size: 14px;    /*Schriftgröße*/
    margin-top: 0px;    /*Außenrand/Abstand oben*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    letter-spacing: 1px;    /*Zeichenabstand*/
    margin-right: 0px;    /*Außenrand/Abstand rechts*/
    margin-bottom: 0px;    /*Außenrand/Abstand unten*/
    margin-left: 0px;    /*Außenrand/Abstand links*/
}

H4    /*Text mit der zweit niedriegst Wertigkeit (3/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
}

H5    /*Text mit der niedriegst Wertigkeit (5/5) auf einer Seite. Verwendung z.B. in Überschriften.*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 13px;    /*Schriftgröße*/
    font-family: rial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    letter-spacing: 1px;    /*Zeichenabstand*/
    padding-left: 5px;    /*Innenabstand links*/
}

.text    /*Standart*/
{
    color: #000000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    padding-top: 0px;    /*Innenabstand oben*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    padding-right: 0px;    /*Innenabstand rechts*/
    padding-bottom: 0px;    /*Innenabstand unten*/
    padding-left: 0px;    /*Innenabstand links*/
}

.text A    /*Standart (Linkformatierung)*/
{
    color: #000000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    text-decoration: underline;    /*Textdekoration ( underline , overline , line-throu...*/
}

.textb    /*Fett*/
{
    color: #000000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.textb A    /*Fett (Linkformatierung)*/
{
    color: #000000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: underline;    /*Textdekoration ( underline , overline , line-throu...*/
}

.text_small    /*Klein*/
{
    color: #000000;    /*Farbe*/
    font-size: 11px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.text_small A    /*Klein (Linkformatierung)*/
{
    color: #000000;    /*Farbe*/
    font-size: 11px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    text-decoration: underline;    /*Textdekoration ( underline , overline , line-throu...*/
}

.text_big    /*Gross*/
{
    color: #000000;    /*Farbe*/
    font-size: 14px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Romanal;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
}

.text_big A    /*Gross (Linkformatierung)*/
{
}

.footer    /*Fusszeile*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 10px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    padding-right: 3px;    /*Innenabstand rechts*/
    padding-left: 3px;    /*Innenabstand links*/
}

.footer A    /*Fusszeile (Linkformatierung)*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 10px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: underline;    /*Textdekoration ( underline , overline , line-throu...*/
}

.error    /*Fehlermeldung*/
{
    color: #A14439;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.error A    /*Fehlermeldung (Linkformatierung)*/
{
    color: #A14439;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.preis    /*Preise*/
{
    color: #990000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: normal;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.preis A    /*Preise (Linkformatierung)*/
{
    color: #990000;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.preis_small    /*Preise, klein*/
{
}

.preis_small A    /*Preise, klein (Linkformatierung)*/
{
}

.preis_big    /*Preise, gross*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    padding-right: 5px;    /*Innenabstand rechts*/
}

.preis_big A    /*Preise, gross (Linkformatierung)*/
{
    color: #FFFFFF;    /*Farbe*/
    font-size: 22px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.form    /*Standart*/
{
    color: #000000;    /*Farbe*/
    background-color: #FFFFFF;    /*Hindergrundfarbe*/
    border-color: #C5825A;    /*Rahmenfarbe*/
    border-width: 1px;    /*Rahmenbreite*/
    text-align: left;    /*horizontale Ausrichtung ( left , center , right , justify )*/
    font-size: 11px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_wichtig    /*Pflichtfelder*/
{
    color: #000000;    /*Farbe*/
    background-color: #FFFFFF;    /*Hindergrundfarbe*/
    border-color: #FF0000;    /*Rahmenfarbe*/
    border-width: 1px;    /*Rahmenbreite*/
    text-align: left;    /*horizontale Ausrichtung ( left , center , right , justify )*/
    font-size: 11px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_error    /*Pflichtfelder mit Fehlern*/
{
    color: #000000;    /*Farbe*/
    background-color: #FFF9EE;    /*Hindergrundfarbe*/
    border-color: #FF0000;    /*Rahmenfarbe*/
    border-width: 1px;    /*Rahmenbreite*/
    text-align: left;    /*horizontale Ausrichtung ( left , center , right , justify )*/
    font-size: 11px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.form_submit    /*Button Layout*/
{
    color: #FFFFFF;    /*Farbe*/
    background-color: #970F01;    /*Hindergrundfarbe*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    border-width: 1px;    /*Rahmenbreite*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.nav_links_unmarked    /*Navigationsebene 3 nicht aktiviert*/
{
    padding-right: 0px;    /*Innenabstand rechts*/
    padding-bottom: 0px;    /*Innenabstand unten*/
    padding-left: 5px;    /*Innenabstand links*/
    margin-right: 0px;    /*Außenrand/Abstand rechts*/
    margin-bottom: 0px;    /*Außenrand/Abstand unten*/
    margin-left: 0px;    /*Außenrand/Abstand links*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    font-weight: normal;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    color: #FFFFFF;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    margin-top: 0px;    /*Außenrand/Abstand oben*/
    padding-top: 0px;    /*Innenabstand oben*/
}

.nav_links_marked    /*Navigationsebene 3 aktiviert*/
{
    padding-right: 0px;    /*Innenabstand rechts*/
    padding-bottom: 0px;    /*Innenabstand unten*/
    padding-left: 5px;    /*Innenabstand links*/
    margin-right: 0px;    /*Außenrand/Abstand rechts*/
    margin-bottom: 0px;    /*Außenrand/Abstand unten*/
    margin-left: 0px;    /*Außenrand/Abstand links*/
    text-decoration: bold;    /*Textdekoration ( underline , overline , line-throu...*/
    font-weight: normal;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    color: #FFFFFF;    /*Farbe*/
    font-size: 12px;    /*Schriftgröße*/
    margin-top: 0px;    /*Außenrand/Abstand oben*/
    padding-top: 0px;    /*Innenabstand oben*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
}

.nav_oben2_marked    /*Navigationsebene 2 aktiviert*/
{
    padding-right: 4px;    /*Innenabstand rechts*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-size: 12px;    /*Schriftgröße*/
    color: #FFFFFF;    /*Farbe*/
    font-weight: normal;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    padding-left: 5px;    /*Innenabstand links*/
    letter-spacing: 1px;    /*Zeichenabstand*/
}

.nav_oben1_marked    /*Navigationsebene 1 aktiviert*/
{
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-size: 15px;    /*Schriftgröße*/
    color: #FFFFFF;    /*Farbe*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}

.nav_oben2_unmarked    /*Navigationsebene 2 nicht aktiviert*/
{
    padding-right: 4px;    /*Innenabstand rechts*/
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-size: 12px;    /*Schriftgröße*/
    color: #FFFFFF;    /*Farbe*/
    font-weight: normal;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
    padding-left: 5px;    /*Innenabstand links*/
    letter-spacing: 1px;    /*Zeichenabstand*/
}

.nav_oben1_unmarked    /*Navigationsebene 1 nicht aktiviert*/
{
    font-family: Arial , Helvetica , Times Roman;    /*Schriftart ( Arial , Helvetica , Times Roman )*/
    font-size: 15px;    /*Schriftgröße*/
    color: #FFFFFF;    /*Farbe*/
    font-weight: bold;    /*Schriftgewicht ( normal , bold , normal , lighter ...*/
    text-decoration: none;    /*Textdekoration ( underline , overline , line-throu...*/
}
