@charset "UTF-8";
/* CSS Document */
	
BODY
	{
	font-size: 0.8em;
	}
	
#footer
	{
	clear: both;
	height: 45px;
	
	color: #666666;
	font-size: 0.9em;
	
	padding-top: 20px;
	}

#meta_navi
	{
	float: left;
	}
	
#meta_navi UL
	{
	margin: 0px;
	padding: 0px;
	}
	
#meta_navi UL LI
	{
	/*margin-top: 40px; */
	
	display: block;
	list-style: none;
	float: left;
	
	padding-right: 4px;
	margin-right: 4px;
	border-right: #666666 1px solid;
	line-height: 1em;
	}
	
#meta_navi UL LI.last
	{
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
	}
	
#footer A
	{
	text-decoration: none;
	color: #666666;
	}
	
#footer A:hover, #meta_navi UL LI.cur, #meta_navi UL LI.act A, #footer A:focus
	{
	text-decoration: underline;
	}
	
#letzte_aktualisierung
	{
	/*margin-top: 40px; */
	float: right;
	}
	
*:link:focus, *:visited:focus
{
	outline-color: #999999;
	outline-style: solid;
	outline-width: thin;
}