/**************/
/* footer row */
/**************/
#footer
{
	clear: both;
	width: 1000px;
	background: url(  "../images/layout/bg_main.gif" ) repeat;
	text-align:left;
}
#footerdiv
{
		width: 550px;
	margin-left: 225px;
	padding-bottom: 10px;
	background: white;
	font-size: 0.7em;
	color: silver;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	overflow: visible;
	float: none;
	display: block;
}
#footer span
{
	text-align: left;
	width: 130px;
	float: left;
}
#footer a
{
	color: rgb(0,153,102);
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer div.impressum
{
	border-top: 1px solid rgb(51,51,51);
	padding-top: 5px;
	color: rgb(51,51,51);
	text-align: left;
}
