/* CSS Document */

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

body
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			62.5%;
}

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

#content
{
	clear:				left;
	position: 			relative;
	width:				100%;
	height:				650px;
	background-image: 	url(../img/bg_right.gif);
	background-repeat:	repeat-x;
}

#bg_left
{
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				50%;
	height:				650px;
	background-image: 	url(../img/bg_left.gif);
	background-repeat:	repeat-x;
	z-index:			1;
}

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

#flash
{
	position:			relative;
	width:				1024px;
	height:				650px;
	background-image: 	url(../img/bg_content_1.gif);
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
}

#text
{
	position: 			absolute;
	left:				288px;
	top:				266px;
	width:				563px; /* 611px gesamt */
	height:				194px; /* 234px gesamt */
	padding: 			20px 20px 20px 20px; 
	overflow:			auto;
	font-size:			1.2em;	
	color:				#535353;
	line-height:		1.2em;
}

#navigation_main
{
	position:			absolute;
	left:				95px;
	top:				355px;
}

#navigation_sub
{
	position:			absolute;
	left:				700px;
	top:				220px;
}

a.navigation_main_inactive
{
	font-size:			1.1em;
	text-decoration:	none;
	color:				#FFFFFF;
	margin-right:		25px;
	line-height:		1.5em;
}

a.navigation_main_active
{
	font-size:			1.1em;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFFFFF;
	line-height:		1.5em;	
}

a.navigation_sub_inactive
{
	font-size:			1em;
	text-decoration:	none;
	color:				#FFFFFF;
	line-height:		2em;
}

a.navigation_sub_active
{
	font-size:			1em;
	font-weight:		bold;
	text-decoration:	none;
	color:				#FFFFFF;
	line-height:		2em;
}

a.navigation_subsub_inactive
{
	font-size:			1em;
	text-decoration:	none;
	color:				#083C14;
	line-height:		2em;
}

a.navigation_subsub_active
{
	font-size:			1em;
	font-weight:		bold;
	text-decoration:	none;
	color:				#083C14;
	line-height:		2em;
}

h1 
{    
	font-size: 			1.6em;
	color:				#5AB233;
	font-weight:		bold;
	margin-top:			0px;
	margin-bottom:		20px;
}

h2
{
	font-size: 			1.2em;
	color:				#000000;
	font-weight:		bold;
	margin-top:			30px;
	margin-bottom:		10px;	
}

ul
{
	list-style-image:	url(../img/anstrich.gif);
	margin-bottom: 		0;
}

li
{	
	color:				#535353;
	margin-bottom:		0.5em;
}

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

#text a:hover
{
	color:				#5AB233;
	text-decoration:	underline;
}


.layer_tr
{
	height:				25px;
}

.layer_th
{
	float: 				left; 
	width: 				65px; 
	height: 			20px; 		
}

.layer_td
{
	float: 				left; 
	width: 				360px; 
	height: 			20px; 
}

.eingabefeld
{
	width:				325px;
	border:				1px solid #BDC7B9;
	background-color:	#F6FAF4;
	color:				#535353;
}

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

