/************* SLIMBOX ************/
/************* SLIMBOX ************/
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/************* KONEC SLIMBOX ************/
/************* KONEC SLIMBOX ************/



* {
margin:0;
padding:0;
}

body {
  font-family: verdana, arial;
  font-size: 90%;
  color: #FFFFFF;
  background :#e4e2e2;
  margin: 0 auto;
  width: 900px;
}
h1 {
  font-size: 25px;
  color: #e4e2e2;
}

h2  {
  font-size: 20px;
  padding:5px;
  color: #333333;
}

h3 {
  font-size: 15px;
  padding:5px;
  color: #333333;
}

a {
  text-decoration: underline;
  color: #000000;
  font-weight: bold;
  font-size: 85%;
}

table.fotky {
  border: 0px;
  }

td.fotky {
border: 0px;
padding:1px;
text-align: center;
}

td.party {
border: 0px;
padding-top:5px;
text-align: center;
}

.odkaz {
font-size: 10px;
color:rgb(0,0,0);
font-weight: bold;
text-decoration: none;
}

a:hover {
  text-decoration: none;
  }

#hlavicka {
  position: relative;
  width: 900px;
  height: 150px;
}

#hlavicka span {
  background: url(images/hlava.gif) no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 900px;
  height: 150px;
}
 #podhlava {
  background: url(images/podhlava.png) no-repeat;
  width: 900px;
  height: 45px;
 }


#telo {
  background: url(images/telo.png) repeat-y;
}

#left {
  position: relative;
  float: left;
  width: 180px;
}

  #menu {
    width: 180px;
    height: 150px;
    background: #999999 url(images/menu.jpg) no-repeat;
    position:relative;
    left:0;
    top:0;
  } /*seznam s odkazy*/ 
  #menu li {
      list-style:none;
      position: absolute;
      left: 0;
      height: 25px;
      width: 180px;
  } 
      
  #menu li, #menu a {
      height:25px;
      display:block;
  } 
    
  #menu li a span {
      position:absolute;
      left:-9999px;} 
      /*textové odkazy odsun do pice*/ 
    
      /*pozicování položek seznamu*/   
  #info {top:0px} 
  #crew {top:25px} 
  #partylist {top:50px} 
  #down {top:75px} 
  #gallery {top:100px} 
  #gbook {top:125px} 

  
    /*hover efekt*/ 
  #info a:hover, #info a.active {
    background: transparent url(images/menu.jpg) 0px -150px no-repeat} 
  #crew a:hover, #crew a.active {
    background: transparent url(images/menu.jpg) 0px -175px no-repeat} 
  #partylist a:hover, #partylist a.active {
    background: transparent url(images/menu.jpg) 0px -200px no-repeat} 
  #down a:hover, #down a.active {
    background: transparent url(images/menu.jpg) 0px -225px no-repeat} 
  #gallery a:hover, #photo a.active {
    background: transparent url(images/menu.jpg) 0px -250px no-repeat} 
  #gbook a:hover, #contact a.active {
    background: transparent url(images/menu.jpg) 0px -275px no-repeat} 
    
  #menudole {
    text-align: center;
  }
  
  
  /************* Pocitadlo ************/
  #menudole div.pocit table {
    font-size:10px;
    table-layout: fixed;
    width: 0px;
    background: #CCCCCC;
    border: 0px;
  }

  #menudole div.pocit table tr.aa {
    background: #ff9900;
    color:black;
  }

  #menudole div.pocit table tr.bb {
    background: #000000;
    color: #ff9900;
  }

  #menudole div.pocit table td {
    border: #999999 solid 1px;
    margin:2px;
    padding:2px;
    text-align:center;
    font-weight:bold;
    width: 60px;
  }
/************* /pocitadlo ************/
  

#nadpage {
  width:705px;
  float: right;
}

  #page {
    float: left;
    width: 500px;
    height: 680px;
    padding: 10px;
    position: relative;
    overflow: auto;
    
  }
  
  #page .info  {
    width:490px;
    float: left; 
    margin-bottom: 30px;
  }
  
  #page img.floatleft  {
    float: left; 
    margin: 5px
  }
  
  #page img  {
    border: 1px #333333 solid;
    background: #CCCCCC;
    padding: 2px;
  }
  
  
  #page img.nic  {
    border: 0;
    padding: 0;
    margin-top:30px;
  }
  
  #page img.nicban  {
    border: 0;
    padding: 0;
    margin-bottom:30px;
  }

  
  .crew {
  float: left;
    border-bottom: #000000 2px solid;
    padding-top: 20px;
    padding-bottom: 5px;
    width: 490px;
    
  }
  
  .crew img {
    float: left;
    margin-right:10px;
  }
  
  #page span.dat{
    font-size: 9px;
  }
  
  #page span.nadpis{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    padding-left:20px;
  }

  #right {
    position: relative;
    float: right;
    width: 170px;
    text-align: center;
    
  }
  
#footer {

  background: #e4e2e2 url(images/pata.png) no-repeat;
  width: 900px;
  height: 90px;
  border-bottom: 20px solid #e4e2e2;
  clear:both;
}

#footer p {
  text-align: center;
  padding: 65px 0 0 0; 
  color: #000000;
  font-weight: bold;
  font-size: 10px;
  
  
}
