/* allg. Linkfarben (Inhaltsbereich + angezeigte Untermenues) */
a:link { color: #0000aa; text-decoration: none; } 
a:visited { color: #0000aa; text-decoration: none; } 
a:active { text-decoration: none; } 
a:hover { text-decoration: underline; }

a.blau:visited { color: #0000aa; text-decoration: underline; }
a.blau:link { color: #0000aa; text-decoration: underline; }
a.blau:active { text-decoration: none; }
a.blau:hover { text-decoration: none; }

 
a.aktmenueover:hover{
	text-decoration: underline;
	color : #ccccff;
}
a.menueover:hover{
	text-decoration: underline;
	color : #ffffff;
}

body, td, textarea { 
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 10pt; 
	color: #000000;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#6666cc;	/* Startseite bg: 4a4a9e; noch dunkler: 21217f */
 } 
 body.bgbody {	/* Hintergrundfarbe bei Inhaltsseiten */
	background-color: #ccccff;
}

.fett  { font-weight: bold; }	                /* z.B.  fuer Datum, Hervorhebungen etc. */
.titel, h1, .ha1 { font-weight: bold; font-size: 14pt; line-height: 18pt; }	/* Ueberschrift innerhalb Inhaltsseite */
h2, .ha2 { font-weight: bold; font-size: 12pt; line-height: 16pt; }	/* Ueberschrift innerhalb Inhaltsseite */

.ha1 {
	margin-bottom: 5px;
}

.ha2 {
	margin-top: 0px;
}
.fusszeile { font-size: 8pt; line-height: 12pt;  }


.menue { color: #ffffff; font-size: 10pt; line-height: 16pt; }
.aktmenue { color: #ccccff; font-size: 10pt; line-height: 16pt; }
.aktuntermenue { color: #000066; font-size: 10pt; line-height: 14pt; font-weight: bold; }

.hierarchie { font-size: 9pt; line-height: 10pt; }
.kleiner { font-size: smaller; }

p.p1 {	padding-left: 25px; margin-bottom:9px;}
p.p2 {	padding-left: 50px; margin-top: 0px;}
p.p3 {	padding-left: 75px; }

.rahmen_blau { /* z.B. bei Stellenanzeigen */
	border: 1px solid #ffffff; 
	background-color: #ccccff; 
	padding: 10px;
}

.spacing {
	letter-spacing: 1px;
}


div.divdruck {	/* bei Screen: DIV fuer Druckansicht ausblenden */
	display: none;
}

