/* Ryba css from http://ryba.vepr.info by eda@zzz.cz*/
body{
  background-color: #000;
  color: #fff;
  font-family: Verdana;
  font-size:12px;
  margin:0;
  padding:0;
  text-align: center;
}
a{
  color:#9cc;
  text-decoration:none;
  }
a:hover{
  text-decoration:underline;
}
a img{
border:0;
}
h2{
  font-size:10px;
  height:15px;
  margin:5px 0 5px 0;
  padding:0 0 0 10px;
  color:#9cc;
  }
h3{
  font-size:13px;
  margin:5px 0 5px 0;
  padding-left:20px;
  color:#9cc;
  background: url('img/odrazkap.gif') no-repeat left;
  }
p{
  margin: 0 5px 10px 5px;
}
b{
  color:#9cc;
  }
ul{
	list-style: none;
}
.contrast{
 color:#9cc;
 }

/*    leve menu    */
#menu{
  width:355px;
  float:left;
  padding: 20px 0 0 20px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu ul li{
	list-style: none;
	display:block;
}
#menu a{
  line-height:15px;
  margin-left:120px; 
}
#menu a div{
  height:70px;
  width:250px;	
  position:relative;
  top:-15px;
  margin-right:5px;
  background-color: #002031;
  background-repeat: no-repeat;
  cursor:pointer;
}
/* prvky stranky */
#center{
  width:800px;
  height:600px;
  margin: 30px auto 0 auto;
  text-align:left;
  background: url('img/background.gif') no-repeat left top;
  }

#banner{
  height:200px;
  }
#text{
	float: left;
	z-index:10;
	text-align: left;
	height: 340px;
	width: 332px;
	padding: 0 5px 5px 5px;
	margin: 1px 0 0 0px;
	overflow: auto;
	background: url('img/textbg.gif') no-repeat 1px 0px;
	_background-attachment: fixed;
}
/* prohlizeni fotek*/
#foto{
	padding-left:2px;
}
#foto img{
	margin: 2px;
}
/* obrazky v pozadi menu */
.a_onas div{
  background: url('img/menu/onas.gif');
}
.a_onash div,.a_onas:hover div{
  background: url('img/menu/onash.gif');
}
.a_koncerty div{
  background: url('img/menu/koncerty.gif') right;
  margin-left:80px;
}
.a_koncertyh div,.a_koncerty:hover div{
  background: url('img/menu/koncertyh.gif') right;
  margin-left:80px;
}
.a_fotky div{
  background: url('img/menu/fotky.gif');
  margin-left:35px;
}
.a_fotkyh div,.a_fotky:hover div{
  background: url('img/menu/fotkyh.gif');
  margin-left:35px;
}
.a_download div{
  background: url('img/menu/download.gif') right;
  margin-left:100px;
}
.a_downloadh div, .a_download:hover div{
  background: url('img/menu/downloadh.gif') right;
  margin-left:100px;	
}

.vizitka{
  float:left;
  padding:0;
  width:140px;
  height:55px;
}
.vizitka img{
  float:left;
  margin:3px;
}

.ryba_nadpis{
  position: relative;
  top:53px;
  left:70px;
}
.nadpis_text{
  position: relative;
  width: 250px;
  height:32px;
  overflow:hidden;
  top: -15px;
  left: 385px;
  margin-top:0px;
  font-size:10px;
}
.nadpis_text span{
  display:block;
  width: 250px;
  height:32px;
  background:url('img/band.gif');
}
.probehle{
	color:#699;
}
/*  sekce o nas */
#clen_info{
  width:280px;
  height:20px;
  position:relative;
  visibility:hidden;
  top:-40px;
  margin: 0 15px -25px 15px;
  text-align:center;
  line-height:20px;
  background:url('img/foto_pruh.jpg');
  /* background:#000;
  opacity:0.6;
  filter: alpha(opacity=60); */
  }
.clen{
	display: none;
}
#prohlizec{
	position: absolute;
	left:50%;
	top:10px;
	width:800px;
	margin-bottom: 30px;
	margin-left:-400px;	
	padding:10px;
	text-align: center;
}
#prohlizec img{
	border: 10px solid #000;
	margin-top: 5px;
}
#prohlizec_lista{
	background-color: #000;	
}
.prohlizec_close{
	position:absolute;
	top:20px;
	right:20px;
	display: block;
	height:20px;
	width:20px;
	line-height: 20px;
	border: 1px solid #9cc;
}
#transparent{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:650px;
   background-color: #000;
   opacity: .8;
   /* použito kvu*li kompatibilite( se staršími verzemi Firefoxu a Mozilly */
   -moz-opacity: .8;
   filter:alpha(opacity=80);
}
