/*Festlegung der Schrift im Inhaltsfeld*/
BODY
{font-family : Arial,Helvetica, sans-serif; font-size : 12px; color: #002D5F; background-color: #E5EBF2
scrollbar-base-color : #56566B;
scrollbar-track-color : #22446C;
scrollbar-face-color : #3D5E84;
scrollbar-highlight-color : #22446C;
scrollbar-3d-light-color : #22446C;
scrollbar-dark-shadow-color : #56566B;
scrollbar-shadow-color : #BBBBC5;
scrollbar-arrow-color : #BBBBC5;
}

TABLE, TR, TD ,DIV, P, SPAN
{font-family: Arial,Helvetica, sans-serif;font-size: 12px; color: #000000;}

H1
{font-size: 14px; color: #22446C; margin-bottom: 0px; margin-top: 0px;}

H2
{font-size: 12px; color: #22446C; margin-bottom: 0px; margin-top: 0px;}

H3
{font-size: 12px; color: #ff8800; margin-bottom: 0px; margin-top: 0px;}

H4
{font-size: 20px; color: Lime; margin-bottom: 0px; margin-top: 0px;}

H5
{font-size: 20px; color: Lime; margin-bottom: 0px; margin-top: 0px;}

H6
{font-size: 16px; color: #22446C; margin-bottom: 0px; margin-top: 0px;}

UL {
list-style-image: url(bilder/auflistungsraute.gif);
list-style-type: square;
list-style-position: outside; 
margin:0px 0px 0px 8px; 
padding-left: 16px;
}

INPUT, TEXTAREA, SELECT
{font-family: Arial,Helvetica, sans-serif; font-size: 11px;}

/*schriftfarben*/
.farbe
{color: #22446C;}
.kontrast
{color: #ff8800; margin-bottom: 0px; margin-top: 0px;}
.schwarz
{color: #000000;}
.weiss
{color: #FFFFFF;}

/*hintergründe*/ 
.bg_farbe
{background-color: #22446C;}
.bg_kontrast
{background-color: #ff8800;}
.bg_hell_1
{background-color: #D9E5F3;}
.bg_hell_2
{background-color: #CDDBEB;}
.bg_hell_3 /*reserve*/
{background-color: #E5E7D3;}
.bg_mittel_1
{background-color: #BACBDE;}
.bg_grau_1
{background-color: #f1f1f1;}
.bg_grau_2
{background-color: #eaeaea;}
.bg_grau_3 /*reserve*/
{background-color: #d8d8d8;}

/*zur anzeige aktiver bzw. nicht aktiver texte über db-variable*/
.aktiv0
{color: #A6A6A6;}
.aktiv1
{color: #000000;}

/*texteigenschaften*/
.block
{text-align: justify;}
.shadow 
{FILTER: DropShadow(color=22446C, offx=1, offy=1);}

/*schriftgrößen*/
.small
{font-size: 11px;}

/*Breiten-Klassen*/
.w40
{width: 40px;}
.w60
{width: 60px;}
.w80
{width: 80px;}
.w100
{width: 100px;}
.w150
{width: 150px;}
.w200
{width: 200px;}
.w220
{width: 220px;}
.w250
{width: 250px;}
.w300
{width: 300px;}
.w350
{width: 350px;}
.w400
{width: 400px;}
.w500
{width: 500px;}
.w600
{width: 600px;}

A:link  
{color: #22446C;}
A:visited 
{color: #436996;}
A:hover 
{color: #4889D4;}

.link_vis,.link_vis:link  
{color: #22446C; text-decoration: none;}
.link_vis:visited 
{COLOR: #436996; text-decoration: none;}
.link_vis:hover 
{color: #4889D4; text-decoration: underline;}

.link_kontrast,.link_kontrast:link,.link_kontrast:visited 
{COLOR: #FF9900; text-decoration: none;}
.link_kontrast:hover 
{color: #FFAE00; text-decoration: underline;}

.link_weiss,.link_weiss:link,.link_weiss:visited 
{COLOR: #FFFFFF; text-decoration: none;}
.link_weiss:hover 
{color: #FFFFFF; text-decoration: none;}

.link_vis_b,.link_vis_b:link 
{font-weight: bold; color: #22446C; text-decoration: none;}
.link_vis_b:visited 
{font-weight: bold; color: #436996; text-decoration: none;}
.link_vis_b:hover 
{font-weight: bold; color: #4889D4; text-decoration: underline;}

.link,.link:link
{font-weight: normal; color: #22446C; text-decoration: none;}
.link:hover
{font-weight: normal; color: #4889D4; text-decoration: underline;}

.link_b,.link_b:link
{font-weight: bold; COLOR: #22446C; text-decoration: none;}
.link_b:hover
{font-weight: bold; color: #4889D4; text-decoration: underline;}

/*kombinierte klassen*/
.head1
{background-color: #D9E5F3; background: url(bilder/head1.gif);}
.head1b
{font-weight: bold; background-color: #ECF3FA; background: url(bilder/head1.gif);}
.head2b
{font-weight: bold; background-color: #ff8800; background: url(bilder/head2.gif);}


