/* (c) 2007 by designsource°° GbR | Düsseldorfer Straße 88 | 40667 Meerbusch | Germany */


.footer {
	width: 800px;
	height: 30px;
	float: right;
}

.footer p {
    text-align: right;
	font-size: 1em;
	color: #fff;
	line-height:25px;
	vertical-align: center;
	padding-right: 15px;
}
.footer a {
    display: inline;
	line-height:25px;
	vertical-align: center;
} 
.footer a {
	color:#000;	
}
.footer a:hover {
	color:#fff;	
}