/**************/
/* footer row */
/**************/
#footer
{
	float: none;
	width: 780px;
	height: 45px;
	display: block;
	background: url("../images/bg_footer.gif" ) no-repeat;
}
#bottomNavi
{
	width: 780px;
	height: 25px;
	display: block;
	text-align: right;
}
#impressum
{
	width: 780px;
	height: 20px;
	line-height: 19px;
	display: block;
	font-size: 75%;
	color: rgb(51,51,51);
	text-align: center;
}
#impressum a
{
	color: rgb(51,51,51);
	text-decoration: none;
}
#impressum a:hover
{
	color: rgb(62,129,233);
}
