/* #################################
** # R. OBERMAYR Internet-Services #
** #################################
**
**  Dateiversion: 26.2.2007 
**  Datei       : footer_2007.css
**  Funktion    : Stylesheet für die Fußleiste der Website
*/


#footer {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	text-align: center;
	border-top-width: 1px;
	background-color: #000000;
	line-height: 120%;
	margin-top: 100px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
}


#footer a:link, a:visited{
	color:#666;
}

#footer a:hover, a:active{
	color: #999;
}

.copyright {
	background: #039;
	font-size: 9px;
	color: #666;
	padding: 3px;
}

.copyright a, .copyright a:visited {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

.copyright a:hover {
	color: #999;
	text-decoration: underline;
}
