/* 
  residencio.css
  Markus Meyer @2006 
*/


.footer /* DIV ganz unten */
{
  font-family: Verdana, Arial, Sans-serif;
  color:#0F007C;
  width: 720px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer a, .footer a:visited, .footer a:active, .footer a:focus, .footer a:link
{
  font-family: Verdana, Arial, Sans-serif;
  color:#0F007C;
  font-size:9px;
  text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	font-size: 10px;
}

