/****************************************/
/***************** globals ****************/
/****************************************/
body, table
{ 
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #626365;						/*--- schwarz grau ---*/
	text-align: center;	
	margin: 0px;
}

table
{
	text-align: left;	
}

img
{
    border: none;
}

h1, h2, h3, h4, h5, h6
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: 12px;
}

a
{
	text-decoration: none;
	color: #626365;						/*--- schwarz grau ---*/
}

a:hover
{
	color: black;
}

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;*/
}

.Tooltip_Controll_Window
{
	background-color: black;	
}

.Tooltip_Controll_Window img
{
	margin: 2px;
}

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

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

.global_breadcrumbs_main
{
	margin-top: -10px;
	margin-bottom: 15px;
	height: 15px;
	padding: 6px 10px;
	color: white;
	background-color: #467EB7;	
	font-weight: bold;
}

.global_breadcrumbs_main a
{
	color: #D6E4F1;
	margin: 0px 5px;
}

.global_breadcrumbs_main a:hover
{
	color: white;
}

.global_clear
{
	clear: both;
}

.global_zahlen_feld
{
	text-align: right;
}

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

.global_caption
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;	
	color: #346bae;				/*---- starkes dunkel blau ---*/
}

.global_caption_background
{
	padding: 20px;
	height: 20px;
	background-image: url(../img/background/textpage_caption_background.jpg);
	background-repeat: repeat-x;	
}

.global_caption_affix
{
	float: right;
	margin: 0px 5px;
	font-size: 10px;
}

.global_subcaption
{	
	padding-left: 70px;
	margin-top: 20px;	
	margin-right: 20px;	
	height: 1%;	
	font-weight: bold;
}

* html .global_subcaption
{
	margin-top: 10px;
}

.global_error_meldung, .global_success_meldung
{
	padding: 5px;
	margin: 5px 0px;
	border: 2px solid #DF6161;
	background-color: #FFBFBF;
	font-weight: bold;	
}

.global_success_meldung
{
	border-color: #289F27;
	background-color: #A4EFA4;
}

.global_meldung
{
	clear: both;
	margin: 10px 0px;
	padding: 5px;
	height: 1%;
	color: #4b8fd0;				/*---- kräftiges blau ---*/
	font-weight: bold;
	font-size: 12px;
	text-align: center;	
}

/*-------------------------- Schatten um eine Box herum -------------------*/
.global_box1
{
	background-image: url('../img/border/global_border_1.gif');
	background-repeat: no-repeat;		
	background-color: white;
}

.global_box2
{
	background-image: url('../img/border/global_border_2.gif');
	background-repeat: no-repeat;
	background-position: right top;		
}

.global_box3
{
	background-image: url('../img/border/global_border_3.gif');
	background-repeat: no-repeat;
	background-position: left bottom;	
}

.global_box4
{
	background-image: url('../img/border/global_border_4.gif');
	background-repeat: no-repeat;
	background-position: right bottom;	
	padding: 7px;	
}

* html .global_box4
{
	height: 1%;	
}

* + html .global_box4
{
	height: 1%;	
}

/*--- Stepper ---*/

.global_stepper
{	
	height: 60px;	
	background-image: url(../img/background/textpage_caption_background.jpg);
	background-repeat: repeat-x;	
}

.global_stepper_box
{
	float: left;
	margin-top: 13px;	
	height: 46px;
	font-size: 10px;
}

.global_stepper_box_aktive
{
	background-image: url(../img/background/global_stepper_box_aktive.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.global_stepper_box_text
{
	display: block;	
	padding: 10px 29px;
	border-right: 1px solid #d9d9d9;			/*--- grau ---*/
}

#agt_booking_steps .global_stepper_box_text
{
	padding: 10px 53px;
}

/*-------------------------- Buttons -------------------*/
.global_dotted_line
{
	clear: both;
	height: 1%;
	background-image: url(../img/global_dotted.gif);
	background-repeat: repeat-x;	
}

.global_buttons_main
{
	clear: both;	
	margin: 10px 0px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.global_button_next_pfeil
{
	margin-left: 5px;
}

.global_button_prev_pfeil
{
	margin-right: 5px;
}

.global_button, .global_buchen_button, .global_button_next, .global_button_prev
{	
	display: block; 	
	padding: 7px 10px;
	width: 134px;
	height: 12px;
	text-align: center;
	cursor: pointer;
	color: #346BAE;							/*--- dunkel blau ---*/
	border: 1px solid #cccccc;
	background-image: url(../img/background/global_button_background.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
}

.global_buchen_button
{
	color: white;
	border-color: #407bb7;
	background-image: url(../img/background/buchen_button.jpg);
}

.global_button_next
{
	float: right
}

.global_button:hover, .global_buchen_button:hover, .global_button_next:hover, .global_button_prev:hover
{
	color: #346BAE;							/*--- dunkel blau ---*/
	border-color: #346BAE;					/*--- dunkel blau ---*/
}

.global_buchen_button:hover
{
	color: white;
}

.global_checkform_plaus_error
{
	background-color: #f5f5f5;				/*--- sanftes rot ---*/
}

/*-------------------------- Buttons ENDE -------------------*/
/*------------------------------ Felder ------------------------*/
textarea
, .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
, .global_input_notshowing
{		
	border: 1px solid #7e9db9;
	font-size: 10px;
	color: #5b5b5b;
}

.global_default_text
{
	color: #999999;
}

.global_input_datum
{
	width: 70px;
}

.global_input_sehr_kurz
{
	width: 49px;
}

.global_input_kurz
{
	width: 75px;
}

.global_input_mittel
{
	width: 100px;
}

.global_input_lang
{
	width: 155px;
}

.global_input_sehr_lang
{
	width: 200px;
}

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

.global_input_notshowing
{
	background-color: transparent;
	border: none;
}


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