/*Festlegung der Schrift im Inhaltsfeld*/
BODY
{font-family: Arial,Helvetica, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF
scrollbar-base-color: #C8D4DB;
scrollbar-track-color: #C8D4DB;
scrollbar-face-color: #ADBFCA;
scrollbar-highlight-color: #8BA6B6;
scrollbar-3d-light-color: #FFFFFF;
scrollbar-darkshadow-color: #8BA6B6;
scrollbar-shadow-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}

TABLE, TR, TD ,DIV, P, SPAN
{font-family: Arial,Helvetica, sans-serif;font-size: 12px; color: #000000;}

H1
{font-size: 14px; color: #1266AF; margin-bottom: 0px; margin-top: 0px;}

H2
{font-size: 12px; color: #1266AF; margin-bottom: 0px; margin-top: 0px;}

H3
{font-size: 12px; color: #1266AF; 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: #1266AF; 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: 10px;
}
/*UL {border: 1px solid #ff0000}
LI {border: 1px solid Lime}*/

INPUT, TEXTAREA, SELECT
{font-family: Arial,Helvetica, sans-serif; font-size: 11px;}

/*liste mit grossen quadraten - termine in wochenübersicht*/
.liste_gross {
list-style-image: url(bilder/auflistungsraute_gross.gif);
list-style-type: square;
list-style-position: outside; 
margin:0px 0px 0px 8px; 
padding-left: 8px;
}

/*schriftfarben*/
.farbe
{color: #1266AF;}
.farbe_hell
{color: #66A7E0;}
.kontrast
{color: #1266AF; margin-bottom: 0px; margin-top: 0px;}
.schwarz
{color: #000000;}
.weiss
{color: #FFFFFF;}

/*hintergründe*/ 
.bg_farbe
{background-color: #888888;}
.bg_kontrast
{background-color: #1266AF;}
.bg_hell_1
{background-color: #E4EDF6;}
.bg_hell_2
{background-color: #CEDDEA;}
.bg_hell_3 /*reserve*/
{background-color: #DFE4E6;}
.bg_mittel_1
{background-color: #C8D4DB;}
/*staffelung der ebenen für themenindex*/
.bg_grau_4
{background-color: #ffffff;}
.bg_grau_3
{background-color: #f2f2f2;}
.bg_grau_2
{background-color: #e9e9e9;}
.bg_grau_1 
{background-color: #dfdfdf;}
.bg_grau_0 
{background-color: #cacaca;}
.bg_weiss 
{background-color: #FFFFFF;}
.bg_linie_diagonal
{background: url(bilder/linie_diag_rot.gif); 
background-repeat: no-repeat;
background-position: left top;}

/* Tab/Reiter - Komponente */
.bg_tab_selected {
	background-color: #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: #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=1266AF, 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;}
.w250
{width: 250px;}
.w300
{width: 300px;}
.w350
{width: 350px;}
.w400
{width: 400px;}
.w500
{width: 500px;}
.w600
{width: 600px;}

A:link  
{color: #1266AF;}
A:visited 
{color: #105999;}
A:hover 
{color: #66A7E0;}

.link_vis,.link_vis:link  
{color: #555555; text-decoration: none;}
.link_vis:visited 
{COLOR: #999999; text-decoration: none;}
.link_vis:hover 
{color: #1266AF; text-decoration: underline;}

.link_kontrast,.link_kontrast:link,.link_kontrast:visited 
{color: #1266AF; text-decoration: none;}
.link_kontrast:hover 
{color: #66A7E0; text-decoration: underline;}

.link_kontrast_b,.link_kontrast_b:link,.link_kontrast_b:visited 
{font-weight: bold; color: #1266AF; text-decoration: none;}
.link_kontrast_b:hover 
{font-weight: bold; color: #66A7E0; 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: #1266AF; text-decoration: none;}
.link_vis_b:visited 
{font-weight: bold; color: #105999; text-decoration: none;}
.link_vis_b:hover 
{font-weight: bold; color: #66A7E0; text-decoration: underline;}

.link,.link:link,.link:visited
{font-weight: normal; color: #595959; text-decoration: none;}
.link:hover
{font-weight: normal; color: #66A7E0; text-decoration: underline;}

.link_b,.link_b:link
{font-weight: bold; COLOR: #1266AF; text-decoration: none;}
.link_b:hover
{font-weight: bold; color: #66A7E0; text-decoration: underline;}

/*kombinierte klassen mit padding - für titel von beiträgen*/
.head1
{background-color: #E3E9ED; padding: 2px;}
.head1b
{font-weight: bold; background-color: #E3E9ED; padding: 2px;}
.head2
{background-color: #F6F6F6; padding: 2px;}
.head2b
{font-weight: bold; background-color: #F6F6F6; padding: 2px;}
.head3
{background-color: #D2DDE4; padding: 2px;}
.head3b
{font-weight: bold; background-color: #D2DDE4; padding: 2px;}

/*padding*/
.padding2
{padding: 2px;}

/*rahmenklassen*/
.rahmen
{border : 1px solid #B6CAD4;}
.rahmen_li
{border-left : 1px solid #B6CAD4;}
.rahmen_re
{border-right : 1px solid #B6CAD4;}
.rahmen_ob
{border-top : 1px solid #B6CAD4;}
.rahmen_un
{border-bottom : 1px solid #B6CAD4;}
.rahmen_weiss
{border : 1px solid #FFFFFF;}

.bg_frame_re{
	background-image: url(bilder/bg_re.jpg);
}

