/* CSS vytvoril Falcon 7.9.2009 */
/* Obecná definícia */
*
{
margin:0px; 
padding:0px;
}

body
{
	background-color: #252525;
	margin: 0px;
	font-family: 'Tahoma','Arial','Calibri';
	text-align: center;
	color: #707070;
	line-height: 1.5;
	font-size: 12px;
}
h2
{
	font-family: 'Arial','Calibri';
	color: #ffffff;
	font-size: 19px;
	font-weight: lighter;
}
ul#dates
{
margin-top: 10px;
margin-left: 15px;
}
ul#dates li
{
	color: #c7c7c7;
	border-bottom: 1px dotted #c7c7c7;
	font-size: 14px;
	width: 500px;

}
h3
{
	font-family: 'Tahoma','Calibri';
	color: #dddddd;
	font-size: 16px;
	font-weight: lighter;
}
a
{
	color: #b31da6;
	text-decoration: none;
}
p
{
margin-bottom: 10px;
}
#all
{
  width: 766px;
	text-align: left;
	margin: 0px auto;
}

/* Hlavička */
#lista
{
	background:#222222 url(../images/vrchna_lista.jpg) repeat-x;
  width: 100%;
  height: 55px;
	margin: 0px;
}
#head
{
	background:#cfcfcf url(http://www.ksandra.cz/images/header2.jpg) no-repeat;
  width: 766px;
  height: 255px;
	margin: 0px auto;
}
.logo
{
margin-left: 473px;
}
h1 a, h1 span {
	display: block;
  width: 283px;
  height: 89px;
}
h1 a {
	background:#a2d5fa  url(../images/logo.png) no-repeat;
	color: #ffffff;
	position: relative;
	line-height: 89px;
	text-align:left;
}
h1 span {
	position: absolute;
	top: 0;	
  left: 0;
	cursor: pointer;
}
h1 a span {
	background: url() no-repeat;
}
h1 a:hover {
	color: #ff7e00;
}


ul#menu li 
{ 
list-style-type: none; 
float: left; 
} 
ul#menu
{ 
background-image: url(../images/menu.jpg);
background-color: #222222;
background-repeat: repeat-x;
height: 72px;
padding-left: 27px;
} 

ul#menu li a 
{ 
display: block; 
line-height: 45px; 
text-align: center; 
background-color: #242424;
background-repeat: no-repeat;
width: 119px;
height: 72px;
color: white;
text-decoration: none; 
} 
ul#menu li a.news {background-image: url(../images/menu-news.jpg); width: 118px;}
ul#menu li a.dates {background-image: url(../images/menu-dates.png);}
ul#menu li a.forum {background-image: url(../images/menu-forum.gif);}
ul#menu li a.download {background-image: url(../images/menu-download.jpg);}
ul#menu li a.about {background-image: url(../images/menu-about.jpg);}
ul#menu li a.gallery {background-image: url(../images/menu-gallery.jpg);}
ul#menu li a.news:hover {background-image: url(../images/menu-news-hover.png); width: 118px;}
ul#menu li a.dates:hover {background-image: url(../images/menu-dates-hover.png);}
ul#menu li a.forum:hover {background-image: url(../images/menu-forum-hover.png);}
ul#menu li a.download:hover {background-image: url(../images/menu-download-hover.png);}
ul#menu li a.about:hover {background-image: url(../images/menu-about-hover.png);}
ul#menu li a.gallery:hover {background-image: url(../images/menu-gallery-hover.png);}
h2.news {background-image: url(../images/h2_news.jpg);}
h2.dates {background-image: url(../images/h2_dates.jpg);}
h2.forum {background-image: url(../images/h2_forum.jpg);}
h2.about {background-image: url(../images/h2_about.jpg);}
h2.download {background-image: url(../images/h2_download.jpg);}
h2 {background-repeat: no-repeat;}

ul#menu li span {
  display:none;
}
hr.clear
{
clear: both;
visibility:hidden;
}

.obr1
{
float: left;
margin-left: 35px;
margin-top: 23px;
}
.obr2
{
float: right;
margin-right: 35px;
margin-top: 23px;
}

#prava
{
  width: 700px;
}

#pozadie
{
	background-color: #212121;
  width: 713px;
  border-top: 1px solid #535353; 
  border-bottom: 1px solid #535353; 
  margin: 30px auto 5px auto;
  padding: 20px 15px 20px 15px;
}

hr
{
clear: both;
}
.foto
{
clear: both;
margin-top: 10px;
}
#down
{
float: right;
}
.float{
float: right;
width: 280px;
text-align: left;
margin-left: 10px;
margin-top: 15px;
}

/* Fotogalerie */

a.obal1{
  width:80px;
  height:80px;
  background-color: #4B4645;
  margin:0 5px 5px 0;
  text-align:center;
  display: table;
  #position: relative; 
  overflow: hidden;
  float:left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  table-layout: fixed;
}

a.obal1:hover{
  background-color:#949494;
}

span.obal2{
  _position: absolute; 
  #top: -50%;
  &top: 0;
  display: table-cell; 
  vertical-align:middle;
}
  
span.obal3{
  #position: relative;
  #top: -50%;
  &top: 0;
  display:block;
}

.thumb{
  max-width:93px;
  max-height:75px;
}

span.obal2 {
  &width: 100%;
  &position:absolute;
  &top: 50%;
  &left: 0;
  _left:0;
}
span.obal3 {
	&position: relative;
	&top: -50%
}

a img,
a.highslide img{
  border:none;
}


