iframe.hidderNav 
{
	display:none;
	position:absolute;
	z-index:99;
}

.menu_sub_main
{
	display: none;
	position: absolute;
	z-index: 100;
}

.menu_sub_main2
{
	display: none;
	position: absolute;
	z-index: 102;
}

.Pflicht, .Pflicht0 
{
	display: block;
	border-bottom: 1px dashed black;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.Pflicht1 
{
	display: none;
}


/****************************************/
/***************** globals ****************/
/****************************************/
body, table
{ 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

img
{
    border: none;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;	
	color: #CF9809;
}

.global_block_abstand
{
	margin-top: 20px;
}

.global_vera_meldung
{
	background-color: #CC3366;		/*Pink*/
	color: yellow;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px 10px;
	border: 3px ridge #483D8B;
}

.global_marking_text
{
	font-weight: bold;
	color: #fc9c45;		/*Orangeton*/
}

.global_ueberschrift, .global_ueberschrift a, .global_ueberschrift2, .global_ueberschrift2 a
{
	text-decoration: none;
	font-size: 20px;
	
	margin-bottom: 10px;
}

.global_ueberschrift2
{
	font-size: 13px;
	font-weight: bold;
}

.global_rahmen
{
	padding: 5px;
	border: 1px solid #008faa;	/* verwaschenes grau-türkis */
}

.global_ueberschrift a:hover
{
	color: #ffc809;		/* dunkles verdrecktes Orange */
}

.global_img
{
	padding: 4px;
	background-color: white;
}

.global_white_dreieck
{
	height: 17px;
	width: 12px;
	background-image: url("../img/global_white_dreieck.png");
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/img/global_white_dreieck.png',sizingMethod='scale');	
	background-repeat: no-repeat;
}

.global_kalender
{
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url("../img/global_kalender.png");
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/img/global_kalender.png',sizingMethod='scale');	
}	

.global_logo
{
	width: 224px;
	height: 105px;
	background-image: url("../img/logo.png");
	background: expression("none");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../html/img/logo.png',sizingMethod='scale');	
}	

/****************************/
/*********** Buttons **********/
/****************************/

/*.global_confirm_button
{
	height: 18pt; font: bold 12pt arial, helvetica, sans-serif; 
	text-decoration: none; 
	color: #000000; 
	background-image: url(../img/global_button_confirm.jpg);
	background-repeat:no-repeat;
	background-position: 1px 1px;
	width: 115px;  
}
*/
.global_confirm_button
{
	text-decoration: none;
	border: none;
		
	background-position: 1px 1px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	width: 100px;
	padding-top: 4px;
	height: 20px;
	text-align: center;
	margin-top: 5px;
	color: white;
}

.global_confirm_button:hover
{
	color: #ffc809;		/* dunkles verdrecktes Orange */	
}


.global_notice_button
{
	text-decoration: none;
	border: none;
	background-image: url(../img/boek_button.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	width: 91px;
	padding-top: 6px;
	height: 22px;
	text-align: center;
	margin-top: 5px;
	color: white;
}

.global_notice_button:hover
{
	color: #ffc809;		/* dunkles verdrecktes Orange */	
}


.global_input_kurz, .global_input_mittel, .global_input_lang
, .global_select_kurz, .global_select_mittel, .global_select_lang, .global_select_extra_lang
{
	font-size: 11px;
	color: #0157A4;		/*verwaschenes kräfitges blau*/
	width: 80px;
	border : 1px solid #0157A4;
}

.global_select_kurz
{
	width: 50px;
}

.global_input_mittel
, .global_select_mittel
{
	width: 170px;
}

.global_input_lang
, .global_select_lang
{
	width: 200px;
}

.global_select_extra_lang
{
	width: 300px;
}

.auswahlbox_filter , .eingabefeld_filter
{
	width: 170px;
}

.eingabefeld_filter_kurz
{
	width: 80px;
}

