/* catfish and 'position:fixed' emulation */

#catfish {
position:fixed;
bottom:0;
background:transparent url(../images/bg_footer.gif) repeat-x left bottom;
padding: 5px 0px 0px 0px;
height: 42px;  /* includes transparent part */ 
margin: 0; 
width:100%;
min-width: 955px;
font-size: 11px;
color: #41403b;
border: none;
}
#catfish img.hinz-footer {
	float: left;
	margin: 0px 5px 0px 10px;
}
#catfish h3{ /* a simple little image replacement for the main text and image */
overflow:hidden;
text-indent:-1000em;
background: transparent url(images/catfish.gif) no-repeat left bottom;
width:279px;
height:79px;
float:left;
}
#catfish p {
	margin: 5px 0px 4px 0px;
}

html {
padding:0 0 58px 0;
border: none;
}
#catfish .subnavi {
	font-size: 9px;
	margin: 0px 0px 0px 10px;
	padding: 2px 0px 0px 0px;
	clear: left;
	color: #ffffff;
}
#catfish .subnavi a, #catfish .subnavi a:link, #catfish .subnavi a:visited {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
#catfish .subnavi a:hover {
	color: #ffffff;
	text-decoration: underline;
}
