@charset "utf-8";
/* CSS Document */

/* Splash-Boxen */

div.splash-cat {
	float: left;		
	width: 33%;
    	margin: 0px;
	padding: 0;
	text-align: center;
	text-decoration: none;	
  	border: 0px solid gray;
	background: none;/*url(/gfx/splashbox.gif);*/
}

div.splash-cat .infobox {
	margin: 0px auto;
	float: none;
	text-align: center;
}

div.splash-cat .infobox-content {
	height: 250px;
}

div.splash-cat a {
	display: block;
	color: #AAA;
    background: transparent !important;
	
}
div.splash-cat a:hover {
	color:  black;
	background: #E5E5E5 !important;
}
div#footer {
	position: absolute;
	bottom: -28px;
	right: -15px;
	z-index: 9;
	font-size: 9px;
}

ul.splash-ul a {
	font-size: 16px;
}