/*Festlegung der Schrift im Inhaltsfeld*/
BODY
{font-family: Arial, sans-serif; font-size: 12px; color: #000000;}
/*background-color: #FFFFFF;
scrollbar-base-color: #F58345;
scrollbar-track-color: #F58345;
scrollbar-face-color: #FF965D;
scrollbar-highlight-color: #DD6727;
scrollbar-3d-light-color: #FCF9EA;
scrollbar-darkshadow-color: #DD6727;
scrollbar-shadow-color: #FCF9EA;
scrollbar-arrow-color: #FCF9EA;*/

TABLE, TR, TD ,DIV, P, SPAN
{font-family: Arial, sans-serif;font-size: 12px; color: #000000;}

H1
{font-size: 18px; font-weight: normal; color: #000000; margin-bottom: 0px; margin-top: 0px;}/*hauptfarbe*/

H2
{font-size: 16px; font-weight: normal; color: #000000; margin-bottom: 0px; margin-top: 0px;}

H3
{font-size: 12px; color: #000000; margin-bottom: 0px; margin-top: 0px;}/*kontrastfarbe*/

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: #000000; margin-bottom: 0px; margin-top: 0px;}

UL 
{list-style-image: url(bilder/auflistungsraute.gif);
list-style-type: square;
list-style-position: outside; 
margin-left: 10px; 
margin-top:0px; 
margin-bottom: 0px; 
margin-right: 0px; 
padding-left: 16px;}

/*schriftfarben*/
.farbe
{color: #000000;}
.kontrast
{color: #558F1B; margin-bottom: 0px; margin-top: 0px;}
.schwarz
{color: #000000;}
.weiss
{color: #FFFFFF;}
.anthra
{color: #6c6c6c}
.grau
{color: #A9A9A9;}

/*hintergründe*/ 
.bg_farbe
{background-color: #558F1B;}
.bg_kontrast
{background-color: #A2002A;}
.bg_kontrast_hell
{background-color: #C7254F;}
.bg_hell_1
{background-color: #E6E6E6;}
.bg_hell_2
{background-color: #EEEEEE;}
.bg_hell_3 /*reserve*/
{background-color: #D0E0F0;}
.bg_mittel_1
{background-color: #EEEEEE;}
.bg_grau_1
{background-color: #f1f1f1;}
.bg_grau_2
{background-color: #FAFAFA;}
.bg_grau_3 
{background-color: #E6E7E8;}
.bg_grau_4 
{background-color: #D5D5D5;}

/*texteigenschaften*/
.block
{text-align: justify;}
.shadow 
{FILTER: DropShadow(color=085FAC, offx=1, offy=1);}

/*schriftgrößen*/
.small
{font-size: 10px;}

A:link  
{color: #558F1B;}
A:visited
{color: #77AE3F;}
A:hover 
{color: #85DD2D;}

.link_vis,.link_vis:link  
{color: #558F1B; text-decoration: none;}
.link_vis:visited 
{COLOR: #77AE3F; text-decoration: none;}
.link_vis:hover 
{color: #85DD2D; text-decoration: underline;}

.link_kontrast,.link_kontrast:link,.link_kontrast:visited 
{COLOR: #A2002A; text-decoration: none;}
.link_kontrast:hover 
{color: #C7254F; 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: #558F1B; text-decoration: none;}
.link_vis_b:visited 
{font-weight: bold; color: #77AE3F; text-decoration: none;}
.link_vis_b:hover 
{font-weight: bold; color: #85DD2D; text-decoration: underline;}

.link,.link:link,.link:visited
{font-weight: normal; color: #558F1B; text-decoration: none;}
.link:hover
{font-weight: normal; color: #85DD2D; text-decoration: underline;}

.link_b,.link_b:link,.link_b:visited
{font-weight: bold; COLOR: #558F1B; text-decoration: none;}
.link_b:hover
{font-weight: bold; color: #85DD2D; text-decoration: underline;}

.rahmen
{border : 1px solid #9CBDDE;}
.rahmen_li
{border-left : 1px solid #9CBDDE;}
.rahmen_re
{border-right : 1px solid #9CBDDE;}
.rahmen_ob
{border-top : 1px solid #9CBDDE;}
.rahmen_un
{border-bottom : 1px solid #9CBDDE;}



