iframe.MenuIframe
{
	display: none;
	position: absolute;
	z-index: 99;
	filter:Alpha(opacity=0, finishopacity=0, style=0);
}

.menu_top_1_main
{
	display: none;
	position: absolute;
	z-index: 100;
}

/****************************************/
/***************** globals ****************/
/****************************************/
body, table
{ 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

img
{
    border: none;
}


h1
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

.global_caption
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;	
}


.global_vera_meldung
{
	background-color: #CC3366;		/*Pink*/
	color: yellow;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2 10px;
	border: 3px ridge yellow;
}

.global_marking_text
{
	font-weight: bold;
	color: #fc9c45;		/*Orangeton*/
}


/****************************/
/*********** Buttons **********/
/****************************/
.global_back_button, .global_confirm_button, .global_print_button
{
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

.global_print_button
{
	background-image: url("../img/print1.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.global_back_button, .global_confirm_button
{
	color: #FFFFFF;
	background : #F68630;
}

.global_confirm_button:hover
{
	color: #0157A4;		/*verwaschenes kräfitges blau*/
}

textarea
, .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*/	
	border : 1px solid #0157A4;
}

.global_input_kurz
{
	width: 80px;
}

.global_select_kurz
{
	width: 50px;
}

.global_input_mittel
, .global_select_mittel
{
	width: 120px;
}

.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;
}
