@charset "iso-8859-2";
/*** Linke Spalte ***/
#leftcolumn {
	color: 		#5c5c5c;
	width: 		15em;
	float: 		left;
}
/*** Inhaltsbereich ***/
#content {
	float: 		left;
	color: 		#5c5c5c;
	width: 		30em;
	display: 	inline;
}
#inhaltsbereich  {
	padding: 0 1.25em;
	overflow: auto;
}
/*** Rechte Spalte ***/
#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;}
