/* CSS Code by 
   Gerald Niedermesser
   last update 29.04.2004 */

/* H A U P T M E N U */

#mainMenu 
{
	position: absolute;
	top: 90px;
	left: 220px;
	height: 31px;
	width: 550px;
	visibility: visible;
	z-Index: 1;
}
.CellMainMenuSelected
{
	font-size: 7px;
	background-color:#639ACE;
}
.CellMainMenu
{
	font-size: 7px;
	background-color:#003366;
}
.linkMainMenu 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; 
	vertical-align: middle	
}
.linkMainMenu:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.linkMainMenu:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

/* S U B M E N U (TREEVIEW) */

.menuB {
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menuB:hover {
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menuB:active {
	font-family: MS Sans Serif;
	font-size: 10px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}
.menuN {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.menuN:hover {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}
.menuN:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	text-decoration: none;
}


/* F L A S H - D I V */

#flash {
	position: absolute;
	top: 0px;
	left: 220px;
	height: 89px;
	width: 550px;
	visibility: visible;
	z-Index: 10;
}

/* M E T A N A V I G A T I O N */

.linkMetanav 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
.linkMetanav:hover 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}
.linkMetanav:active 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
.textMetanav 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	color: #666666;
}

/* H E A D L I N E S */

.head1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	line-height: 15px;
}
.head2 {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.head3 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: black;
}

/* TEXTE - text1+text1B wird nicht verwendet */

.text1 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;	
}
.text1B 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
	line-height: 15px;	
}
.text2 
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;
}
.text3 
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: black;
	line-height: 12px;	
} 

/* L I N K S */
/* <a> ist ident mit <link1> ist ident mit <txtLinkMedium> */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
.txtLinkMedium {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.txtLinkMedium:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}
.txtLinkMedium:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
.link1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.link1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #003399;
}
.link1:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
.link2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	line-height: 20px;
}
.link2:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #003399;
	text-decoration: underline;
	line-height: 20px;
}
.link2:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
	line-height: 20px;
}
.link2box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #003399;
	TEXT-DECORATION: none;
	margin: 3px;
	padding: 1px;
	border: 1px solid #eeeeee;
}
.link2box:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #003399;
	TEXT-DECORATION: none;
	background-color: #FFFFFF;
	margin: 3px;
	padding: 1px;
	border: 1px outset #000000;
}
.link2box:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #003399;
	TEXT-DECORATION: none;
	margin: 3px;
	padding: 1px;
	border: 1px solid #eeeeee;
}
.link3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
.link3:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}
.link3:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #003399;
}

/* D I V E R S E S */

.tabSmall
{
	font-family: Arial;
	font-size: 10px;
}
.tabSmallB
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
}
ul
{
	left-margin:  0px;
  padding-left: 0px;
}

/* S I T E M A P */

.sitemapTable {
	background-color: #cccccc;
}
.sitemapLink {
	font-family: verdana,arial,helvetica; 
	font-weight: normal; 
	font-size: 11px; 
	color: black; 
	text-decoration: none
}
.sitemapLink:hover {
	color: #003399; 
	text-decoration: none
}
.sitemapLink:active {
	color: #003399; 
	text-decoration: none
}
.sitemapBackground {
  background-color: #EEEEEE;
}
.sitemapBackgroundHead {
  background-color: #EEEEEE;
}

/* A L T - A N F A N G - bevor diese gelöscht werden können muß die gesamte appliaktion publiziert werden */

.linkMainMenue 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; 
	vertical-align: middle	
}
.linkMainMenue:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.linkMainMenue:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.linkMenue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center; 
	vertical-align: middle	
}
/* A L T - E N D E */
