@CHARSET "UTF-8";
SELECT.filters{
	border: 1px solid #ababab;
	width: 115px;
}
.disabled{
	color: #aaaaaa;
}
.siteMenu{
	color: #000; 
	font-size:12px;
	font-weight: normal;
}

.siteMenuNumbers{
	padding-left:5px;
	padding-right:5px;
}
.countInformation{
	font-size:12px; 
	padding-bottom:5px;
}


a.catInBox{
	display:block;
	width: 150px;
	height: 120px;
	margin:0px;
	padding:0px;	
	overflow: hidden;
	padding-top:4px;
	background-image:url(images/hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 1px solid #ffffff;
	cursor: pointer;
	margin-bottom:5px;
	margin-top:5px;
	}

a:hover.catInBox{
	border: 1px solid #418dc1;
	text-decoration: none;
	}
	
.catInBox div{
	display:block;
	width: 150px;
	height: 83px;
	margin:0px;
	padding:0px;	
	overflow: hidden;
}	
a.catLabel{
	position: relative;
	display: block;
	width: 148px;
	height:29px;
	background-image:url(images/verlauf_gelb.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	color: #575757;
	font-weight: bold;
	padding:0px;
	margin-left:5px;
	margin-top: -43px;
}	


