/*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: 14px; color: #003366; margin-bottom: 0px; margin-top: 0px;}/*hauptfarbe*/

H2
{font-size: 12px; color: #003366; margin-bottom: 0px; margin-top: 0px;}

H3
{font-size: 12px; color: #FF6600; 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: #003366; 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: 6px;
}
/*UL {border: 1px solid #ff0000}
LI {border: 1px solid Lime}*/

INPUT, TEXTAREA, SELECT
{font-family: Arial, sans-serif; font-size: 11px;}

.input_0 
{margin-left: 0px;}

/*schriftfarben*/
.farbe
{color: #003366;}
.farbe_hell
{color: #A1A2A3; } /* 014F8D 0066CC 4885C2*/
.farbe_light
{color: #014F8D;}
.kontrast
{color: #FF6600; margin-bottom: 0px; margin-top: 0px;}
.schwarz
{color: #000000;}
.weiss
{color: #FFFFFF;}
.anthra
{color: #6c6c6c}

/*hintergründe*/ 
.bg_farbe
{background-color: #003366;}
.bg_kontrast
{background-color: #FF6600;}
.bg_kontrast_hell
{background-color: #7AC66B;}
.bg_hell_1
{background-color: #EDF5FC;}/*EEF3F7 E6EFF7 E6F2FC*/
.bg_hell_2
{background-color: #DCE9F6;}
.bg_hell_3 /*reserve*/
{background-color: #D0E0F0;}
.bg_mittel_1
/*{background-color: #9CBDDE;}*/
{background-color: #D1D2D4; }
.bg_weiss /*reserve*/
{background-color: #FFFFFF;}
/*staffelung der ebenen für themenindex - je höher die zahl, um so heller*/
.bg_grau_4
{background-color: #FFFFFF;}
.bg_grau_3
{background-color: #F5F5F5;}
.bg_grau_2
{background-color: #F1F1F1;}
.bg_grau_1 
{background-color: #EDEDED;}
.bg_grau_0 
{background-color: #E7E7E7;}

/* Tab/Reiter - Komponente */
.bg_tab_selected {
	background-color: #EAF2FA; /*#EDF5FC;*/
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.bg_tab_unselected {
	background-color: #CDDEEB;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.bg_tab_disabled {
	color: #003366;
	font-weight: normal;
}

.bg_tab {
	background-color: #EAF2FA; /*#EDF5FC;*/
}

/*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=003366, offx=1, offy=1);}

/*schriftschnitte*/
.fett
{font-weight: bold;}

/*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;}
.w240
{width: 240px;}
.w250
{width: 250px;}
.w300
{width: 300px;}
.w350
{width: 350px;}
.w400
{width: 400px;}
.w454
{width: 454px;}
.w500
{width: 500px;}
.w600
{width: 600px;}

A:link, A:visited 
{color: #003366;}
A:hover 
{color: #004992;}

.link_vis,.link_vis:link  
{color: #003366; text-decoration: none;}
.link_vis:visited 
{COLOR: #436C94; text-decoration: none;}
.link_vis:hover 
{color: #004992; text-decoration: underline;}

.link_kontrast,.link_kontrast:link,.link_kontrast:visited 
{COLOR: #FF6600; text-decoration: none;}
.link_kontrast:hover 
{color: #FF8800; text-decoration: underline;}

.link_kontrast_b,.link_kontrast_b:link,.link_kontrast_b:visited 
{font-weight: bold; COLOR: #FF6600; text-decoration: none;}
.link_kontrast_b:hover 
{font-weight: bold; color: #FF8800; 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: #003366; text-decoration: none;}
.link_vis_b:visited 
{font-weight: bold; color: #436C94; text-decoration: none;}
.link_vis_b:hover 
{font-weight: bold; color: #004992; text-decoration: underline;}

.link,.link:link,.link:visited
{font-weight: normal; color: #003366; text-decoration: none;}
.link:hover
{font-weight: normal; color: #004992; text-decoration: underline;}

.link_b,.link_b:link,.link_b:visited
{font-weight: bold; COLOR: #003366; text-decoration: none;}
.link_b:hover
{font-weight: bold; color: #004992; text-decoration: underline;}

/*IFUS-Link Impressum*/
.ifus
{color: #8B8B8B;}
.ifus A:link
{color: #8B8B8B; text-decoration: none;}

/*kombinierte klassen*/
.head1
/*{background-color: #EAF2FA; padding: 2px;}*/
{background-color: #F2F2F2; padding: 2px;}
.head1b
{font-weight: bold; background-color: #EAF2FA; padding: 2px;}
.head2
{background-color: #FF6600; padding: 2px;}
.head2b
{font-weight: bold; background-color: #FF6600; padding: 2px;}

/*padding*/
.padding2
{padding: 2px;}

.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;}
.rahmen_weiss
{border : 1px solid #ffffff;}

#navSpracheRed {/*td*/
	/*border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;*/
	color: #003366;
	margin: 3px 0px 10px 0px; 
	padding: 0px 0px 0px 0px; 	
}
#navSpracheRedLang {/*td*/
	background-color: #EEECEC; 
	float: left;
	padding: 2px 6px 2px 6px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 60px;
}
#navSpracheRedLang A {/*td*/
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
#navSpracheRedLangAktiv {/*td*/
	background-color: #003366; 
	float: left;
	padding: 2px 6px 2px 6px; 
	margin: 0px 0px 0px 0px; 
	text-align: center;
	width: 60px;
}
#navSpracheRedLangAktiv A {/*td*/
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.clear {
	clear: both;
}

