/****************************************/
/***************** globals ****************/
/****************************************/
body, table
{ 
	margin: 0px;
	text-align: center;	
	color: black;
	background-color: white;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
}

table
{
	text-align: left;	
}

img
{
    border: none;
}

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

a
{
	text-decoration: none;
	color: #B51621;				/*--- dunkles Rot ---*/
}

a:hover
{
	color: #3C3C3C;				/*---- fast schwarz ---*/
}

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

p
{
	margin: 0px;
}

b
{
	font-weight: bold;
}

.Pflicht1
{
	display: none;
}

.Pflicht0, .Pflicht 
{
    display: block;
}


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: both;
}

.global_zahlen_feld
{
	text-align: right;
}

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

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

.global_caption
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;	
	color: black;				/*---- starkes dunkel rot ---*/
}

.global_sub_caption
{
	margin: 0px -5px;
	padding: 2px 5px;
	background-color: #eeeeee;
	font-weight: bold;
}

.global_succes_message
{
	color: green;
}

.global_meldung
{
	clear: both;
	margin: 10px 0px;
	padding: 5px;
	color: #a6261b;				/*---- starkes dunkel rot ---*/
	background-color: white;	
	border: 5px ridge #a6261b;	/*---- starkes dunkel rot ---*/
	font-weight: bold;
	font-size: 15px;
	text-align: center;	
}

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

.global_describtion
{
	cursor: pointer;
	border-bottom: 1px solid #8CDF8B;
}

.global_describtion:hover
{
	color: #242424;
}

/*-------------------------- Buttons -------------------*/
.global_button, .global_button_next, .global_button_prev
{	
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;		
	color: #B51621;						/*--- dunkles Rot ---*/	
	background-color: #FFD500;			/*--- piss gelb ---*/
	border: none;
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.global_button_next
{
	float: right;
	padding-right: 15px;
	background-image: url(../img/dreieck_rechts.gif);
	background-position: right center;
}

.global_button_prev
{
	float: left;
	padding-left: 15px;
	background-image: url(../img/dreieck_links.gif);
	background-position: left center;
}

* + html .global_button, .global_button_next, .global_button_prev
{	
	padding: 5px 0px;
}

a.global_button, a.global_button_next, a.global_button_prev
{	
	display: block;	
	padding: 5px 10px;
}

.global_button:hover, .global_button_next:hover, .global_button_prev:hover
{
	color: #3C3C3C;						/*---- fast schwarz ---*/
}

.global_button_next:hover
{
	background-image: url(../img/dreieck_rechts_hover.gif);
}

.global_button_prev:hover
{
	background-image: url(../img/dreieck_links_hover.gif);
}

/*-------------------------- Buttons ENDE -------------------*/
/*------------------------------ Felder ------------------------*/
textarea
, .global_input_datum
, .global_input, .global_input_sehr_kurz, .global_input_kurz, .global_input_mittel, .global_input_lang, .global_input_sehr_lang
, .global_input_notshowing, .formanfrageInput, .form_simple_page_main select
{	
	border: 1px solid #999999;
	font-size: 12px;
	color: #a6261b;				/*---- starkes dunkel rot ---*/
}

.formanfrageInput, .form_simple_page_main select
{
	font-size: 11px;
}

.global_input_datum
{
	width: 70px;
}

select.global_input_datum
{
	width: 90px;
}

.global_input_sehr_kurz
{
	width: 50px;
}

.global_input_kurz
{
	width: 75px;
}

.global_input_mittel
{
	width: 100px;
}

.global_select_menuleft
{
	width: 100%;
}

.global_input_lang
{
	width: 155px;
}

.global_input_sehr_lang
{
	width: 300px;
}

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

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


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