/****************************************/
/***************** globals ****************/
/****************************************/
body, table
{ 
	font-family: Arial, Sans-serif;
	font-size: 13px;
	color: #696969;
	color: black;
	text-align: center;	
	margin: 0px;
}

img
{
    border: none;
}

h1
{
	padding: 0px;
	margin: 0px;
}

h2
{
	padding: 0px;
	margin: 0px;
}

a
{
	text-decoration: none;
	color: #981e77;				/*---- kräftiges Lile ---*/
}

a:hover
{
	color: #ff8f23;				/* ---- verwaschenes kräftiges  Orange ----*/
}

li
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul
{
	padding: 0px;
	margin: 0px;
}

input
{
	border: none;
}

form
{
	margin: 0px;
	padding: 0px;
}

th
{
	padding-left: 2px;
	padding-right: 2px;
}

td
{
	padding-left: 2px;
	padding-right: 2px;
/*	border: 1px solid black;*/
}

iframe
{
	border: none;
}


iframe.MenuIframe
{
	display: none;
	position: absolute;
	z-index: 99;
}

.menu_top_1_main, .menu_top_2_main
{
	display: none;
	position: absolute;
	z-index: 100;
}

.tooltip_suche
{
	width: 280px;	
}

.global_clear
{
	clear: left;
}

.global_zahlen_feld
{
	text-align: right;
}

.global_vermerk_klein
{
	font-size: 10px;
	font-weight: normal;
}

.global_kalender
{
	position: absolute;
	width: 19px;
	height: 19px;
	margin-left: 5px;
	margin-top: 1px;
}

.global_caption
{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;	
	color: #981e77;				/*---- kräftiges Lile ---*/
}

.global_sub_caption
{
	margin-top: -10px;
	margin-bottom: 10px;	
	font-size: 15px;
	font-weight: bold;	
}

.global_meldung
{
	clear: both;
	margin: 10px 0px;
	padding: 5px;
	color: #981e77;	/*---- kräftiges Lile ---*/
	background-color: #D4EA57;	/*---- Rotz Grün ---*/
	border: 5px ridge #981e77;	/*---- kräftiges Lile ---*/	
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	
}

/*-------------------------- Buttons -------------------*/
.global_button, .global_pfeil_button, .global_boek_button
{
	width: 140px;
	height: 30px;
	font-weight: bold;
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: white;	
	background-repeat: no-repeat;	
}

a.global_button, a.global_pfeil_button, a.global_boek_button
{
	display: block;
	text-align: center;
	padding-top: 7px;
	height: 23px;
}

.global_button
{
	background-image: url("../img/global_button.gif");
}

.global_pfeil_button
{
	background-image: url("../img/global_button_mit_pfeil.gif");
}

.global_button:hover
{
	background-image: url("../img/global_button_hover.gif");
}

.global_pfeil_button:hover
{
	background-image: url("../img/global_button_mit_pfeil_hover.gif");
}

.global_boek_button
{
	background-image: url("../img/button_boeken.gif");
}

.global_button:hover, .global_pfeil_button:hover, .global_boek_button:hover
{
	color: #D4EA57				/*---- Rotz Grün ---*/
}

/*-------------------------- Buttons ENDE -------------------*/
/*------------------------------ Felder ------------------------*/
textarea
, .global_select, .global_input_ultra_kurz, .global_select_sehr_kurz, .global_select_kurz, .global_select_mittel, .global_select_lang, .global_select_sehr_lang
, .global_input_datum, .global_select_menuleft
, .global_input, .global_input_sehr_kurz, .global_input_kurz, .global_input_mittel, .global_input_lang, .global_input_sehr_lang
{	
	border: 1px solid #999999;
	font-size: 12px;
	color: #981e77;				/*---- kräftiges Lile ---*/
}

.global_input_datum
{
	width: 70px;
}

.global_input_ultra_kurz
{
	width: 25px;
}

.global_select_sehr_kurz, .global_input_sehr_kurz
{
	width: 50px;
}
.global_select_kurz, .global_input_kurz
{
	width: 75px;
}
.global_select_mittel, .global_input_mittel
{
	width: 100px;
}

.global_select_menuleft
{
	width: 100%;
}

.global_select_lang, .global_input_lang
{
	width: 150px;
}
.global_select_sehr_lang, .global_input_sehr_lang
{
	width: 220px;
}

textarea
{
	width: 234px;
	height: 100px;
}

.checkbox_unchecked
{
	width: 20px;
	height: 20px;
}

