/* CSS Document */

body {
	background-color: rgb(0,66,140);
	text-align: center;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-top: 20px;
}


/* UTILS */

.hidden {
	display: none;
}

.correct {
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;

}

/* MAIN */

#document {

	text-align: left;
	
	width: 720px;
	_width: 718px;
	margin: 10px auto;	
	padding: 15px;
	padding-left: 20px;
	padding-right: 20px;	
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}

/* HEADER */
#header {
  width: 100%;  
  padding: 0px;
  
}

#header .block-row {
  width: 100%;
  margin-bottom: 2px; 
  padding: 0px;
}

#header .block {
  float: left;
  margin: 0;
  margin-right: 2px;
  
  width: 88px;
  height: 88px;
  background-color: #E0E0E0;
  background-image: url(images/blank_block.gif);  border: 0px solid #A0A0A0;   
text-align: center;
  vertical-align: middle;
  
  /*border: 1px solid green;*/  
}

#header .lastblock {
  margin-right: 0px;
}

#header .block-row a {
	display: block;
	width: 88px;	
	height: 88px;
}

#header .block h1 {
	padding: 0;
	margin: 0;
}

#header .block span {
	padding: 0 auto;
	margin: 0 auto;
}

#header .block .centered {
	margin: 0 auto;
	display: block;
	/*height: 100%;*/
	vertical-align: bottom;
	background-color: rgb(0,66,140);	

}
	
#header .block a {
	background-color: rgb(0,66,140);
	color: white;
	vertical-align: bottom;
	text-decoration: none;	
}

#header .block a .menuitem {
	height: 28px;
	padding-top: 60px;
	display: block;
}

#header .block a:hover {
	background-color:#FF9900;
	text-decoration: underline;
}


#header #logo {
	background: url(images/logo.png);
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 83px;
	height: 83px;
}



#header #r1c1 {
  background: url(images/blocks/grafika_01.gif);
  background-position: -6px 0;
}

#header #r1c2 {
  background: url(images/blocks/grafika_02.gif);
}

#header #r1c3 {
  background: url(images/blocks/grafika_03.gif);
}

#header #r1c4 {
  background: url(images/blocks/grafika_04.gif);
}

#header #r1c5 {
  background: url(images/blocks/grafika_05.gif);
}

#header #r1c6 {
  background: url(images/blocks/grafika_06.gif);
}

#header #r1c7 {
  background: url(images/blocks/grafika_07.gif);
}

#header #r1c8 {
  background: url(images/blocks/grafika_08.gif);
}

#header #r2c1 {
  background: url(images/blocks/grafika_09.gif);
  background-position: -6px 0;
}

#header #r2c2 {
  background: url(images/blocks/grafika_10.gif);
}

#header #r2c3 {
  background: url(images/blocks/grafika_11.gif);
}

#header #r2c4 {
  background: url(images/blocks/grafika_12.gif);
}

#header #r2c5 {
  background: url(images/blocks/grafika_13.gif);
}

#header #r2c6 {
  background: url(images/blocks/grafika_14.gif);
}

#header #r2c7 {
  background: url(images/blocks/grafika_15.gif);
}

#header #r2c8 {
  background: url(images/blocks/grafika_16.gif);
}

#header #r3c1 {
  background: url(images/blocks/grafika_17.gif);
  background-position: -6px 0;
}

#header #r3c2 {
  background: url(images/blocks/grafika_18.gif);
}

#header #r3c3 {
  background: url(images/blocks/grafika_19.gif);
}

#header #r3c4 {
  background: url(images/blocks/grafika_20.gif);
}

#header #r3c5 {
  background: url(images/blocks/grafika_21.gif);
}

#header #r3c6 {
  background: url(images/blocks/grafika_22.gif);
}

#header #r3c7 {
  background: url(images/blocks/grafika_23.gif);
}

#header #r3c8 {
  background: url(images/blocks/grafika_24.gif);
}

#header #generalni-sponzor {
	background: transparent url(images/generalni-sponzor.png);
	_background: transparent url(images/generalni-sponzor-ie.png);	
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 82px;
	height: 82px;
}

#header #flag-cs {
 	background: transparent url(images/flag-cs.jpg);
 	width: 87px;
	height: 87px;
}

#header #flag-en {
 	background: transparent url(images/flag-en.jpg);
 	width: 87px;
	height: 87px;
}


/* NAVIGACE */
#topmenu {
  width: 718px;
  line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 3px;	
	padding: 0; 
}

#topmenu ul {
  margin: 0;
  padding: 0;     
  list-style: none;
  display: table;
  border-collapse: separate;
  list-style-position: inside;
  list-style-type: none;
  _height: 1px;
  _width: 100%;  
  

}

#topmenu li {
  margin: 0 auto;
  padding: 0; 
  width: 88px;
  height: 100%;
  display: table-cell;
  

  _width: 88px;
  _float: left;  
}

*:first-child+html #topmenu li
{
	float: left;
	margin-right: 2px;
}

#topmenu .last {
  margin: 0;
  width: 88px;
}

*:first-child+html #topmenu .last
{
	margin-right: 0;
}


#topmenu a {
  display: block;
  background-color: rgb(0,66,140);  border: 0px solid #A0A0A0;   
  color: white;  
  
  text-decoration: none;  
  text-align: center;  
  vertical-align: middle;  
  
  height: 2.9em;
  width: 87px;   
  margin: 0px;
  margin-right: 3px;
  padding: 5px 0;
}



#topmenu .long {
	width: 178px;
}

#topmenu a:hover {
  background-color: #FF9900;  border: 0px solid #A0A0A0;   
color: white;  
  text-decoration: none;
  font-weight: bold;
}

#topmenu .selected a {
/*	margin-bottom: -10px;
	padding-bottom: 10px;
	_margin-bottom: 0px;
	_padding-bottom: 0px;
	background-color: #e0e0e0;
	height: 2.95em;
	color: black;*/
}

#topmenu .selected a:hover{
/*	margin-bottom: -10px;
	padding-bottom: 10px;
	background-color: #e0e0e0;
	height: 2.95em;*/
}

#topmenu .lastitem {
  margin: 0;
  width: 88px;
}


/* MIDDLE */
.middle {
  width: auto;
  background-color: #E0E0E0;
  overflow:hidden;
  border: 0px solid #A0A0A0;   
  padding: 25px; 
}

.middle p {
	text-align: justify;
}

.middle h1, .middle h2, .middle h3 {
	color: rgb(0,66,140);
	line-height: 1.2em;
}

.middle h3 {
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: 1em;
}

.middle .centered {
	text-align: center;
}

.middle img {
	border: 4px solid rgb(0,66,140);
	margin: 4px 10px;
}

.middle .right {
	float: right;
	margin-right: 0;
}

.middle .left {
	float: left;
	margin-left: 0;
}

/* FOOTER */
.footer {
  width: auto;
  background-color: #E0E0E0;  border: 0px solid #A0A0A0;   
padding: 1px 10px;
  margin: 2px auto;
  text-align: center;   
  font-size: 0.85em;
}

.footer a {
  color: rgb(0,66,140);
  text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
}

.copyright {
	color: #666666;
}

#footer-at-the-end {
	font-size: 0.1em;
	height: 20px;
	width: 760px;
	_width: 760px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: -15px;
	
	background-position: bottom center;	
	background-image: url(images/background-at-footer.jpg);
	background-repeat: no-repeat;
}

.short-bottom {
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 1.0em;
}


.short-top {
	padding-top: 0;
	margin-top: 0;
}

.middle ul {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;	
	text-indent: 0;
	padding-left: 20px;
}

.middle ul li {
	line-height: 1.6em;
}

#sponzori {
	background-color: #FFFFFF;
	width: auto;
	border: 1px solid #D3D3D3;
	text-align: center;
	padding: 10px;
}




.middle a {
/*	font-size: 0.8em;
	margin: 0 0.2em;
	padding: 0.0em 0.4em;
	border: 1px solid #363636;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: white;
	background-color: #9A9A9A;*/
	color: #353580;
	margin-right: 0.1em;
	text-decoration: none;
	
}

.middle  a:hover  {
	/*font-size: 0.8em;
	margin: 0 0.2em;
	border: 1px solid;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: white;
	border-color: #999999;
	background-color: #C0C0C0;*/
	color: #0000FF;
	text-decoration: underline;
	
}

#sponzori a {
	/*margin: 0px;
	border: none;
	padding: 0;
	background-color: transparent;*/
}

a.mail-link {
	/*font-size: 0.8em;
	margin: 0 0.2em;
	padding: 0.0em 0.4em;
	border: 1px solid #803636;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: white;
	background-color: #B09A9A;*/
	
}

a.mail-link:hover  {
/*	font-size: 0.8em;
	margin: 0 0.2em;
	border: 1px solid;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	color: white;
	border-color: #999999;
	background-color: #C0C0C0;*/
	
}

/*****************************/
a.screen, a.screen:visited {
	position:relative; 
	z-index:1;
	
	font-size: 0.8em;
	
	margin: 0 0.2em;
	padding: 0.0em 0.4em; 
    border: 1px solid #2E3A48;
    border-top: 1px solid #BDCEE1; 
    border-left: 1px solid #BDCEE1; 
    background: #7FA0C5;
    
    white-space:nowrap;
    text-decoration: none;
    vertical-align:middle;
    color: white;	
}

a.screen b {
	position:absolute;
	visibility:hidden; /* hide the image */
	width:90px; /* give it a width */
	height:0; /* no height to solve an Opera bug that 
				 makes it selectable when hidden */
	border: none;/*1px solid #000; /* add a border */
	left:0; /* position:the image */
	top:-90px;
}

a.screen:hover {
	text-decoration:none; 
	border:0; /* needed for this to work in IE */ 
	z-index:1000;
}

a.screen:hover b {
	visibility:visible; /* make the image visible */
	height:120px; /* now give it a height */
	padding: 0;
	cursor:pointer; /* for IE */
	z-index:500; 
}

a.screen:hover b img {
	border:3px solid white; /* remove the link border */
	margin: 0;
}

#abs-vykon {
	text-align: center;
	border: none;
}


.s1 {
}

.s2 {
	margin: 20px 0;
}

.s3 {
	
}

.s5 {
	margin-top: 20px;
}

.s1 img, .2 img, .s3 img {
	
}

#sponzori img {
	border: none;
	margin-left: 12px;
	margin-right: 12px;
}

.photogallery
{
	color: White;
	background-color: rgb(0,66,140);
	padding: 10px;
	display: block;
	margin-left: -35px;	
	margin-bottom: 10px;
}

*:first-child+html .photogallery
{
	margin-left: -60px;	
}

.photogallery h2 
{
	color: white;
	padding-left: 10px;
}

.photogallery h3
{
	color: white;
	background-color: rgb(20, 86,160);
	margin: 10px;
	padding-left: 10px;
	display: block;
	
	line-height: 2em;
	clear: both;
	float: none;
}

.photogallery .image-list
{
	padding: 0;
	margin: 0;
	display: block;
	
	clear: both;
	float: none;	
}

.photogallery .image-list a
{
	border: 0;
	width: 200px;
	height: 150px;
	display: block;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-color: rgb(20, 86,160);
}

.photogallery .image-list img
{
	padding: 0;

	margin: 0;
	border: 0;

}

#EwaHerzkovaGallery 
{
}