/*
CSS fuer DIV
Syle-Definitionen für 1. LEVEL Buttons*/

DIV.fstLvlBtn a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #005000;
COLOR: #FFFFFF;
BORDER: 1px solid #000000;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 1. Level Buttons bei Mouse-Over*/

DIV.fstLvlBtn a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 1. LEVEL Buttons*/

DIV.fstLvlBtnActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #4A4035;
COLOR: #FFFFFF;
BORDER: 1px #000000 solid;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 1. LEVEL Buttons Hide*/

DIV.fstLvlBtnHide a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #A40000;
COLOR: #FFFFFF;
BORDER: 1px solid #000000;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 1. Level Buttons bei Mouse-Over Hide*/

DIV.fstLvlBtnHide a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 1. LEVEL Buttons Hide*/

DIV.fstLvlBtnHideActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #AD4039;
COLOR: #FFFFFF;
BORDER: 1px #000000 solid;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

DIV.fstLvlBtnArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #005000;
background-image:url(Btnweiss.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #FFFFFF;
BORDER: 1px solid #000000;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 1. Level Buttons bei Mouse-Over*/

DIV.fstLvlBtnArrow a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
background-image:url(BtnSchwarz.gif);
}

/*Syle-Definitionen für AKTIVE 1. LEVEL Buttons*/

DIV.fstLvlBtnArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #4A4035;
background-image:url(BtnWeiss.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #FFFFFF;
BORDER: 1px #000000 solid;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 1. LEVEL Buttons Hide*/

DIV.fstLvlBtnHideArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #A40000;
COLOR: #FFFFFF;
BORDER: 1px solid #000000;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 1. Level Buttons bei Mouse-Over Hide*/

DIV.fstLvlBtnHideArrow a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 1. LEVEL Buttons Hide*/

DIV.fstLvlBtnHideArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 13;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #AD4039;
COLOR: #FFFFFF;
BORDER: 1px #000000 solid;
MARGIN: 1px;
MARGIN-TOP: 4px;
PADDING: 3px;
WIDTH: 135;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


/*Syle-Definitionen für 2. LEVEL Buttons*/

DIV.secLvlBtn a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #BEEABE;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 2. Level Buttons bei Mouse-Over*/

DIV.secLvlBtn a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 2. LEVEL Buttons*/

DIV.secLvlBtnActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #8E7B7B;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 2. LEVEL Buttons Hide*/

DIV.secLvlBtnHide a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #EABEBE;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 2. Level Buttons bei Mouse-Over Hide*/

DIV.secLvlBtnHide a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 2. LEVEL Buttons Hide*/

DIV.secLvlBtnHideActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #CBA2A2;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


DIV.secLvlBtnArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #BEEABE;
background-image:url(BtnSchwarz.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 2. Level Buttons bei Mouse-Over*/

DIV.secLvlBtnArrow a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
background-image:url(BtnSchwarz.gif);
}

/*Syle-Definitionen für AKTIVE 2. LEVEL Buttons*/

DIV.secLvlBtnArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #8E7B7B;
background-image:url(BtnSchwarz.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 2. LEVEL Buttons Hide*/

DIV.secLvlBtnHideArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #EABEBE;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 2. Level Buttons bei Mouse-Over Hide*/

DIV.secLvlBtnHideArrow a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 2. LEVEL Buttons Hide*/

DIV.secLvlBtnHideArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #CBA2A2;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 130;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


/*Syle-Definitionen für 3. LEVEL Buttons*/

DIV.trdLvlBtn a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 3. Level Buttons bei Mouse-Over*/

DIV.trdLvlBtn a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 3. LEVEL Buttons*/

DIV.trdLvlBtnActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #C3BAB9;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 3. LEVEL Buttons Hide*/

DIV.trdLvlBtnHide a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #F0B7B7;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 3. Level Buttons bei Mouse-Over Hide*/

DIV.trdLvlBtnHide a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 3. LEVEL Buttons Hide*/

DIV.trdLvlBtnHideActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #DFCFCF;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


DIV.trdLvlBtnArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #E9FBE9;
background-image:url(BtnSchwarz.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 3. Level Buttons bei Mouse-Over*/

DIV.trdLvlBtnArrow a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FFFFFF;
background-image:url(BtnSchwarz.gif);
}

/*Syle-Definitionen für AKTIVE 3. LEVEL Buttons*/

DIV.trdLvlBtnArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #C3BAB9;
background-image:url(BtnSchwarz.gif);
background-repeat:no-repeat;
background-position:right;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 3. LEVEL Buttons Hide*/

DIV.trdLvlBtnHideArrow a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #F0B7B7;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 125;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 3. Level Buttons bei Mouse-Over Hide*/

DIV.trdLvlBtnHideArrow a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 4. LEVEL Buttons Hide*/

DIV.trdLvlBtnHideArrowActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #DFCFCF;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 120;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


/*Syle-Definitionen für 4. LEVEL Buttons*/

DIV.fourthLvlBtn a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #FEFFFE;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 120;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 4. Level Buttons bei Mouse-Over*/

DIV.fourthLvlBtn a:hover
{
COLOR: #005000;
BACKGROUND-COLOR: #FAFBE1;
}

/*Syle-Definitionen für AKTIVE 4. LEVEL Buttons*/

DIV.fourthLvlBtnActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #F7EDF3;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 120;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Syle-Definitionen für 4. LEVEL Buttons Hide*/

DIV.fourthLvlBtnHide a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #F0B7B7;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 120;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}

/*Style-Definition für die 4. Level Buttons bei Mouse-Over Hide*/

DIV.fourthLvlBtnHide a:hover
{
COLOR: #500000;
BACKGROUND-COLOR: #FFFFFF;
}

/*Syle-Definitionen für AKTIVE 4. LEVEL Buttons Hide*/

DIV.fourthLvlBtnHideActive a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-WEIGHT: bold;
FONT-SIZE: 10;
BACKGROUND-COLOR: #DFCFCF;
COLOR: #005000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 120;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
}


/* Style-Definition für den LOGIN BUTTON*/

DIV.invLvlBtn a
{
DISPLAY: block;
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
BACKGROUND-COLOR: #FEFFFE;
COLOR: #FEFFFE;
BORDER: 1px solid #FEFFFE;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 140;
WHITE-SPACE: normal;
TEXT-ALIGN: left;
CURSOR: default;
}

/*Style-Definition für den LOGIN BUTTON bei Mouse-Over*/

DIV.invLvlBtn a:hover
{
COLOR: #FEFFFE;
BACKGROUND-COLOR: #FEFFFE;
CURSOR: default;
}

/*Style-Definition für den SUBMIT BUTTON */

input.Btn
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #BEEABE;
COLOR: #000000;
BORDER: 1px solid #000000;
MARGIN: 1px;
PADDING: 3px;
WIDTH: 150;
WHITE-SPACE: normal;
TEXT-ALIGN: center;
}

input.BtnSearch
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 8;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #BEEABE;
COLOR: #000000;
BORDER: 1px solid #FFFFFF;
WIDTH: 25;
HEIGHT: 13;
WHITE-SPACE: normal;
TEXT-ALIGN: center;
}
input.TxtSearch
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 9;
FONT-WEIGHT: normal;
BACKGROUND-COLOR: #ADBCAD;
COLOR: #000000;
BORDER: 1px solid #FFFFFF;
WIDTH: 100;
HEIGHT: 13;
TEXT-ALIGN: left;
}

input.Txt
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
WIDTH: 400;
HEIGHT: 20;
TEXT-ALIGN: left;
}

input.Txt200
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
WIDTH: 200;
HEIGHT: 20;
TEXT-ALIGN: left;
}

input.Txt80
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
WIDTH: 80;
HEIGHT: 20;
TEXT-ALIGN: left;
}

input.TxtKlein
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
WIDTH: 60;
HEIGHT: 20;
TEXT-ALIGN: left;
}
input.TxtSuperKlein
{
TEXT-DECORATION: none;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 11;
FONT-WEIGHT: bold;
BACKGROUND-COLOR: #E9FBE9;
COLOR: #000000;
BORDER: 1px solid #000000;
WIDTH: 30;
HEIGHT: 15;
TEXT-ALIGN: left;
}


body {
/* background-image:url(background5.gif);*/ 
  background-repeat:no-repeat;
  background-attachment:fixed; padding:0px; }


pre-mitumbruch {
 white-space:pre; }
pre-ohneumbruch  {
 white-space:nowrap; }


 
 
 
/*Syle-Definitionen für TEXTELEMENTE*/

.standardhoch { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: normal; color: #000000; font-variant: small-caps; clip:   rect(   ); text-decoration: none; vertical-align: text-top}
.standard8 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: normal; color: #000000; text-decoration: none ; font-style: normal; line-height: normal}
.standard8gruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: normal; text-decoration: none ; font-style: normal; line-height: normal ; color: #009649}

.standard10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-decoration: none ; font-style: normal; line-height: normal}
.standard10fett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none}
.standard10fettrot { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #FF0000; text-decoration: none }
.standard10rot { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FF0000; text-decoration: none }
.standard10weiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none ; font-style: normal; line-height: normal ; color: #FFFFFF}
.standard10fettweiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; text-decoration: none ; font-style: normal; line-height: normal ; color: #FFFFFF}
.standard10fettrechtsbuendig { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #000000; text-decoration: none ; text-align: right}

.Standard11fett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none }

.standard12 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #000000; text-decoration: none}
.standard12hoch { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: lighter; color: #000000; font-variant: normal; clip:  rect(   ); text-decoration: none; vertical-align: text-top ; text-transform: none; top: 20px; overflow: visible}
.standard12kursiv { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal; font-weight: normal; color: #000000; text-decoration: none }
.standard12kursivgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; line-height: normal; font-weight: normal; color: #006633; text-decoration: none }
.Standard12fett {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000000; text-decoration: none}
.Standard12fettrot {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; text-decoration: none}
.Standard12fettdunkelrot {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #800000; text-decoration: none}
.Standard12gruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #014000; text-decoration: none;}
.Standard12fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006633; text-decoration: none }
.Standard12fettgruenunterstrichen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #006633; text-decoration: underline}
.Standard12fetthellgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #99CC99; text-decoration: none }
.standard12weiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none ; font-style: normal; line-height: normal ; color: #FFFFFF}
.standard12fettweiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none ; font-style: normal; line-height: normal ; color: #FFFFFF}
.standard12fettweissunterstrichen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: underline ; font-style: normal; line-height: normal ; color: #FFFFFF}
.standard12tief { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: lighter; color: #000000; font-variant: normal; clip:  rect(   ); text-decoration: none; text-transform: none; top: auto; overflow: visible }
.standard12tief { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px; font-weight: lighter; color: #000000; font-variant: normal; clip:  rect(   ); text-transform: none; top: -50px; overflow: visible }

.Standard14fett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000000; text-decoration: none }
.Standard14fettkursiv {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; font-weight: bold; color: #000000; text-decoration: none}
.Standard14gruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; color: #014000; text-decoration: none }
.Standard14fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #006633; text-decoration: none }
.Standard14fettrot { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF0000; text-decoration: none }
.Standard14fettdunkelrotkursiv {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: italic; font-weight: bold; color: #800000; text-decoration: none}

.Standard16fett { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none }
.Standard16fettrot { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FF0000; text-decoration: none }
.Standard16fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #006633; text-decoration: none }
.Standard16fettgruenunterstrichen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #006633; text-decoration: underline}
.Standard16fetttiefer { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none ; clip:   rect(   ); overflow: visible; top: -20px}
.standard16fettweiss { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none ; font-style: normal; line-height: normal ; color: #FFFFFF}

.Standard17fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #006633; text-decoration: underline; font-style: normal}

.Standard18fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bold; color: #006633; text-decoration: none }

.Standard22fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #006633; text-decoration: none ; font-style: normal}
.Standard22fettgruenkursiv { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 22px; font-weight: bold; color: #006633; text-decoration: none ; font-style: italic }

.Standard24fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px; font-weight: bold; color: #006633; text-decoration: none ; font-style: normal}

.Standard36fettgruen { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 36px; font-weight: bold; color: #006633; text-decoration: none ; font-style: normal }









