	body {
		background: url(../pics/blauer_bgs.jpg) repeat-x;
			padding: 40px;
		font-family: verdana, arial, helvetica;
		font-size: 12px;}
		
	p.inaktiv {
		color: #9cf;
		font-weight: bold;
		}
		
		
	a.navigation:link {
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		color: #039;
		text-decoration: none;		
		}

		a.navigation:visited {
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		color: #9cf;
		text-decoration: none;
		}

		a.navigation:active {
			font-family: Verdana, Arial, Helvetica;
			font-size: 12px;
			font-weight: bold;
			line-height: 24px;
			color: red;
			text-decoration: none;
		}

		a.navigation:hover {
			font-family: Verdana, Arial, Helvetica;
			font-size: 12px;
			font-weight: bold;
			line-height: 24px;
			color: maroon;
			text-decoration: none;
		}


	#content {
	
float:left;
background: #fff url(../pics/federn_lang.gif) right repeat-y;
width:230px;
height:450px;
padding: 20px;
background-color: #fff;
border: 1px solid #069;
}

#news  {
float:right;
background: #fff url(../pics/bg_blau2.jpg) repeat-x;
width:500px;
padding: 20px;
border: 1px solid #069;
margin-left: 10px; /* luecke dazwischen */
background-color: #fff;
}

