@charset "utf-8";
body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #4b4b4b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(logo.png);
	background-position: center;
	background-position: top;
	
	background-repeat:no-repeat;
	color: #FFDDDD;
}

:focus {
outline: 0;
} 

a{
	color: #FF5555;
	text-decoration: none;
}

a:link{
	color: #FF5555;
	text-decoration: none;
}

a:visited{
	color: #FF5555;
	text-decoration: none;
}

a:hover{
	color: #FF5555;
	/*text-decoration: underline;*/
}


.thrColAbsHdr #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #head { 
	font-family:  "Times New Roman", Times, serif;
	position:absolute;
	top: 5px;
	font-size: 50px;
	color: #FFFFFF;
	left: 430px;	
	float: none;
	
} 


.thrColAbsHdr #head_desc { 
	display: none;
	position:absolute;
	top: 65px;
	font-size: 15px;
	color: #FFFFFF;
	left: 490px;
	float: none;
} 

.thrColAbsHdr #lang { 
	display: none;
	position:absolute;
	top: 120px;
	font-size: 15px;
	color: #FFFFFF;
	left: 640px;
	float: none;
} 
/*menu links*/
.thrColAbsHdr #nav_01 a, .thrColAbsHdr #nav_02 a, .thrColAbsHdr #nav_03 a, .thrColAbsHdr #nav_04 a{
 display: none;
 padding: 52px 0px 0px 5px;
 font-stretch:condensed;
 font-weight: bolder;
 text-align:center;
 color: #ffffff;
 display: none;
}


.thrColAbsHdr #nav_01 a:link, .thrColAbsHdr #nav_01 a:visited,
 .thrColAbsHdr #nav_02 a:link, .thrColAbsHdr #nav_02 a:visited,
  .thrColAbsHdr #nav_03 a:link, .thrColAbsHdr #nav_03 a:visited,
   .thrColAbsHdr #nav_04 a:link, .thrColAbsHdr #nav_04 a:visited{	
	filter:alpha(opacity=55);-moz-opacity:.55;opacity:.55;	
	color:#FFFFFF;
	}
.thrColAbsHdr #nav_01 a:hover, .thrColAbsHdr #nav_02 a:hover,  .thrColAbsHdr #nav_03 a:hover,  .thrColAbsHdr #nav_04 a:hover{	
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;	
	color:#FFFFFF;
}

.thrColAbsHdr #nav_01 a{
	position:absolute;
	text-decoration: none;
	color: #ffffff;
	top: 30px;
	left: 48px;	
	font-size: 15px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 150px;	
}

.thrColAbsHdr #nav_02 a{
	position:absolute;
	text-decoration: none;
	color: #ffffff;
	top: 154px;
	left: 9px;	
	font-size: 15px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 150px;	
}

.thrColAbsHdr #nav_03 a{
	position:absolute;
	text-decoration: none;
	color: #ffffff;
	top: 278px;
	left: -30px;	
	font-size: 15px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 150px;	
}

.thrColAbsHdr #nav_04 a{
	position:absolute;
	text-decoration: none;
	color: #ffffff;
	top: 402px;
	left: -69px;	
	font-size: 15px;
	background-image:url(menu.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 150px;	
}


/*===========BEGIN OF SIDEBAR1=========*/

.thrColAbsHdr #sidebar1 {
	display: none;
	position: absolute;
	top: 730px;
	left: 0px;
	float: none;
	filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5;
	width: 780px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 1px solid #000000;
	background: #333333; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* padding keeps the content of the div away from the edges */
}



/* oprava bugu v IE pro zobrazeni bloku v listu(zaseknutí) */
.thrColAbsHdr #sidebar1 li {border-bottom: 1px solid #290003;}

/* oprava pro prohlížeee, kteoi nepotoebuíi úpravu(FF,Opera,...) */
html>body .thrColAbsHdr #sidebar1 li {border-bottom: none;}

/*===========END OF SIDEBAR1=========*/

/*===========BEGIN OF SIDEBAR2=========*/
.thrColAbsHdr #sidebar2 {
	display: none;
	position: absolute;
	top: 151px;		
	right: 12px;
	float: none;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 150px;
	
	background-image:url(menu2.png);	
	background-repeat: no-repeat;
}

* html .thrColAbsHdr #sidebar2 {
            top: 151px;		
			right: 12px;
}
		
.thrColAbsHdr #sidebar2 p{
	 font-stretch:condensed;
	 font-weight: bolder;
	 text-align:center;
	 color: #ffffff;
}
.thrColAbsHdr #sidebar2 ul a:link, .thrColAbsHdr #sidebar2 ul a:visited {
	display: block;
	
	 font-weight: bolder;
	 text-align:center;
	 color: #EEEEEE;
}
.thrColAbsHdr #sidebar2 ul a:hover {
	display: block;
	 font-weight: bolder;
	 text-align:center;
	 color: #FFFFFF;
}

.thrColAbsHdr #sidebar2 ul {
	list-style: none;
	margin: 37px 10px 15px 10px;
	font-size: 125%;
	padding: 0;
	line-height: 35px;	
}

* html .thrColAbsHdr #sidebar2 ul {
            list-style: none;
            margin: 37px 10px 15px 10px;
            font-size: 125%;
            padding: 0;
            line-height: 20px;	
		}
/*===========END OF SIDEBAR2=========*/

.thrColAbsHdr #sidebar5 {
	display: none;
	position: absolute;
	top: 270px;		
	right: 10px;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	width: 80px; 
	height: 80px;
	background-image:url(log_large.png);
	background-repeat:no-repeat;
	
}

.thrColAbsHdr #sidebar4 a{
	display: none;
	position: absolute;
	top: 323px;		
	right: 58px;
	filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
	width: 30px; 
	height: 30px;
	background-image:url(log.png);
	background-repeat:no-repeat;
	
}
/*===========BEGIN OF SIDEBAR3=========*/
.thrColAbsHdr #sidebar3 {
	display: none;
	position: absolute;
	top: 312px;		
	right: -21px;
	float: none;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	width: 150px; 
	height: 150px;
	background-image:url(menu2.png);
	background-repeat:no-repeat;	
	font-size: 80%;
}
* html .thrColAbsHdr #sidebar3 {
            top: 312px;		
			right: -26px;			
}

.thrColAbsHdr #sidebar3 #table{
	padding-top: 40px;
	margin: 0px;	
	padding-left: 25px;		
}
* html .thrColAbsHdr #sidebar3 #table{
        padding-top: 20px;
        margin: 0px;	
        padding-left: 25px;			
}
 	
	
.thrColAbsHdr #sidebar3 input{
	float:left;
	font-size:12px;
	/*padding:4px 2px;*/
	border:solid 1px #aacfe4;
	width:60px;
	/*margin:2px 0 20px 0px;*/
}

.thrColAbsHdr #sidebar3 button{
	clear:both;
	
	width:50px;
	height:31px;
	background:#666666;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.thrColAbsHdr #sidebar3 p{
	 font-size: 90%;	 
	 margin: 0px;
	 padding: 0px;
	 color: #ffffff;
}
* html .thrColAbsHdr #sidebar3 p{
	 font-size: 60%;		
}

.thrColAbsHdr #sidebar3 ul a:link, .thrColAbsHdr #sidebar1 ul a:visited {
	display: block;
	font-stretch:condensed;
	 font-weight: bolder;
	 text-align:center;
	 color: #ffaaaa;
}
.thrColAbsHdr #sidebar3 ul a:hover {
	display: block;
	font-stretch:condensed;
	 font-weight: bolder;
	 text-align:center;
	 color: #ffffff;
}

.thrColAbsHdr #sidebar3 ul {
	list-style: square;
	margin: 0px 10px 15px 30px;
	padding: 0;
}
/*===========END OF SIDEBAR2=========*/

.thrColAbsHdr #mainContent { 
	position:absolute;
	top: 5px;
	left: 5px;
	width: 99%;
	float: none;
	
}

.thrColAbsHdr #footer { 
	display: none;
	position:absolute;
	float: none;
	top: 765px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/*===========STORY=========*/

.story{
	clear: both;
	padding: 0px;
	font-size: 100%;	
	float: none;
	text-align: justify;	 
	/*border-top: 3px solid #ffffff;
	border-bottom: 1px solid #b7b7af;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #b7b7af;*/	
	
}

.story p{
	padding: 0px 15px 10px 15px;
	margin-bottom: 3px;
	margin-top: 7px;
}

.story img{
	float: none;
	margin: 2px 0px 0px 2px;
}

.thrColAbsHdr #mainContent table{
    font-size: 95%;
	color:#FFFFFF;
	text-align:right;
}

.thrColAbsHdr #mainContent table input{
	float:left;
	font-size:95%;
	/*padding:4px 2px;*/
	border:solid 1px #aacfe4;
	width:90px;
	/*margin:2px 0 20px 0px;*/
}
.thrColAbsHdr #mainContent table select{
	float:left;
	font-size:95%;
	width:90px;	
}

.thrColAbsHdr #mainContent table button{
	width:50px;
	height:31px;
	background:#666666;
	text-align:center;
	line-height:31px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.thrColAbsHdr #mainContent td{ 
	text-align:left;	
}

/* END OF STORY*/

.conference{
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 90%;	
	float: none;
	text-align: justify;
	/*border: 1px solid #222222;
	background-color:#000000;*/
	background-image:url(conference.png);
	background-repeat:repeat-x;
	border-left: 1px dotted #333333; 
	border-right: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	
}

.conference p{
	padding: 5px 5px 0px 5px;	
	font-size: 90%;
	margin-bottom: 3px;
	margin-top: 7px;
}


