@charset "iso-8859-2";
/*** Linke Spalte ***/

/*** Inhaltsbereich ***/
#content {
	float: 		left;
	color: 		#5c5c5c;
	width: 		45em;
	display: 	inline;
}
#inhaltsbereich  {
	padding: 0 0.625em 0 0.625em;
}
#rightcolumn {
	color: 		#003560;
	width: 		15em;
	float: 		left;
}
/*** Fusszeile ***/
#footer {
	width: 			58.75em;
	clear: 			both;
	color: 			#5c5c5c;
	padding: 		0.625em;
	border-top: 	#8dae10 solid 1px;
	border-bottom: 	2px solid #ccc;
}
/*** Inhalt Fusszeile ***/
#footer a:link,#footer a:visited {
	text-decoration:none;
	color:	#5c5c5c;
	font-size: 1em;
	}
#footer a:hover {
	text-decoration:underline;
	}
#fusszeilentext {font-size: 0.689em;}
