.showcontent {
  background: #383838;
  position: absolute;
  width: 130px;
  height: 120px;
  z-index: 100;
	-moz-opacity: 0.8;  filter: alpha(opacity=80);
	padding: 10px;
	color: #fff;
	margin-top: -150px;
	display: none;
}
.showcontent a {
  color: #fff;
}

ul.tabs {
	margin:0px; 
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	color:#ffebb5;
	text-decoration:none;
	border:1px solid #cdcdcd;
  width: 150px;

  float: left;
  height: 190px;
  font-weight:bold;
  textg-align: center;
  margin: 0 2px;
  text-align: center;
  padding-top: 20px;
}
#kuchyne ul, #skrine ul, #ostatni ul, #realizace ul {
  margin: 5px;
  list-style-type: none;
  padding: 0
}

ul.tabs li a.one {
	background: #262324 url(images/kuchyne.jpg) no-repeat bottom;
}

ul.tabs li a.two {
	background: #262324 url(images/skrine.jpg) no-repeat bottom;
}

ul.tabs li a.three {
	background: #262324 url(images/ostatni.jpg) no-repeat bottom;
}

ul.tabs li a.four {
	background: #262324 url(images/realizace.jpg) no-repeat bottom;
}


ul.tabs li a:hover {
	background-color:yellow;
	border-color:#2f343a;
color: #333333
}
ul.tabs li a.active {
	background-color:orange;
	color:#282e32;
	border:1px solid #464c54; 
	border-bottom: 1px solid #ffffff;
 
}
 
 #content1,
 #content2, 
 #content3,
 #content4  { 
 display:none; 
 }
