/****************************************/
/*************** globals ****************/
/****************************************/
html, body,
div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0px; 
	padding: 0px;
	vertical-align: baseline;	
	background: transparent;
	border: none;
	outline: none;
	font-size: 100%;
	text-align: left;
}

a
{
	color: #1c1c1c;
	text-decoration: none;
}

a:hover
{
	color: #c00e2b;
}

ol, ul  
{
	list-style: none;
} 
blockquote, q  
{
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after  
{
	content: ""; 
	content: none;
}

:focus  
{
	outline: 0;
}

ins  
{
	text-decoration: none;
}

del  
{
	text-decoration: line-through;
}

table  
{
	border-collapse: collapse; 
	border-spacing: 0;
}

div.login_box
{
	margin-top:20px;
	width:200px;
	background:black;
	color:white;
	padding:5px;
}

div.login_box label
{
	display:block;
	padding-bottom:3px;
}

div.login_box input.global_input_mittel
{
	width:197px;
	border:1px solid #8C8C8C;
	margin-bottom:3px;
}

div.login_box a
{
	margin-top:5px;
	margin-left:163px;
	width:25px;
	background:#A4042E;
}

body
{
	color: #1c1c1c;
	background-color: #e5e5e5;
	font-size: 12px;
	font-family: Tahoma;
}

.global_clearfix:after , .page_main:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.global_clearfix, .page_main
{
	display: inline-block;
}
 
/* Hides from IE-mac \*/
* html .global_clearfix
{
	height: 1%;
}

* html .page_main
{
	height: 1%;
}

.global_clearfix , .page_main
{
	display: block;
}
/* End hide from IE-mac */

.global_caption
{
	font-weight: bold;
	font-size: 14px;
	color: #c00e2b;
}

.global_sub_caption
{
	font-weight: bold;
	font-size: 12px;
	color: #004776;	
	margin-bottom: 20px;
}

.global_meldung
{
	margin: 10px 0px;
	padding: 5px;
	text-align: center;

	color: white;
	background-color: #c00e2b;
	
	font-weight: bold;
	
}

.global_meldung1
{
	color: #004776;
	background-color: #BFFFDA;
}

.global_checkform_plaus_error
{
	background-color: #FFCFCF;
}

.global_dotted_line
{
	margin: 10px 0px;
	height: 9px;
	background-image: url(../img/linie.png);
	background-repeat: repeat-x;
}

.global_checkbox_img_unchecked, .global_checkbox_img_checked
{
	cursor: pointer;
}

.global_buttons_main
{
	margin-top: 20px;
}

.global_button
{
	display: block;		
	padding: 5px;
	width: 150px;

	background-color: #004776;
	color: white;
}

.global_button:hover
{
	background-color: #c00e2b;
	color: white;	/*--- muss weiß, da normale links rot werden bei hover */
}

.global_button_aktive
{
	background-color: #C00E2B;
}

.global_button_aktive:hover
{
	padding: 4px;
	border: 1px solid #004776;
}

select.global_input_datum
{
	width: 90px;
}

.global_input_datum
{
	width: 80px;
}

.global_input_sehr_kurz
{
	width: 45px;
}

.global_input_mittel
{
	width: 100px;
}

.global_input_lang
{
	width: 150px;
}

.global_input_sehr_lang
{
	width: 200px;
}

.global_zahlen_feld
{
	text-align:right;
}
