html, body
{
	height: 			100%;
	margin:				0;
	padding:			0;	
}	
	
body
{
	background-color:	#B0B1B3;
	font-family:		Arial, sans-serif;
	font-size:			62.5%;
	color:				#5F6061;
	width: 				850px;
	background-image:	url('../img/bg_container_1.gif');
	background-repeat:	repeat-y;
}

#header
{
	width:				680px;
	height: 			360px;
	background-color:	#FFFFFF;
}

#container_1
{
	width:				680px;
	background-image:	url('../img/bg_container_1.gif');
	background-repeat:	repeat-y;
	min-height:			375px;
	height:				auto !important; 
	height:				375px;
}

#navigation
{
	float:				left;
	width:				150px;
	padding-top:		20px;
	padding-right:		30px;
	text-align:			right;
}

#content
{
	width:				440px;
	margin-left:		200px;
	padding-right:		20px;
	padding-top: 		20px;
	background-color:	#F9F9F9;
	font-size:			1.2em;
	line-height:		1.5em;
}

/* Typo */
h1
{
	text-transform:		uppercase;
	font-size:			1.5em;
	font-weight:		bold;
	margin-top: 		0px;
	margin-bottom:		30px;
	color:				#FFFFFF;
}

h2
{
	font-size:			1.1em;
	font-weight:		bold;
	margin-top: 		0px;	
}

/* Links */
.navigation_link
{
	text-transform: 	uppercase;
	font-size:			1.2em;
	color:				#FFFFFF;
	text-decoration:	none;
}

.navigation_link_active
{
	text-transform: 	uppercase;
	font-size:			1.2em;
	font-weight:		bold;
	color:				#FFFFFF;
	text-decoration:	none;
}

a
{
	color:				#000000;
	text-decoration:	underline;
}

/* Formulare */
.layer_tr
{
	height:				30px;
}

.layer_tr_textfeld
{
	height:				105px;
}

.layer_th
{
	float: 				left; 
	width: 				100px; 
	height: 			20px; 		
	background-color: 	#B0B1B3;
	color:				#000000;
	padding-top:		5px; 
	padding-right: 		5px; 
	text-align: 		right;
}

.layer_th_textfeld
{
	float: 				left; 
	width: 				100px; 
	height: 			102px; 		
	background-color: 	#B0B1B3;
	color:				#000000; 
	padding-top:		5px;
	padding-right: 		5px; 
	text-align: 		right;	
}

.layer_td
{
	float: 				left; 
	width: 				300px; 
	height: 			20px; 
	padding-left: 		7px;
}

.layer_td_textfeld
{
	float: 				left; 
	width: 				300px; 
	height: 			102px; 
	padding-left: 		2px;	
}

.eingabefeld_gross
{
	width:				280px;
	height:				16px;
	border:				1px solid #B0B1B3;
	font-size:			1em;
	color:				#5F6061;
	padding-left:		0px;
	padding-top:		5px;
	padding-right:		0px;
}

.eingabefeld_2
{
	position: 			relative; 
	left: 				5px;
}

.textfeld
{
	width:				280px;
	height:				105px;
	border:				1px solid #B0B1B3;
	color:				#5F6061;
	font-family:		Arial, sans-serif;
	font-size:			1em;
	padding-left:		0px;
	padding-right:		0px;
	margin-top:			0px;
	margin-bottom:		0px;
}

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

.fehler
{
	color:				#6A0000;
}

.erfolg
{
	border:				1px solid #45423F;
	color:				#45423F;
	background-color:	#FFF2CD;
}

.rand
{
	border:				1px solid #B0B1B3;
}