/* resety */
* {
  padding: 0;
  margin: 0;
  text-indent: 0;
  border: 0;
}

h1, h2, h3, h4, a img {
  padding: 0;
  margin: 0;
  border: 0;
}

ul, ol { list-style: none  }

table, td, th {
  border: 0;
  font-size: 1em;
  font-weight:normal;
}
/* resety konec*/


/* zakladni ostylovani*/
body {
  background-image : url(img/background.gif);
  font: normal normal normal 0.6em Tahoma, Arial, Helvetica;
  color: #666666;
  letter-spacing: .1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  text-indent: 10px;
}

#all {
  background-color : black;
  border: 0px solid Silver;
  height: auto;
  margin: 0px auto 0 auto;
  padding: 0px 0;
  text-align: left;
  width: 660px;
  border-bottom : 1px dotted gray;
  border-left : 1px dotted gray;
  border-top : 1px dotted gray;
  border-right : 1px dotted gray;
}

#hlavni {
  border: 1px solid black;
  margin: 0 0px;
  width: auto;
  height: auto;
}
/* konec zakladniho ostylovani*/


/* definice sloupcu*/
#hlavicka {
  background-image : url(img/header.gif);
  width: auto;
  height: 117px;
  text-align: center;
}

#menu {
  background: black;
  width: auto;
  height: 23px;
  text-align: center;
}

#obsah {
  background: black;
  width: auto;
  height: auto;
  margin: 5px 5px 0 5px;
  padding-bottom: 5px;
}


#levy_sloupec {
  background-image : url(img/levy_header.gif);
  background-repeat : no-repeat;
  float: left;
  height: auto;
  width: 180px;
  margin-bottom: 5px; /* odsazeni od paticky pro IE */
}

#content {
  padding: 0 0 0 195px;
}

#paticka {
  background-image : url(img/header_2.gif);
  clear: both;
  width: auto;
  height: 80px;
  padding: 5px 0;
  text-align: center;
}
/* konec definice sloupcu*/


/* ostylovana pisma*/
h1{color : lime; font-size: 8pt; text-indent: 10px;}
h2{color : white; font-size: 6pt; text-indent: 10px;}
h3{color : white; font-size: 8pt; text-indent: 10px; line-height: 1.3;}
h4{color : white; font-size: 7pt;  text-indent: 10px; text-align : justify;}
p{color : white; font-size: 7pt;  text-indent: 10px; text-align : justify;}
font{color : white; font-size: 7pt; font-weight : bolder; text-indent: 10px; text-align : justify;}
/* ostylovana pisma konec*/


/* obrázky*/
.news {
   float : left;
	margin: 5px 10px 0px 8px; 
}

.charts {
   float : left;
	margin: 0px 5px 0px 5px; 
}

.obrazek {
   float : none;
	margin: 10px 0px 10px 10px; 
	text-align: center;
}

.pics {
   float : center;
	margin: 10px 20px 10px 0px; 
}

.promotion {
   float : center;
	margin: 0px 0px 17px 0px; 
}

.linka {
   float : center;
	margin: 3px 0px 3px 0px; 
}
/* obrázky konec*/



/* odkazy*/


a.{
font-family : Tahoma, Arial, Helvetica;
text-decoration: none;
color : lime;
}

a:link{
font-family : Tahoma, Arial, Helvetica;
text-decoration: none;
color : lime;
}

a:visited{
font-family : Tahoma, Arial, Helvetica;
text-decoration: none;
color : lime;
}

a:hover{
font-family : Tahoma, Arial, Helvetica;
text-decoration: none;
color : white;
} 
/* odkazy konec*/



/* formuláře*/

input.form{
margin-left : 10px;
border-top : 1px solid #666666 ;
border-left : 1px solid #666666 ;
border-bottom : 1px solid #666666 ;
border-right : 1px solid #666666 ;
background: #141414;
font: Tahoma; color : white; font-size: 9pt;
}

textarea.form{
margin-left : 10px;
border-top : 1px solid #666666 ;
border-left : 1px solid #666666 ;
border-bottom : 1px solid #666666 ;
border-right : 1px solid #666666 ;
background: #141414;
font: Tahoma; color : white; font-size: 8pt;
}

input.button{
margin-left : 10px;
border-bottom : 1px solid #666666 ;
border-right : 1px solid #666666 ;
border-top : 1px solid #666666 ;
border-left : 1px solid #666666 ;
text-align : center;
background-color : #141414;
font: Tahoma; color : white; font-size: 8pt;
}
/* formuláře konec*/



/* strankovani*/

select {
	width: 100%;
	background: #141414;
	border: 1px #666666 solid;
	font: Tahoma; color : white; font-size: 7pt; 
	text-align : justify;
}
/* strankovani konec*/




/* lightbox*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* lightbox konec*/