/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

a, a:link {
  text-decoration: none;
  color: #0094DE;
}

a:hover {
  text-decoration: underline;
}

body {
  background: #FFFFFF url(../images/background.jpg) repeat;
  color: #7D7979;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13.2px;
  line-height: 1.45em;
}


#wrapper {
  width: 100%;
  background: transparent url(../images/bg-wrapper.jpg) no-repeat;
  min-height: 400px;
}

#content {
  width: 900px;
  margin-left: 160px;
  position: relative;
}

#header {
  height: 200px;
  text-align:left;
  width: 900px;
}

#header h1 {
  font-size: 100%;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#header h1 a#logo:link, #header h1 a#logo:visited{
  background:url("../images/logo.png") no-repeat scroll left top transparent;
  display: block;
  float: left;
  height: 155px;
  margin: 20px 0 0 50px;
  text-indent: -9999px;
  width: 155px;
}

#header h1 a#logo:hover {
  background:url("../images/logo-hover.png") no-repeat scroll left top transparent;
  display: block;
  float: left;
  height: 155px;
  margin: 17px 0 0 47px;
  text-indent: -9999px;
  width: 155px;
}

ul#menu {
  list-style: none url();
  float: right;
  background: transparent url(../images/bg-menu.png) no-repeat;
  padding: 0px 20px;
  margin: 60px 0 0 0;
  height: 61px;
}

ul#menu li {
  float: left;
  margin: 20px 7px;
}

#main-content {
  width: 580px;
  float: right;
  padding-right: 10px;  
}



h2.onas, h2.koncertujeme, h2.hrajeme, h2.fotime, h2.pisi, h2.piseme, h2.kontakt{
  text-indent: -9999px;
  display: block;
  margin-left: -10px;
  width: 500px;
  height: 30px;
}

h2.onas{
  background:url("../images/jen-tak-onas.png") no-repeat scroll left top transparent;
}
h2.koncertujeme{
  background:url("../images/jen-tak-koncertujem.png") no-repeat scroll left top transparent;
}
h2.hrajeme{
  background:url("../images/jen-tak-hrajem.png") no-repeat scroll left top transparent;
}
h2.fotime{
  background:url("../images/jen-tak-fotime.png") no-repeat scroll left top transparent;
}
h2.pisi{
  background:url("../images/jen-tak-pisi.png") no-repeat scroll left top transparent;
}
h2.piseme{
  background:url("../images/jen-tak-piseme.png") no-repeat scroll left top transparent;
}
h2.kontakt{
  background:url("../images/jen-tak-kontakt.png") no-repeat scroll left top transparent;
}

  

.button {
  position: absolute;
  bottom: 20px; 
}

.button2 {
  position: absolute;
  bottom: 20px;
  left: 200px; 
}  

h2 {
  color: #0094DE;
  font-size: 15px;
  padding-bottom:19px;
}

p{
  text-align: justify;
  font-size:13.2px;
  line-height:1.45em;
  padding-bottom:19px;
}


.koncerty{
  padding-bottom: 30px;  
}

.koncerty th{
  border-bottom: 2px solid #7D7979;
  padding: 5px;  
}  

.koncerty td{
  padding: 5px;
  border-bottom: 1px solid #C0C0C0;
  height: 50px;  
} 

.hidden {display: none;}

.text-right p{
  text-align: right; 
}

a.more{
  background: url("../images/more.jpg") no-repeat scroll left top transparent;
  padding: 3px 0px 3px 25px;
  color: #625E5D;
  font-weight: bold;
}

a.web{
  background: url("../images/web.jpg") no-repeat scroll left top transparent;
  padding: 3px 0px 3px 25px;
  color: #625E5D;
  font-weight: bold;
}



#footer {
  width: 900px;
  margin-left: 160px;
  border-top: 1px solid #A2D5E8;
  padding-top: 10px; 
}

#footer p {
  text-align: right;
  font-size: 10px;
  color:#0094DE;
}

div.galerie{
  float: left;
  text-align: center;
  width: 230px;
  margin: 0px 27px 20px 27px;
}

#galerie img{
 margin: 0px 10px 20px 10px;
}

#galerie a:link img{
 border: 5px solid #A2D5E8;
}
#galerie a:hover img{
 border: 5px solid #0094DE;
}

#foto img {
  border: 5px solid #94526B;
  margin: 5px 35px 27px 35px;
}
fieldset{
  border: none;
  margin-left: -8px;
}
label{
  font-size: 12px;
  color: #301A21;
}
#player-holder {
  padding-bottom: 20px;
}
.zvyraznit {
  font-size: 120%;
  color: #AD4284;
}