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

table
{
	text-align: left;	
}

img
{
    border: none;
}

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

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

a
{
	text-decoration: none;
	color: #12507a;				/*---- fast navy blau ---*/
}

a:hover
{
	color: #4280aa;				/* ---- 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;
}

.global_clear
{
	clear: left;
}

.global_zahlen_feld
{
	text-align: right;
}

.global_checkbox_img_checked, .global_checkbox_img_unchecked
{
	margin-top: 4px;
	margin-bottom: -4px;
	cursor: pointer;
}

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

.global_trenner
{
	margin-top: 5px;
	width: 10px;
	height: 10px;
	float: left;
	background-image: url('../img/marienkaefer.gif');
	background-repeat: no-repeat;
}

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

.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: #cd0e3b;				/*--- starkes pink ---*/
	background-color: #e8edf9;	/*---- sehr blasses blau ---*/	
	border: 5px ridge #cd0e3b;	/*--- starkes pink ---*/
	font-weight: bold;
	font-size: 15px;
	text-align: center;	
}

/*-------------------------- Buttons -------------------*/
.global_button, .global_boek_button, .form_main input[type='submit']
{
	width: 120px;
	height: 20px;
	font-weight: bold;
	cursor: pointer;
	background-color: transparent;
	border: none;
	color: #cd0e3b;		/*--- kräftiges Pink ---*/
	background-repeat: no-repeat;	
}

a.global_button, a.global_boek_button
{
	display: block;
	text-align: center;
	padding-top: 2px;
	height: 18px;
	color: #12507a;		/*--- fast navy ---*/
	font-weight: bold;
}

.global_boek_button, a.global_boek_button
{		
	color: #D4EA57;				/*---- Rotz Grün ---*/
}


.global_boek_button:hover, a:hover.global_boek_button
{
	color: #cd0e3b;				/*---- starkes Pink ---*/
}


.global_button, .form_main input[type='submit']
{
	background-image: url("../img/global_button.gif");
}

.global_button:hover, .form_main input[type='submit']:hover
{
	background-image: url("../img/global_button_hover.gif");
}

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

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

/*-------------------------- Buttons ENDE -------------------*/
/*------------------------------ Felder ------------------------*/

textarea, select
, .global_input_datum, .global_input_sehr_kurz, .global_input_kurz, .global_input_mittel, .global_input_lang, .global_input_sehr_lang
, .form_main input[type='text']
{	
	border: 1px solid #999999;
	font-size: 12px;
	color: #12507a;				/*---- fast navy blau ---*/
}


.global_input_datum
{
	width: 70px;
}
.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: 200px;
}

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

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