	body 
		{
		margin:0;
		padding:0;
		background-image:url(../media/background.jpg);
		background-repeat:repeat-x;
		font-family:arial;
		font-size:11px;
		letter-spacing:1px;
		line-height:14px;
		color:#000000;
		}
		
	img {border:0px;}
	
	a 	{
		color:1da245;
		font-weight:bold;
		text-decoration:none;
		}
	a:hover 
		{text-decoration:underline}
		
	table
		{
		font-family:arial;
		font-size:11px;
		letter-spacing:1px;
		line-height:16px;
		color:#000000;
		padding:0px;
		
		width:100%;
		
		}
		
	table .headline
		{
		font-size:12px;
		font-weight:bold;
		color:#1ea345;
		}
	
	table .bold
		{
		font-size:11px;
		font-weight:bold;
		height:20px;
		}
	
	td {vertical-align:top;}
	
	
	.border td 
		{
		padding:3px;
		border:1px solid #efefef;
		}

	.arrow
		{
		padding-left:12px;
		background-image:url(../media/green_arrow.gif);
		background-position:0px 2px;
		background-repeat:no-repeat;
		font-weight:bold;
		color:#1ea345;
		}
		
		
	.arrowBack
		{
		padding-left:12px;
		background-image:url(../media/green_arrowBack.gif);
		background-position:0px 3px;
		background-repeat:no-repeat;
		font-weight:bold;
		color:#1ea345;
		}
		
	#master
		{
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-450px;
		width:900px;
		}
		
	#slogan
		{
		position:absolute;
		left:630px;
		top:118px;
		}	
		
	#logo
		{
		position:absolute;
		left:25px;
		top:0px;
		}
		
	#news
		{
		position:absolute;
		left:640px;
		top:10px;
		width:240px;
		}
		
	#news img
		{
		float:right;
		}
		
	#news strong
		{
		color:#1ea345;
		letter-spacing:0px;
		}
	
	
	#navigation
		{
		float:left;
		margin-top:112px;
		background-color:#ffffff;
		}
		
	#navigation a 
		{
		display:block;
		float:left;
		background-color:#0073bc;
		padding-top:12px;
		padding-bottom:16px;
		padding-left:8px;
		padding-right:8px;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
		color:#ffffff;
		}
		
	#navigation .active
		{
		background-color:#cce3f1;
		color:#ff0000;
		}

		
	#navigation a:hover
		{
		background-color:#cce3f1;
		color:#0074c0;
		}
	
	#navSpacer
		{
		float:left;
		width:1px;
		border-left:1px solid #ffffff;
		font-size:1px;
		}
		
	#content
		{
		float:left;
		margin-top:20px;
		width:900px;
		min-height:400px;
		background-color:#ffffff;
		}
		
	.intern
		{
		background-image:url(../media/intern-background.jpg);
		background-position:160px 120px;
		background-repeat:no-repeat;
		}
		
	#vorstandPopup
	{
	position:absolute;
	left:30px;
	top:220px;
	width:380px;
	background-color:#eaf3f8;
	border:1px solid #848484;
	padding:10px;
	
	}
	
	#vorstandPopup a
	{
	display:block;
	float:right;
	width:15px;
	height:15px;
	background-image:url(../images/closeBut.gif);
	}
	
	#vorstandPopup a:hover
	{
	background-image:url(../images/closeButActive.gif);
	}
