/* 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.jpg);
	background-repeat:	no-repeat;
	margin-left:		auto;
	margin-right:		auto;
}

#text
{
	position: 			absolute;
	left:				149px;
	top:				177px;
	width:				424px; /* 484px gesamt */
	height:				262px; /* 342px gesamt */
	padding: 			40px 30px 40px 30px; 
	overflow:			auto;
}

#navigation_main
{
	position:			absolute;
	left:				68px;
	top:				55px;
}

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

a.navigation_main_inactive
{
	font-size:			1em;
	text-decoration:	none;
	color:				#939393;
	margin-right:		25px;
}

a.navigation_main_active
{
	font-size:			1em;
	font-weight:		bold;
	text-decoration:	none;
	color:				#5AB233;
	margin-right:		25px;	
}

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.4em;
	color:				#000000;
	font-weight:		bold;
	margin-top:			30px;
	margin-bottom:		10px;	
}

p
{
	font-size:			1.2em;	
	margin:				0px;
	color:				#535353;
}

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

li
{
	font-size:			1.2em;	
	color:				#535353;
	margin-bottom:		0.3em;
}

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

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

td
{
	font-size:			1.2em;
	color:				#535353;
}

