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


li
{
	margin-left: 15px;
}

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

a
{
	color: #036fb8;				/*--- Türkis - Schlumpfblau ---*/
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

p
{
	margin-bottom: 10px;
}

/*--------*/

body
{	
	text-align: center;
	color: #222222;
	background-image: url("../img/body_background.jpg");
	background-repeat: repeat-x;
	background-color: #c2c2c2;
	font-family: verdana;
	font-size: 14px;
}

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

.global_clearfix
{
	display: inline-block;
}
 
h2 {
	margin-bottom:12px;
	margin-top:12px;
	font-size: 16px;
} 
 
.form_main h2
{
	font-size:100%;
} 
 
/* Hides from IE-mac \*/
* html .global_clearfix 
{
	height: 1%;
}
.global_clearfix 
{
	display: block;
}
/* End hide from IE-mac */

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

.global_caption
{
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #036fb8;				/*--- Türkis - Schlumpfblau ---*/
	font-size: 20px;
	border-bottom: 1px dotted #949494;
}

.global_subcaption
{
	margin-bottom: 5px;
	color: #036fb8;				/*--- Türkis - Schlumpfblau ---*/	
	font-size: 15px;
	font-weight: bold;
}

.global_link, .form_main input[type='submit']
{
	float: right;
	padding-right: 15px;
	color: #036fb8;				/*--- Türkis - Schlumpfblau ---*/
	background-image: url("../img/boxen_dreieck.png");
	background-repeat: no-repeat;
	background-position: right center;	
}

.global_link:hover
{
	
}

.form_main input[type='text']
, .form_main textarea 
{
	width: 300px;
}

.form_main input[type='submit']
{
	margin-top: 10px;
	padding: 0px;	
	padding-right: 15px;
	cursor: pointer;
	border: none;
	background-color: transparent;
}

.form_main input[type='submit']:hover
{
	text-decoration: underline;
}

.global_right_shade
{
	background-image: url("../img/boxen_verlauf.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.global_success_message, .global_error_message
{
	color: green;
	font-size: 12px;
	font-weight: bold;
	/*background-color: #DFFFDF;*/
}

.global_error_message
{
	color: red;	
}

/*--- Inputfelder ---*/

input, select, textarea
{
	padding: 3px 6px;
	border: 1px solid #7cb2d8;	
}

select
{
	padding: 0px;
}

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

.global_default_text
{
	color: #878787;
	font-style: italic;
}

.global_input_kurz
{
	width: 120px;
}

.global_input_lang
{
	width: 235px;
}
