/*  -------------------------------------------------------------------------------- 
                                   * default.css *
                                  
     Allgemeines CSS, dass alle farbunabhängigen StyleSheets enthält und für alle   
     Portale gilt (zur Zeit AMANU und SECRE).                                       
     Farbspezifische CSS-Dateien gelten zusätzlich => Doppelbennung vermeiden!
    -------------------------------------------------------------------------------- */
    
b, B
{
	color: Black;
}
strong, STRONG
{
	color: black;
}

a:link
{
	text-decoration: none;
	color: #5b5b5b;
}
a:visited
{
	text-decoration: none;
	color: #5b5b5b;
}
a:active
{
	text-decoration: none;
	color: #5b5b5b;
}
a:hover
{
	text-decoration: underline;
	color: #5b5b5b;
}

body
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
	font-family: Arial,helvetica,sans-serif;
	vertical-align: top;
}
table
{
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td
{
	vertical-align: top;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

ol
{
    margin-top: 0px;
    margin-bottom: 0px;
}

/*  -------------------------------------------------------------------------------- 
                               content blocks                                     
    -------------------------------------------------------------------------------- */

/* standard*/
/* used for content elements that have no block behind them. yellow header */
.header_block_container
{
	width: 588px;
	border-bottom: 5px solid white; /*height:63px;*/ /*position:relative;*/
}
.content_block_container
{
	width: 588px;
}
.content_block
{
	color: #4d4d4d;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 120%;
	line-height: 22.55px;
}
.smaller
{
	font-size: 7.5px;
	vertical-align: bottom;
}

.footer_block_grey table
{
	width: 95%;
}
.footer_block table
{
	width: 95%;
}


/*black*/
.black .header_block_container
{
	width: 160px;
	background-color: #4d4d4d;
	height: 30px;
	border-bottom: 5px solid white;
	position: relative;
	text-align: left;
}
.black .content_block
{
	font-size: 10px;
	height: 70px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-right: 12px;
	padding-top: 12px;
}

.black .content_block_container
{
	width: 160px;
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}



/*block_no_header*/
/*blocked content: content with grey block in the background */
/* definition without tables*/

.block_no_header .header_block_container
{
	display: none;
	background-color: #4d4d4d;
	height: 30px;
	border-bottom: 5px solid white;
	position: relative;
	text-align: left;
}
.block_no_header .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-right: 12px;
}

.block_no_header .content_block_container
{
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

/*unschön!!!!!!!!!!!!!!!*/
/*weil wir definieren hier doppelt*/
/*brauchen wir aber, da dieser Content auch mal mit Tabellen im Header dargestellt wird*/


.block_no_header .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_no_header .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_no_header .header_block_bottom_link a:link, .block_no_header .header_block_bottom_link a:visited, .block_no_header .header_block_bottom_link a:hover, .block_no_header .header_block_bottom_link a:active
{
	color: white;
}
.block_no_header .header_block_top_link a:link, .block_no_header .header_block_top_link a:visited, .block_no_header .header_block_top_link a:hover, .block_no_header .header_block_top_link a:active
{
	color: white;
}
/*ende unschön*/


/*block_no_header_no_border*/
/*blocked content: content with grey block in the background */
/* definition without tables*/

.block_no_header_no_border .header_block_container
{
	display: none;
	background-color: #4d4d4d;
	height: 30px;
	border-bottom: 5px solid white;
	position: relative;
	text-align: left;
}
.block_no_header_no_border .content_block
{
	font-size: 11px; /*height:70px;*/
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 0px;
}

.block_no_header_no_border .content_block_container
{
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

/*unschön!!!!!!!!!!!!!!!*/
/*weil wir definieren hier doppelt*/
/*brauchen wir aber, da dieser Content auch mal mit Tabellen im Header dargestellt wird*/

.block_no_header_no_border .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_no_header_no_border .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_noblock_no_header_no_border_header .header_block_bottom_link a:link, .block_no_header_no_border .header_block_bottom_link a:visited, .block_no_header_no_border .header_block_bottom_link a:hover, .block_no_header_no_border .header_block_bottom_link a:active
{
	color: white;
}
.block_no_header_no_border .header_block_top_link a:link, .block_no_header_no_border .header_block_top_link a:visited, .block_no_header_no_border .header_block_top_link a:hover, .block_no_header_no_border .header_block_top_link a:active
{
	color: white;
}
/*ende unschön*/


/*block*/
/*blocked content: content with grey block in the background */
/* definition without tables*/


.block .content_block_container
{
	width: 588px;
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

.block .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-right: 12px;
}

/*unschön!!!!!!!!!!!!!!!*/
/*weil wir definieren hier doppelt*/
/*brauchen wir aber, da dieser Content auch mal mit Tabellen im Header dargestellt wird*/

.block .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block .header_block_bottom_link a:link, .block .header_block_bottom_link a:visited, .block .header_block_bottom_link a:hover, .block .header_block_bottom_link a:active
{
	color: white;
}
.block .header_block_top_link a:link, .block .header_block_top_link a:visited, .block .header_block_top_link a:hover, .block .header_block_top_link a:active
{
	color: white;
}
/*ende unschön*/


/*block_no_border*/
/*blocked content: content with grey block in the background */
/* definition without tables*/



.block_no_border .content_block_container
{
	width: 588px;
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

.block_no_border .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 0px;
}

/*unschön!!!!!!!!!!!!!!!*/
/*weil wir definieren hier doppelt*/
/*brauchen wir aber, da dieser Content auch mal mit Tabellen im Header dargestellt wird*/

.block_no_border .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_no_border .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_no_border .header_block_bottom_link a:link, .block_no_border .header_block_bottom_link a:visited, .block_no_border .header_block_bottom_link a:hover, .block_no_border .header_block_bottom_link a:active
{
	color: white;
}
.block_no_border .header_block_top_link a:link, .block_no_border .header_block_top_link a:visited, .block_no_border .header_block_top_link a:hover, .block_no_border .header_block_top_link a:active
{
	color: white;
}
/*ende unschön*/






/*legend*/
/*legend content: content with grey block in the background */
/* definition without tables*/

.legend
{
	border-top: 10px solid white;
}

.legend .header_block_container
{
	width: 586px;
	height: 20px; /*border:1px solid #d2ce70; */ /*position:static;*/ /*background-color:#d2ce70; */
}


.legend .header_block
{
	vertical-align: bottom;
	line-height: 8px;
	color: black;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px; /*position:absolute;*/ /*bottom:0px;*/
	font-weight: bold;
}


.legend .content_block_container
{
	width: 586px;
	background-color: #f6f6f6; /*height:50px; */
	border: 1px solid #d2ce70;
	text-align: justify;
}

.legend .content_block
{
	font-size: 10px;
	color: #4d4d4d;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 12px;
}

/*  -------------------------------------------------------------------------------- */
/*                               special areas                                       */
/*  -------------------------------------------------------------------------------- */

.bottom_right a:link, .bottom_right a:visited, .bottom_right a:active, .bottom_right a:hover
{
	color: White;
}

.gray
{
	background-color: #eaeaea;
}

.gray2
{
	background-color: #dfdfdf;
}


.l3_childbox
{
	margin-left:44px;
}

.main_navigation
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	position: relative;
    top: 0;
    left:20px;
    width:120px;
	display:block;  
}
.main_navigation_tree
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	position: relative;
    top: 0;
    left:20px;
    width:120px;
	display:block;  
}
.main_navigation_child
{
	font-size: 11px;
	line-height: 15px;
	color: #515051;
	font-weight: normal;
}

a:link.level2, a:visited.level2, a:hover.level2, a:active.level2
{
	font-size: 11px;
	font-weight: bold;
	line-height: 15.4px;
	color: #515051;
	position: relative;
top: 0;
left:20px;

width:120px;
	display:block;

}
/*lalu 21.04.08 Testnavigation*/
a:link.level3, a:visited.level3, a:hover.level3, a:active.level3
{
	font-size: 11px;
	line-height: 15.41px;
	color: #515051;
}
/*lalu 21.04.08 Testnavigation Ende*/


.collapseSign
{
    position: relative;
    top: 3px;
    left:12px;
	float:left;
}

.expandSign
{
/*padding-right:12px;*/
/*padding-left:11px;*/
position: relative;
top: 3px;
left:12px;
		float:left;
	}	
	
.noSign
{
/*padding-right:32px	;*/
position: relative;
top: 0;
left:12px;
		float:left;
		width: 10px;
	}


.datatable_inline
{
	table-layout: fixed;
	width: 538px;
	border: 1px solid #b0b0b0; /*border-bottom: 1px dotted white;*/
	white-space: nowrap;
	background-color: #eaeaea;
}

.datatable_inline td
{
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	padding: 3px; /*border-bottom: 1px dotted white;*/
	height: 20px;
	background-color: #eaeaea;
}

.datatable_inline th
{
	border-bottom: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	padding: 3px; /*border-bottom: 1px dotted white;*/
	height: 20px;
	background-color: #eaeaea;
}


.datatable_inline_container
{
	text-align: center;
	background-color: #e6e6e6;
	width: 588px;
}




/*tabellen für übersichten*/
.datatable_container
{
	overflow: auto;
	max-height: 225px;
	width: 588px;
	margin-bottom: 5px;
}

.datatable_container2
{
	overflow: auto;
	height: 225px;
	width: 588px;
	margin-bottom: 5px;
}

* .datatable_container
{
	overflow: auto;
	height: 225px; /*height:expression(document.body.clientHeight > 400? "400px": "auto" );*/ /*background-color: #e6e6e6;	*/ /*height:expression(document.all.ctl00_main_grdPaymodes2.clientHeight > 400? "400px": "auto" );*/
	width: 588px;
	background-color: #e6e6e6;
}

* .datatable_container2
{
	overflow: auto;
	height: 225px; /*height:expression(document.body.clientHeight > 400? "400px": "auto" );*/ /*background-color: #e6e6e6;	*/ /*height:expression(document.all.ctl00_main_grdPaymodes2.clientHeight > 400? "400px": "auto" );*/
	width: 588px;
	background-color: #e6e6e6;
} 

.datatable_container table
{
	table-layout: fixed;
	width: 568px;
	height: 32px;
	border: 0px solid #e6e6e6; /*border-bottom: 1px dotted white;*/
	white-space: nowrap;
}

.datatable_container2 table
{
	table-layout: fixed;
	width: 568px;
	height: 32px;
	border: 0px solid #e6e6e6; /*border-bottom: 1px dotted white;*/
	white-space: nowrap;
}


.datatable td
{
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid white;
	overflow: hidden;
	width: auto;
}

.datatable table td
{
	border: 0px solid white;
	padding-left: 10px;
	font-size: 9px;
	letter-spacing: 15%;
}


.datatable_NoTextAlign td
{
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	border-bottom: 1px solid white;
	overflow: hidden;
	width: auto;
}

.datatable_NoTextAlign table td
{
	border: 0px solid white;
	padding-left: 10px;
	font-size: 9px;
	letter-spacing: 15%;
}

.datatable_header table
{
	height: 16px;
	table-layout: fixed;
	font-size: 8.25px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}
/*
attention: padding cant be changed, because its used in calculations that are encoded 
and oitherwise headers would look stupid
*/
.datatable_header table td
{
	color: white;
	text-transform: uppercase;
	border: 0px solid white;
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
}

.datatable_footer td
{
	border-bottom: 0px solid white;
}
/*die links am Ende der Tabellen*/
.button_column
{
	vertical-align: top;
	font-size: 8px;
	letter-spacing: 45%;
}
a:link.linkbutton, a:visited.linkbutton, a:hover.linkbutton, a:active.linkbutton
{
	font-size: 8px;
	text-transform: uppercase;
	color: #b0b0b0;
	font-weight: bold;
	letter-spacing: 45%;
}
a:link.linkbutton2, a:visited.linkbutton2, a:hover.linkbutton2, a:active.linkbutton2
{
	font-size: 8px;
	text-transform: uppercase;
	color: white;
	font-weight: normal;
	letter-spacing: 45%;
}
a:link.linkbutton3, a:visited.linkbutton3, a:hover.linkbutton3, a:active.linkbutton3
{
	font-size: 9px;
	text-transform: none;
	color: #4d4d4d;
	font-weight: normal;
	letter-spacing: 45%;
}
a:link.flat_yellow, a:visited.flat_yellow, a:active.flat_yellow
{
	padding-right: 12px;
	font-size: 10px;
	color: White;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.5px;
	background-color: Transparent;
}


/*  -------------------------------------------------------------------------------- */
/*                               special areas                                       */
/*  -------------------------------------------------------------------------------- */
/*als text dargestellte formularfelder*/
.flat_label
{
	font-size: 11px;
	color: Black;
	letter-spacing: 45%;
	padding-left: 10px;
	width: 200px;
}

.flat_label_wide
{
	font-size: 11px;
	color: Black;
	letter-spacing: 45%;
	padding-left: 10px;
	width: 535px;
}

.flat
{
	font-size: 11px;
	letter-spacing: 45%;
	background-color: #ffffff;
	border: 0px silver solid;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 248px;
}

.flat_chb
{
	font-size: 11px;
	letter-spacing: 45%;
	border-top: 1px silver solid;
	border-bottom: 1px silver solid;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
	width: 248px;
}

.result_error
{
	width: 582px;
	font-weight: bold;
	color: Red; /*border-bottom:36px solid white;*/
	display: block;
	font-size: 11.2px;
	padding: 2px;
}

.salutation
{
	font-size: 11px;
}

.formtable_ohne_padding
{
	background-color: #e6e6e6;
	width: 588px;
	border-bottom: 5px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable_ohne_padding td
{
	padding: 5px; /*padding-left: 23px;	*/
	font-size: 10.23px;
	color: #4D4D4D;
}

.formtable_ohne_padding tr
{
	padding: 5px; /*padding-left: 23px;	*/
	font-size: 10.23px;
	color: #4D4D4D;
}
.formtable_ohne_BBorder
{
	background-color: #e6e6e6;
	width: 588px;
	margin-bottom: 5px;
}

/*tabelle mit formularen*/
.formtable
{
	background-color: #e6e6e6;
	width: 588px;
	border-bottom: 5px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable td
{
	padding: 5px;
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}

.formtable_ohne_Zeilenpadding
{
	background-color: #e6e6e6;
	width: 588px;
	border-bottom: 10px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable_ohne_Zeilenpadding td
{
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}

.formtable_ohne_Zeilenpadding .group_header
{
	padding: 5px;
	padding-bottom: 10px;
	padding-left: 23px;
	font-size: 10.23px;
	font-weight: bold;
	color: black;
}

.formtable_ohne_Zeilenpadding2
{
	background-color: #e6e6e6;
	border-bottom: 10px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable_ohne_Zeilenpadding2 td
{
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}

.formtable_ohne_Zeilenpadding2 .group_header
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: -10px;
	font-size: 10.23px;
	font-weight: bold;
	color: black;
}

/*lalu hinzugefügt 280606*/
.formtable2 td
{
	padding: 5px;
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}
/*Ende lalu hinzugefügt 280606*/

.formtable_footer
{
	background-color: #e6e6e6;
	background-color: #b0b0b0;
}
.formtable_foter td
{
	padding: 0px;
	padding-left: 0px;
}


/*  -------------------------------------------------------------------------------- */
/*                               links                                      */
/*  -------------------------------------------------------------------------------- */

.register_link
{
	font-size: 8px;
	letter-spacing: 0.1em;
	line-height: 13.2px;
	margin-right: 13px;
	height: 27px;
	text-transform: uppercase;
}


a:link.register_link, a:visited.register_link, a:active.register_link, a:hover.register_link
{
	color: white;
}

a:link.langlink, a:visited.langlink, a:active.langlink, a:hover.langlink
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	text-align: justify;
	padding-right: 34px;
}

a:link.langlink_last, a:visited.langlink_last, a:active.langlink_last, a:hover.langlink_last
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	text-align: justify;
}

.footer_container
{
	padding-top: 6Px;
}

a:link.footer, a:visited.footer, a:active.footer, a:hover.footer
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #5b5b5b;
	letter-spacing: 120%;
	margin-right: 57px;
}
a:link.footer_last, a:visited.footer_last, a:active.footer_last, a:hover.footer_last
{
	font-weight: bold;
	font-size: 9px;
	text-transform: uppercase;
	color: #5b5b5b;
	letter-spacing: 120%;
}
a:link.branch, a:visited.branch, a:active.branch, a:hover.branch
{
	color: white;
}

/*  -------------------------------------------------------------------------------- */
/*                               boxen                                               */
/*  -------------------------------------------------------------------------------- */
.navigation
{
	width: 153px;
	overflow: visible;
}
.navigation .header
{
	font-weight: bold; /*	margin-top: 7px;*/
	padding-top: 7px;
	margin-left: 33px;
	font-size: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: left;
	color: #525051;
}
.navigation .body
{
	margin-left: 0px;
	overflow: visible;
}

.navigation .spacer_unten
{
	height: 15px;
	background-color: White;
}
.navigation .spacer_oben
{
	height: 15px;
	background-color: White;
}
.navigation .footer_body, .navigation .footer
{
	display: none;
}


.navigation_active
{
	width: 154px;
	overflow: visible;
}
.navigation_active .header
{
	font-weight: bold;
	margin-top: 6px;
	margin-left: 33px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: white;
	letter-spacing: 0.1em;
}
.navigation_active .body
{
	margin-left: 0px;
	overflow: visible;
}

.navigation_active .spacer_unten
{
	height: 15px;
	background-color: White;
}
.navigation_active .spacer_oben
{
	height: 15px;
	background-color: White;
}
.navigation_active .footer_body, .navigation_active .footer
{
	display: none;
}





/*  -------------------------------------------------------------------------------- */
/*                              die branchen Header - neue Version                                 */
/*  -------------------------------------------------------------------------------- */
.branch1_container
{
	float:left;
	height: 24px;
	
	padding-top: 3px;
	padding-left:13px;
	text-align: left;
}
.branch2_container
{
	float:left;
	height: 24px;
	padding-left:3px;
	padding-top: 3px;
	text-align: right;
}
.branch3_container
{
	float:left;
	height: 24px;
	padding-left:8px;
	padding-top: 3px;
	text-align: right;
}
.branch4_container
{
	float:left;
	height: 24px;
	padding-left:8px;
	padding-top: 3px;
	text-align: left;
}
.branch5_container
{
	float:left;
	height: 24px;
	padding-left:6px;
	padding-top: 3px;
	text-align: right;
}
.branch6_container
{
	float:left;
	height: 24px;
	padding-left:4px;
	padding-top: 3px;
	text-align: right;
}
.branch7_container
{
	float:left;
	height: 24px;
	padding-left:8px;
	padding-top: 3px;
	text-align: right;
}

.branch
{

	font-size: 9px;
	padding-right: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.group_header
{
	font-size: 10.23px;
	font-weight: bold;
	color: black;
}

td.group_header
{
	font-size: 10.23px;
	font-weight: bold;
	color: black;
}



.innertable_container
{
	margin: 0px;
	padding-left: 15px;
}
.innertable_container td
{
	padding: 0px;
	margin: 0px;
}
.innertable_container table
{
	margin: 0px;
}

.quicklink img
{
	vertical-align: -2px;
}

.quicklink2 img
{
	vertical-align: -2px;
	cursor: pointer;
}

input.quicklink
{
	vertical-align: -2px;
}

.hql
{
	font-style: italic;
}
/*fix for ugly display of text in faq*/
.faq_content
{
	font-size: 11px;
	color: #7d7d7d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	margin-left: 10px;
	text-align: justify;
	background-color: #e6e6e6;
}

/*css for the progressbar that is used to upload files*/
.ProgressDisplay
{
	font-size: 11px;
	background-color: #e6e6e6;
}

.ProgressDisplay .StatusMessage
{
	margin: 1px;
	height: 1.5em;
}

.ProgressDisplay .ImageButton
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	background-color: inherit;
}

.ProgressDisplay .ImageButton img
{
	border-width: 2px;
	border-style: outset;
	border-color: white;
	margin: 0px;
	padding: 0px;
	height: 1.5em;
	vertical-align: top;
}
.Progress_Container
{
	background-color: #e6e6e6;
	font-size: 8px;
}

#progressDisplayCenterer
{
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#progressDisplay
{
	vertical-align: middle;
	width: 100%;
}

#barTd
{
	width: 100%;
}

#statusDiv
{
	border-width: 1px;
	border-style: solid;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
	background-color: #dad787;
}

#barDiv, #barDetailsDiv
{
	border: 0px none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0pt;
	left: 0pt;
	z-index: -1;
	height: 100%;
	width: 75%;
}
/*styles fr progress window*/
.modalBackground
{
	background: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup
{
	text-align: center;	
	width: 594px;
}
.modalpopup_container
{
	border-style: solid;border-width: 3px;background-color:#e6e6e6;
	}

/*anzeige von warnungen bei wartung*/
.generalwarning
{
	border: 3px solid red;
	color: Red;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}


.langlink_container
{
text-align:right;
}

.disabledButton
{
	background: #e1e1e1;
	filter: alpha(opacity=60);
	opacity: 0.2;
}

/* HoverMenu */
.hoverRow{
    background-color: #B0B0B0;
}
.hoverPanel{
    background-color: #B0B0B0;
    border-top: solid 1px white;
    padding: 5px;
    color: white;
}

.hoverInfo{
    background-color: transparent;
}
.ModalPopupBackground {
	background-color:Gray;	
	filter:alpha(opacity=70);
	opacity:0.7;		
}
.ModalPopupPanel {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	width: 250px;
}
.ModalPopupPanel_wide {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	width: 588px;
}
/* Formtable mit "normalem" Zeileabstand */

.PopUpTable
{
	width: 250px;
}
.PopUpTable td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
}

.PopUpTable2
{
	width: 250px;
}
.PopUpTable2 td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
}
.PopUpTable_wide
{
	width: 588px;
}
.PopUpTable_wide td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
}
.PrevNextTable
{
	width: 588px;
}
.FitlerTable
{
	width: 150px;
	height: 175px;
}
.FitlerTable td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
	vertical-align: top;
}
.FilterPanel {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	width: 150px;
}
.label_hours
{
	font-size: 10px;
	background-color: #e6e6e6;
	border: none;
	color: Black;
	text-align: right;
	width: 40px;
}
.avail_table
{
	background-color: #e6e6e6;
	width: 588px;
    
}
.avail_table td
{
	background-color: #e6e6e6;
	border: 1px solid white;	
    padding: 0px;
    margin: 0px    
}
.avail_table_header
{
	background-color: #e6e6e6;
	width: 588px;
    
}
.avail_table_header td
{
	background-color: #e6e6e6;
	border: 1px solid white;	
    padding: 0px;
    margin: 0px    
}
.calendar
{
    z-index: 500;
	margin-bottom: 5px;
} 
.calendar td
{
    z-index: 500;
	padding: 2px;
	padding-left: 5px;
	font-size: 10.23px;
	color: #4D4D4D;	
}
.calendar th 
{
    background-color: Silver;
    margin-bottom: 5px;
}
.calendar_title
{
    text-transform: uppercase;
    font-weight: bold;   
    color: black; 
}
.disabledButton
{
	background: #e1e1e1;
	filter: alpha(opacity=60);
	opacity: 0.2;
}

.CounterButton{
    width: 17px;
    height: 17px;
    background-color: silver;
    font-size: 10px;
    margin: 0px;
    padding: 0px;
}
.LabelPadding
{
    padding-left: 18px;
	font-size: 10.23px;
}
.LabelPadding_Header
{
    padding-left: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
	font-size: 10.23px;
}
.Button_PopUp
{
	text-align: left;
	font-size: 8px;
	font-weight: bold;
	color: #b0b0b0;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	text-transform: uppercase;
	cursor: pointer;
}
.invisible_textbox
{
    width: 0px;
    height: 0px;
    padding: 0px; 
    margin: 0px;
    background-color: Transparent;
    border-color: Transparent;
}
/* Design des Ajax-Kalenders. */
.ajax_cal .ajax__calendar_container
{
    border: solid 1px silver;
    width: 225px;
    height: 170px;
    background-color: White;
    z-index: 50;
}
.ajax_cal .ajax__calendar_body
{
    width: 100%;
    height: 120px;
    background-color: #e6e6e6;
    margin: 0px;
    padding: 0px;
}
.ajax_cal .ajax__calendar_days
{
    width: 100%;
    height: 100%;
}
.ajax_cal .ajax__calendar_other 
{
    background-color: Silver;
    font-style: italic;
    
}
.ajax_cal .ajax__calendar_months
{
    height: 120px;
    width: 100%;    
}
.ajax_cal .ajax__calendar_dayname 
{
    font-weight: bold;
}
.formtable_avail_cal
{
	width: 588px;
	margin-bottom: 5px;
}
.formtable_avail_cal td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
}
.Branches_BG
{
    background-image: url(../images/sectorback.gif);
    background-repeat: no-repeat;
}
/*  Anfang:
    Spezielle Stylsheets für den Admin-Bereich: Die angezeigten Tabellen sind breiter
*/
.formtable_ADMIN
{
	background-color: #e6e6e6;
	width: 758px;
	border-bottom: 5px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable_ADMIN td
{
	padding: 5px;
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}

.header_block_container_ADMIN
{
	width: 758px;
	border-bottom: 5px solid white; /*height:63px;*/ /*position:relative;*/
}
.content_block_container_ADMIN
{
	width: 758px;
}
.block_ADMIN .content_block_container
{
	width: 758px;
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

.block_no_border_ADMIN .content_block_container
{
	width: 758px;
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}
.datatable_inline_container_ADMIN
{
	text-align: center;
	background-color: #e6e6e6;
	width: 758px;
}
.datatable_container_ADMIN
{
	overflow: auto;
	max-height: 225px;
	width: 758px;
	margin-bottom: 5px;
}

* .datatable_container_ADMIN
{
	overflow: auto;
	height: 225px; 
	width: 758px;
	background-color: #e6e6e6;
}
.datatable_container_ADMIN table
{
	table-layout: fixed;
	width: 738px;
	height: 32px;
	border: 0px solid #e6e6e6; 
	white-space: nowrap;
}

.datatable_header_ADMIN table
{
	height: 16px;
	table-layout: fixed;
	font-size: 8.25px;
	vertical-align: bottom;
	position: absolute;
	bottom: 0px;
}

.datatable_header_ADMIN table td
{
	color: white;
	text-transform: uppercase;
	border: 0px solid white;
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
}

.formtable_ohne_padding_ADMIN
{
	background-color: #e6e6e6;
	width: 758px;
	border-bottom: 5px solid #e6e6e6;
	margin-bottom: 5px;
}
.formtable_ohne_padding_ADMIN td
{
	padding: 5px; /*padding-left: 23px;	*/
	font-size: 10.23px;
	color: #4D4D4D;
}

.formtable_ohne_padding_ADMIN tr
{
	padding: 5px; /*padding-left: 23px;	*/
	font-size: 10.23px;
	color: #4D4D4D;
}
.formtable_ohne_BBorder_ADMIN
{
	background-color: #e6e6e6;
	width: 758px;
	margin-bottom: 5px;
}
.formtable_ohne_Zeilenpadding_ADMIN
{
	background-color: #e6e6e6;
	width: 758px;
	border-bottom: 10px solid #e6e6e6;
}
.formtable_ohne_Zeilenpadding td
{
	padding-left: 23px;
	font-size: 10.23px;
	color: #4D4D4D;
}
.avail_table_ADMIN
{
	background-color: #e6e6e6;
	width: 758px;    
}
.avail_table_ADMIN td
{
	background-color: #e6e6e6;
	border: 1px solid white;	
    padding: 0px;
    margin: 0px    
}
.formtable_avail_cal_ADMIN
{
	width: 758px;
	margin-bottom: 5px;
}
.formtable_avail_cal_ADMIN td
{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10.23px;
	color: #4D4D4D;
	background-color: #e6e6e6;
	margin-bottom: 5px;
	margin-top: 5px;
}

.block_no_header_ADMIN .header_block_container
{
	display: none;
	background-color: #4d4d4d;
	height: 30px;
	border-bottom: 5px solid white;
	position: relative;
	text-align: left;
}
.block_no_header_ADMIN .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-right: 12px;
}

.block_no_header_ADMIN .content_block_container
{
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

.block_no_header_ADMIN .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; 
	letter-spacing: 45%;
	color: white;
}
.block_no_header_ADMIN .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_no_header_ADMIN .header_block_bottom_link a:link, .block_no_header .header_block_bottom_link a:visited, .block_no_header .header_block_bottom_link a:hover, .block_no_header .header_block_bottom_link a:active
{
	color: white;
}
.block_no_header_ADMIN .header_block_top_link a:link, .block_no_header .header_block_top_link a:visited, .block_no_header .header_block_top_link a:hover, .block_no_header .header_block_top_link a:active
{
	color: white;
}

.block_no_header_no_border_ADMIN .header_block_container
{
	display: none;
	background-color: #4d4d4d;
	height: 30px;
	border-bottom: 5px solid white;
	position: relative;
	text-align: left;
}
.block_no_header_no_border_ADMIN .content_block
{
	font-size: 11px; /*height:70px;*/
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 0px;
}

.block_no_header_no_border_ADMIN .content_block_container
{
	background-color: #e6e6e6; /*height:50px; */
	border-bottom: 5px solid white;
	text-align: justify;
}

.block_no_header_no_border_ADMIN .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_no_header_no_border_ADMIN .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_no_header_no_border_ADMIN  .header_block_bottom_link a:link, .block_no_header_no_border .header_block_bottom_link a:visited, .block_no_header_no_border .header_block_bottom_link a:hover, .block_no_header_no_border .header_block_bottom_link a:active
{
	color: white;
}
.block_no_header_no_border_ADMIN .header_block_top_link a:link, .block_no_header_no_border .header_block_top_link a:visited, .block_no_header_no_border .header_block_top_link a:hover, .block_no_header_no_border .header_block_top_link a:active
{
	color: white;
}
.block_ADMIN .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-right: 12px;
}

.block_ADMIN .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_ADMIN .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_ADMIN .header_block_bottom_link a:link, .block .header_block_bottom_link a:visited, .block .header_block_bottom_link a:hover, .block .header_block_bottom_link a:active
{
	color: white;
}
.block_ADMIN .header_block_top_link a:link, .block .header_block_top_link a:visited, .block .header_block_top_link a:hover, .block .header_block_top_link a:active
{
	color: white;
}
.block_no_border_ADMIN .content_block
{
	font-size: 11px;
	color: #4d4d4d;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 0px;
}

.block_no_border_ADMIN .header_block_bottom_link
{
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 12px; /*position:absolute;*/ /*bottom:0px;*/ /*right:0px;*/
	letter-spacing: 45%;
	color: white;
}
.block_no_border_ADMIN .header_block_top_link
{
	letter-spacing: -02.em;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px;
	letter-spacing: 45%;
	color: white;
}
.block_no_border_ADMIN .header_block_bottom_link a:link, .block_no_border .header_block_bottom_link a:visited, .block_no_border .header_block_bottom_link a:hover, .block_no_border .header_block_bottom_link a:active
{
	color: white;
}
.block_no_border_ADMIN .header_block_top_link a:link, .block_no_border .header_block_top_link a:visited, .block_no_border .header_block_top_link a:hover, .block_no_border .header_block_top_link a:active
{
	color: white;
}
.legend_ADMIN
{
	border-top: 10px solid white;
}

.legend_ADMIN .header_block_container
{
	width: 756px;
	height: 20px; /*border:1px solid #d2ce70; */ /*position:static;*/ /*background-color:#d2ce70; */
}
.legend_ADMIN .header_block
{
	vertical-align: bottom;
	line-height: 8px;
	color: black;
	font-size: 8px;
	text-transform: uppercase;
	padding-left: 23px; /*position:absolute;*/ /*bottom:0px;*/
	font-weight: bold;
}
.legend_ADMIN .content_block_container
{
	width: 756px;
	background-color: #f6f6f6; /*height:50px; */
	border: 1px solid #d2ce70;
	text-align: justify;
}

.legend_ADMIN .content_block
{
	font-size: 10px;
	color: #4d4d4d;
	line-height: 20px;
	letter-spacing: 120%;
	padding: 23px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 12px;
}
/*  Ende:
    Spezielle Stylsheets für den Admin-Bereich: Die angezeigten Tabellen sind breiter
*/

.FilterImage
{
    cursor: pointer;
}
/* CSS für die Spaltenübeschriften wenn ein Filter gesetzt ist. */
.datatable_header .ColumnHeader_NoFilter
{
	border: 0px solid white;
    background: transparent;
	text-transform: uppercase;
    color: white;	
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
	cursor: pointer;	
}
.datatable_header .ColumnHeader_NoFilter a:link, .datatable_header .ColumnHeader_NoFilter a:visited, .datatable_header .ColumnHeader_NoFilter a:active, .datatable_header .ColumnHeader_NoFilter a:hover
{    
    color: white;	
}
.datatable_header .ColumnHeader_Filter
{
    text-decoration: none;
	border: 0px solid white;
    background: transparent;
	text-transform: uppercase;
    color: black;	
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
	cursor: pointer;
}
.datatable_header .ColumnHeader_Filter a:link, .datatable_header .ColumnHeader_Filter a:visited, .datatable_header .ColumnHeader_Filter a:active, .datatable_header .ColumnHeader_Filter a:hover
{    
    color: black;	
}

.datatable_header_ADMIN .ColumnHeader_NoFilter
{
	border: 0px solid white;
    background: transparent;
	text-transform: uppercase;
    color: white;	
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
	cursor: pointer;	
}
.datatable_header_ADMIN .ColumnHeader_NoFilter a:link, .datatable_header .ColumnHeader_NoFilter a:visited, .datatable_header .ColumnHeader_NoFilter a:active, .datatable_header .ColumnHeader_NoFilter a:hover
{    
    color: white;	
}
.datatable_header_ADMIN .ColumnHeader_Filter
{
    text-decoration: none;
	border: 0px solid white;
    background: transparent;
	text-transform: uppercase;
    color: black;	
	vertical-align: bottom;
	white-space: nowrap;
	text-align: left;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 120%;
	cursor: pointer;
}
.datatable_header_ADMIN .ColumnHeader_Filter a:link, .datatable_header .ColumnHeader_Filter a:visited, .datatable_header .ColumnHeader_Filter a:active, .datatable_header .ColumnHeader_Filter a:hover
{    
    color: black;	
}
.EmailDisabled
{
	display: none;
}	

.AutoCompleteList
{
    font-size: 11px;
	letter-spacing: 45%;
	background-color: #ffffff;
	border: 1px silver solid;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 1px;
	z-index: 100;
}


/* Passwortstärek */
.PWStrength_weak
{
    color: Red;
    background-color: Red;
}
.PWStrength_average
{
    color: Blue;
    background-color: Blue;
}
.PWStrength__good
{
    color: Green;
    background-color: Green;
}

.PWStrength_border
{
    border-style: solid;
    border-color: Silver;
    border-width :1px;
    padding: 1px;
    width: 75px;
    vertical-align: middle;
    height: 1px;
}


