/* Allgemeine Formatierung der Menü-Links */

a.login:link    { font-family:Verdana; font-size: 8pt; color:#E7F7FF;  text-decoration:none; font-weight:bold;}
a.login:visited { font-family:Verdana; font-size: 8pt; color:#E7F7FF;  text-decoration:none; font-weight:bold;}
a.login:active  { font-family:Verdana; font-size: 8pt; color:#E7F7FF;  text-decoration:none; font-weight:bold;}
a.login:hover   { font-family:Verdana; font-size: 8pt; color:#0000FF;  text-decoration:none; font-weight:bold;}

/* Blau hinterlegte Links - allgemeine Links wie weiter, zurück oder Menü */
.link:link    {
	font-family:Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#006194;
	border:1px solid #A5BDC6;
	vertical-align:middle;
}
.link:visited {
	font-family:Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #006194;
	border: 1px solid #0091DC;
	vertical-align:middle;
}
.link:active  {
	font-family:Verdana;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration:none;
	background-color:#006194;
	border: 1px solid #0091DC;
	vertical-align:middle;
}
.link:hover   { font-family:Verdana; font-size: 10pt; color:#FFF941; text-decoration:none; background-color:#005BAE; border:1px solid #A5BDC6; vertical-align:middle;}

/* Links im Kopfmenü Editor */
.link2:link    {
	font-family:Verdana;
	font-size: 10pt;
	color: White;
	text-decoration:none;
	background-color: transparent;
	border: 1px inset#2097A7;
	vertical-align:middle;
}
.link2:visited {
	font-family:Verdana;
	font-size: 10pt;
	color: White;
	text-decoration:none;
	background-color: transparent;
	border: 1px inset#2097A7;
	vertical-align:middle;
}
.link2:active  {
	font-family:Verdana;
	font-size: 10pt;
	color: White;
	text-decoration:none;
	background-color:#005BAE;
	border: 1px inset #FFFFFF;
	vertical-align:middle;
}
.link2:hover   {
	font-family:Verdana;
	font-size: 10pt;
	color:#FFF941;
	text-decoration:none;
	background-color:#005BAE;
	border: 1px outset;
	vertical-align:middle;
}

/* passende Listenelemente in Blau */
li.blue   { font-family:Arial; font-size: 10pt; color:#000080; text-decoration:none; font-weight:bold; }

/* passende Listenelemente in Blau */
li.green   { font-family:Arial; font-size: 10pt; color:#00cc33; text-decoration:none; font-weight:bold; }

/* Allgemeine Formatierung zu allen normalen existierenden Links */

a.menu:link    { font-family:Verdana; font-size: 10pt; color:#E7F7FF; text-decoration:none; }
a.menu:visited { font-family:Verdana; font-size: 10pt; color:#E7F7FF; text-decoration:none; }
a.menu:active  { font-family:Verdana; font-size: 10pt; color:#E7F7FF; text-decoration:none; }
a.menu:hover   { font-family:Verdana; font-size: 10pt; color:#9CCEFF; text-decoration:none; }


p.top1 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;

}
p.top2 {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 1;
	color: #333333;

}
p.under {
	font-family: Verdana;
	font-size: 8pt;
	color: Black;
	text-decoration : none;
	vertical-align : top;
	margin-top : -2px;
	border : 1px solid #CFCFCF;
	text-align : center;
}
p.under2 {
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	text-decoration : none;
	vertical-align : top;
	margin-right : 0px;
}
p.counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-image : url(bilder/tapete008.jpg);
	letter-spacing : normal;
	font-weight : normal;
}
/* Formatierung des Java-menues  */

.menuh {
Background-Color : #FEE300 ;
font-family: Arial, Helvetica, sans-serif;
font-size: 6pt;
color: #333333;
}

.menu {
	Background-Color : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5pt;
	color: #333333;
}

/* Allgemeine Formatierungen zu Tabellenspalten (td),  Absätzen (p), Eingabefeldern (input) */ 

td, a, p, input{
	font-family: Verdana;
	font-size: 10pt;
	color: #333333;
}


td.small
{
	font-family: Verdana;
	font-size: 8pt;
	color: #000000;
	}
}
hr {
	color: #BCCBE2;
	size:2;
	}
hr.2 {
	color: #BCCBE2;
	size:3;
	}
.hr3 {
	color: #000000;
	size:2;
	}

/* Formatierungen zu Tabellenspalten (td) der Primärnavigation */

.ueberschrift1 {  
	background-color: #F8DC2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-color: #1970B6;
	}
	
.ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style : normal;
	font-weight : bold;
}
.ueberschrift3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style : normal;
	font-weight : bold;
	color : Navy;
}
	
.markiert {  background-color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-color= # FF33CC;
}
/* passende Listenelemente in Blau */