/*
Kategorien  Tabs für die Kategorien.
*/
#nav a.current {
background-color:#cc0000;
color:#fff;
font-size:11px;
}

#nav a {
	/*padding: 6px 16px ;*/
	
	
	color:#000;
	display:block;
	padding: 6px 22px !important;
	background-color:#fff;
	text-decoration:none;font-size:11px;
}
	
#nav a:hover {
	background-color:#9c9c9c;
	color:#fff;

}	

.bgUlKategorien {
background-color:#FFFFFF; width:800px; 
}
.kategorien {
	/* custom decorations */
}

.kategorien ul {
clear:both; position:relative; padding-left:0px; 
}

.kategorien ul li{
list-style:none;
float:left;
overflow:hidden;
border-left:1px dotted #999999;
padding:2px;
margin-bottom:5px;
}
.kategorien ul li.first{

}
.kategorien ul li.right{

}
.kategorien ul li.last{
border-right:1px dotted #999999;
}
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 400px;
	height:140px;
	/* custom decorations */
	border:1px dotted #ccc;
	/*background:url(/js/jquery/h300.png) repeat-x;*/
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:20px 5px 20px 21px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}



