html, body
{
	height:				100%;
	margin:				0;
	padding:			0;	
}

body
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			62.5%;
	background-color:	#8D94A4;
}

#abstand
{
	float: 				left;
	height: 			50%; 
    margin-bottom: 		-278px; 
    width: 				100%;	
}

#content_0
{
	clear:				left;
	position: 			relative;
	width:				100%;
	height:				555px;
}

#content_1
{
	position: 			absolute;
	left:				0;
	top:				0;
	width:				100%;
	height:				555px;
	z-index:			10;	
}

#content_2
{
	position:			relative;
	width:				888px;
	height:				555px;
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
}

#navigation_1
{
	position:			absolute;
	right:				0px;
	top:				101px;
	height:				26px;
	text-align:			right;
}

#navigation_2
{
	position:			absolute;
	left:				39px;
	top:				215px;
	width:				174px;
}

#text
{
	position:			absolute;
	left:				400px;
	top:				215px;
	width:				478px;
	height:				297px;
	padding-right:		10px;
	font-size:			1.2em;
	color:				#000035;
	overflow:			auto;
}

#footer
{
	position:			absolute;
	left:				40px;
	bottom:				0px;
	width:				838px;
	height:				30px;
	padding-left:		10px;
	font-size:			1.2em;
	color:				#000035;
}

#footer_left
{
	width:				200px;
	text-align:			left;
	float:				left;
}

#footer_right
{
	width:				628px;
	text-align: 		right;
	float:				left;
	padding-right:		10px;
}

#image
{
	position:			absolute;
	width:				150px;
	height:				250px;
	left:				245px;
	top:				215px;
}

/* Navigation */
div.navigation_main_inactive
{
	float:				left;
	height:				20px;
	padding-left: 		10px;
	padding-right: 		10px;
	padding-top:		4px;
	border:				1px solid #D2D6DE;
}

a.navigation_main_inactive
{
	color:				#000035;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	font-weight:		normal;
	text-decoration:	none;
}
a.navigation_main_inactive:hover
{
	color:				#000035;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	font-weight:		normal;
	text-decoration:	none;
}

div.navigation_main_active
{
	float:				left;
	height:				20px;
	padding-left: 		10px;
	padding-right: 		10px;
	padding-top:		4px;
	background-color:	#FFFFFF;
	border:				1px solid #ADADC1;	
}

a.navigation_main_active
{
	color:				#000035;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	font-weight:		normal;
	text-decoration:	none;
}

div.navigation_sub_inactive
{
	width:				162px;
	padding-left:		10px;
	padding-top:		1px;
	border:				1px solid #D2D6DE;
}

a.navigation_sub_inactive
{
	color:				#000035;
	font-family:		Arial, Helvetica, sans-serif;
	font-weight:		normal;
	font-size:			1.2em;
	text-decoration:	none;	
}

div.navigation_sub_active
{
	width:				162px;
	padding-left:		10px;
	padding-top:		1px;
	background-color:	#FFFFFF;
	border:				1px solid #ADADC1;	
}

a.navigation_sub_active
{
	color:				#000035;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			1.2em;
	font-weight:		normal;
	text-decoration:	none;	
}

/* Überschrifen */
h1
{
	font-size:			1.2em;
	color: 				#000035;
	margin-top:			0px;
	margin-bottom:		20px;
}

h2
{
	margin-top:			20px;
	font-size:			1em;
}

/* Links */
#text a, #footer a        
{
    color: 				#4C4F73;
    font-weight: 		normal;
    text-decoration: 	none;
}

#text a:hover, , #footer a:hover  
{
    color: 				#4C4F73;
    font-weight: 		normal;
    text-decoration: 	underline;
}

/* Formular */
.eingabefeld250 
{
	width: 				250px;
	border: 			#ADADC1 1px solid;
    font-family: 		Arial, Helvetica, sans-serif;
    color: 				#000035;
    font-size: 			1em;
}
.eingabefeld125 
{
	width: 				124px;
    border: 			#ADADC1 1px solid;
    font-family: 		Arial, Helvetica, sans-serif;
    color: 				#000035;
    font-size: 			1em;
}
.eingabefeld45  
{
	width: 				44px;
    border: 			#ADADC1 1px solid;
    font-family: 		Arial, Helvetica, sans-serif;
    color: 				#000035;
    font-size: 			1em;
}
.eingabefeld205 
{
	width: 				204px;
    border: 			#ADADC1 1px solid;
    font-family: 		Arial, Helvetica, sans-serif;
    color: 				#000035;
    font-size: 			1em;
}
.textfeld       
{
	width: 				250px;
    height: 			100px;
    border: 			#ADADC1 1px solid;
    font-family: 		Arial, Helvetica, sans-serif;
    color: 				#000035;
    font-size: 			1em;
}

select
{
	color: 				#000035;
    font-size: 			1em;	
}

.eingabefeld_fehler
{
	border:				1px solid #6A0000;
	background-color:	#F7F2F2;
}

.fehler
{
	color:				#6A0000;
}

.erfolg
{
	border:				1px solid #ADADC1;
	color:				#000035;
	background-color:	#FFFFFF;
}