/* Scrollable */
#scrollable { 
    position:relative; 
    overflow:hidden;
    /*height: 310px;*/
    height: 340px;
    /*width: 700px;*/
} 
 
#scrollable div.items { 
    position:absolute; 
    height:20000em;
	width:700px; 
}

#scrollable div.items div.item{
	width:700px;
	height:340px;
	overflow:hidden;
}

.browse{
	cursor:pointer;	
	margin-left:210px;
	margin-top:18px;
	text-align:center;
	text-decoration:none;
	display:block;
	padding:0;
	width:229px;
	height:18px;
	line-height:18px;	
}

.disabled{
	opacity:0.3;
	visibility:hidden;
}

.nextPage{
	background:url('../images/pfeil-unten.png') no-repeat scroll 0 0 transparent;
	margin-top:5px;
}

.prevPage{
	background:url('../images/pfeil-oben.png') no-repeat scroll 0 0 transparent;
	margin-bottom:5px;
	margin-top:5px;
}

#scrollNavigation{
	float:right;
	height:26px;
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:bold;	
}

#scrollNavigation li {
	float:left;
	list-style-type:none;
	margin-left:10px;	
	padding:0;
	text-indent:0;
}

#scrollNavigation li a {
	color:#666666;;
	text-align:center;
	text-decoration:none;
	display:block;
	margin:0px;	
	padding:0;
	width:26px;
	height:26px;
	line-height:26px;
	background:url('../images/scrollNavi_active.png') no-repeat scroll 0 0 transparent;
}

#scrollNavigation li a.current {
	background:url('../images/scrollNavi_inactive.png') no-repeat scroll 0 0 transparent;
}

/* Tabs */
ul.tabs { 
	list-style:none; 
	margin:0 0 16px 0 !important;
	padding:0;
	height:30px;
	background-image:url('../images/green-dot.gif');
	background-repeat:repeat-x;
	background-position:0px bottom;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	height:30px;
	min-width:50px;
}

ul.tabs a { 
	background-image: url('../images/tab_inact.png');
	background-repeat: repeat-x;
	font-size:11px;
	/*height: 30px;*/
	text-align:center;	
	text-decoration:none;
	color:#6a6969;
	margin:0px;
/*	padding: 10px 5px 7px 5px;*/
	height:30px;
	font-weight:bold;
	display:block;
	float:left;
}
ul.tabs a:hover{
    color:#6a6969;
    text-decoration:none;
}
ul.tabs a span{
	padding: 10px 0 0 0;
	display:block;
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-image: url('../images/tab_act.png');	
	cursor:default !important; 
	/*color:#000 !important;*/
	font-weight:bold;
/*	padding-left:0px;
	padding-right:0px;
	*/
}

div.panes div.pane {
	display:none;		
}

.leftTab{
	background-image: url('../images/tab_inact_l.png');	
	background-repeat:no-repeat;
	width:12px;
	height:30px;	
	margin:0;
	/*padding:8px 6px 8px 2px;*/
	display:inline;
	float:left;
}
.rightTab{
	background-image: url('../images/tab_inact_r.png');
	background-repeat:no-repeat;
	width:12px;
	height:30px;	
	margin:0;		
	/*padding:8px 6px 8px 2px;*/
	display:inline;
	float:left;
}
