/* ----------------------- tabs ----------------------------*/
.hide { position: absolute; top: -9999px; left: -9999px; }

#tablau {
	clear:both;
	width:100%;
	margin: 0; 
	padding: 0; 
	border:1px solid #eee;
	-moz-box-shadow: 1px 1px 10px #666; 
	-webkit-box-shadow: 1px 1px 10px #666;
	box-shadow: 1px 1px 10px #eee;
}

#tablau ul {
	list-style:none; 
}

#tablau .tabo {
	clear:both;
	background: #eee; 
	overflow: hidden; 
	margin: 0; 
	padding: 0; 
}
#tablau .tabo li { width: auto; float: left; margin: 0; }
#tablau .tabo li.last { margin-right: 0; }
#tablau .tabo li a { 
	display: block; 
	padding: 10px 10px; 
	background: #959290; 
	color: white; 
	font-size: 13px; 
	font-weight:bold;
	text-align: center; 
	border-right:2px solid #eee; 
	text-decoration:none; 
	border-radius:0px 0px 0px 0px;
}

#tablau ul li.tabo-one a.current, #tablau ul li.tabo-one a:hover { background-color: #d60c0c; color: white; }
#tablau ul li.tabo-two a.current, #tablau ul li.tabo-two a:hover { background-color: #0575f4; color: white; }
#tablau ul li.tabo-three a.current, #tablau ul li.tabo-three a:hover { background-color: #8d01b0; color: white; }
#tablau ul li.tabo-four a.current, #tablau ul li.tabo-four a:hover { background-color: #FE4902; color: white;}

#tablau .list-wrap {
	margin:0; 
	padding:10px; 
	overflow:hidden; 
	list-style:none; 
	border:0px solid black;
	background-color: #FFF; 
}

#tablau .list-wrap ul{ 
	margin:0;
	padding:0; 
	list-style:none;
}

#tablau .list-wrap ul li { 
	background:url(../img/arrow2.gif) no-repeat 0 6px;
	margin:0 0 0px 25px;
	padding:1px 0 1px 15px; 
}