/*****  Haupttabelle positionieren *****/
.center { 
	position:absolute; top:13px; left:13px; 
	}
	
	
/*********************************************/
/***** NAVIGATION ****************************/
/*********************************************/
	
/*****  Aktiver Link in den Navigationen *****/
.cell_active { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990033; 
	color: #FFFFFF;
	font-size: 7pt;  
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	}
	
/*****  Inaktive Links in den Navigationen *****/
.cell_inactive { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #990033;
	font-size: 7pt;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	}
	
/*****  Inaktive Links in den Navigationen *****/
.cell_inactive_grey { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDDDDD;
	color: #990033;
	font-size: 7pt;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	}
		
/*****  Rote Rahmen um Navigationselemente *****/
.red_tub {
	border-bottom-style: solid;
	border-bottom-color: #990033;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #990033;
	border-top-width: 1px;
	}

/*****  Rote Rahmen um Navigationselemente nur bottom *****/
.red_bottom {
	border-bottom-style: solid;
	border-bottom-color: #990033;
	border-bottom-width: 1px;
	}

/*****  Rote Rahmen um Navigationselemente nur top *****/
.red_top {
	border-top-style: solid;
	border-top-color: #990033;
	border-top-width: 1px;
	}

/*****  Unterpunkte eingerückt *****/
.inner_inactive {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #990033;
	font-size: 7pt;
	text-indent: 20px;
	font-weight: bold;
	}

.inner_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #990033;
	color: #FFFFFF;
	font-size: 7pt;
	text-indent: 20px;
	font-weight: bold;
	}



/*********************************************/
/***** Hauptext ******************************/
/*********************************************/
	
/***** Überschrift *****/
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	background-color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	line-height: 13pt;
	vertical-align:top;
	}

/***** Fliesstext *****/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 13pt;
	vertical-align:top;
	font-weight: normal;
	}	

/***** Fliesstext Bold *****/
.text_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	line-height: 13pt;
	vertical-align:top;
	font-weight: bold;
	}

/***** Top align für Tabellen Texte *****/
.top {
	vertical-align: top;
	}
	
	
/*********************************************/
/***** Hauptext ******************************/
/*********************************************/

.legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #990033;
	font-size: 7pt;
	font-weight: bold;
	line-height: 10pt;
	vertical-align:top;
	}
	
.legend_black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 7pt;
	font-weight: bold;
	line-height: 10pt;
	vertical-align:top;
	}
	
/*********************************************/
/***** Links *********************************/
/*********************************************/
	
A:link { color: #990033; text-decoration: none; background-color: #FFFFFF; }
A:visited { color: #990033; text-decoration: none; background-color: #FFFFFF; }
A:active { color: #990033; text-decoration: none; background-color: #FFFFFF; }
A:hover { color: #990033; text-decoration: underline; background-color: #FFFFFF; }

A.link_active:link { color: #FFFFFF; text-decoration: none; background-color: #990033; }
A.link_active:visited { color: #FFFFFF; text-decoration: none; background-color: #990033; }
A.link_active:active { color: #FFFFFF; text-decoration: none; background-color: #990033; }
A.link_active:hover { color: #FFFFFF; text-decoration: underline; background-color: #990033; }

A.link_grey:link { color: #990033; text-decoration: none; background-color: #DDDDDD; }
A.link_grey:visited { color: #990033; text-decoration: none; background-color: #DDDDDD; }
A.link_grey:active { color: #990033; text-decoration: none; background-color: #DDDDDD; }
A.link_grey:hover { color: #990033; text-decoration: underline; background-color: #DDDDDD; }

/*********************************************/
/***** start *********************************/
/*********************************************/

.big{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	vertical-align:top;
	}
	
.red {
	color: #990033;
	background-color: #FFFFFF;
	font-weight: normal;
	}
	
.black {
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	}
	
/*********************************************/
/***** popup *********************************/
/*********************************************/
.position {
	position:absolute; top:1px; left:1px; 
	}

.full_border {
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	}

.border_active {
	border-bottom-style: solid;
	border-bottom-color: #990033;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #990033;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-color: #990033;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #990033;
	border-right-width: 2px;
	}

.border_inactive {
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-left-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
	}
	
	
