	html, body
	{
	 height:100%;
	 font-family:Arial;
	 font-size:12px;
	 margin:0; 
	 padding:0;
	}
	
	body
	{
	 background-image:url(bg.jpg);	
	 background-position:center top;
	 background-repeat: no-repeat;
	}
	
	input, textarea
	{
		border: 1px solid #009900;
	}
	
	.accordion_toggle
	{
	border: 1px dashed #E7E7E7;
	padding:10px;
	margin-bottom:5px;
	}
	
	.accordion_toggle_active
	{
	border: 1px dashed #009900;
	padding:10px;
	margin-bottom:5px;
	}
	
	#accordion_content
	{
	background-color:#F4F4F4;
	padding:5px;
	margin:5px;
	margin-left:20px;
	}
		
	.navi_arrow
	{
	border:solid 0px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	}
	
	#text-content
	 {
	 width:500px;
	 float:right;
	 margin-top:20px;
	 }
	
	.subnavi
	{
	width:190px;
	float:left;
	margin-right:20px;
	line-height:20px;
	padding:5px;
	}
	
	.subnavi a
	{
		text-decoration:none;
	}
	
	.subnavi a:hover
	{

		font-weight:bold;
		text-decoration:none;
	}
	
	

	.teaser
	{
	width:190px; 
	float:left; 
	margin-right:20px;
	border: 0px dashed #E7E7E7;	
	border-top-width:2px;
	padding-top:10px;
	}
	
	.teaser div
	{
	float:right; margin-right:10px;
	}
	
	#container_mail
	{
	display:inline;
	}
	
	#screen
	{
	width: 750px;
	z-index:3;
	top:0px;
	position:absolute;
	padding-left:50%;
	margin-left:-385px;
	margin-top:65px;
	z-index:1px;
	}
	

	
	#screen ul
	{
	list-style-image:url(arrow_ul.png);
	}
	
	#screen li
	{
	line-height:25px;
	}
	
	#footer
	{
	width:750px;
	font-size:10px; 
	color:gray; 
	border:0px solid #E9E9E9; 
	text-align:right; 
	margin-bottom:10px;
	clear:both;
	}

	#navigation
	{
	width: 800px;
	z-index:3;
	padding-left:50%;
	margin-left:-400px;
	top:0px;
	position:absolute;
	z-index:5;
	text-align:center;
	border: 0px solid gray;
	border-bottom-width:0px;
	border-top-width:0px;
	margin-top:10px;
	}
	
	#content
	{
	margin-top:50px;
	margin-left:30px;
	line-height:18px;
	color:#1D1D1D;

	}
	
	#content_startseite
	{
	margin-top:50px;
	margin-left:80px;
	line-height:18px;
	color:#696969;

	}
	
	#logo
	{
	float:right;
	margin:20px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	}
	
	#menu{
	width: 760px;
	height:30px;
	background-color:#009900;
	bbackground-color:gray;
	border: 0px solid #343434;
	border-top-width: 0px;
	padding-left:40px;
	}

	
	a 
	{
	color:#009900;
	text-decoration:none;
	}
	
	a:hover
	{
	text-decoration:underline;
	}
	
	h1
	{
	color:#00BC00;
	font-size:16px;
	letter-spacing:0px;
	display:inline;
	}
	
	h2
	{
	color:#00BC00;
	font-size:14px;
	letter-spacing:0px;
	display:inline;
	}
	
	h3
	{
	color:#515151;
	font-size:13px;
	letter-spacing:0px;
	display:inline;
	}
	
	h4
	{
	color:#515151;
	font-size:12px;
	letter-spacing:0px;
	display:inline;
	}	
	
	div.horizontal_scroller, div.vertical_scroller{
		position:relative;
		height:30px;
		width:600px;
		display:block;
		overflow:hidden;
		border:0 0px solid;
	}
	div.scrollingtext{
		position:absolute;
		white-space:nowrap;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
		color:white;
		padding-top:0px;
		padding-bottom:5px;
	}
	div.scrollingtext a{
		text-decoration:none;
		color:#009900;
	}	
