html {
  overflow: scroll;;
     }
     
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #3570B1;
}

body, html {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;

}


td, th {
	font-size: 12px;
}

#controls td, #additional td, #controls th, #additional th {
	font-size: 10px;
}


/* table */


#tab
{
  border: 1px solid #5E81A1;
  border-collapse: collapse;
}

#tab TABLE
{
  padding: 5px;
}



#tab TD,TH
{
  border: 1px solid #5E81A1;
  border-collapse: collapse;
  padding: 3px;
}

/********/

#tab_small
{
  border: 1px solid #5E81A1;
  border-collapse: collapse;
  font-size: 0.8em;
}

#tab_small TABLE
{
padding:0px;
margin:0px;
  border-collapse: collapse;

}

#tab_small TD,TH
{
  border: 1px solid #5E81A1;
  font-size: 9px;

  }

/********/

#noborder TD
{ 
  border:0px;
}


.tabclear 
{
  border: 0px;
}



th
{
	vertical-align: middle;
	text-align: center;
}



a {
	color: #2D547C;
	text-decoration: underline;
}

a:hover {
	color: #0F335B;
	text-decoration: none;
}



img {
	border: 0;
}

form {
	margin: 0;
}


p {
	margin: 0px;
	padding: 0px;
}

#biglayout
{
  width: 100%;
  text-align: center;
}

#case 
{
  width: 750px;
  margin: 0 auto;
}

#header {
	background-color: #fff;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 120px;
	margin-top: 5px;
}


#headerName {

	display: block;
	background-image: url(../images/main_logo.gif);
	background-repeat: no-repeat;
	background-position: center left;
	height: 86px;
	margin-top: 20px;
  float:left;
  width: 300px;
}

#headerName span {
	display: none;
	font-size: 45px;

}

#searchbox
{
  float: right;
  width: 250px;
  clear: right;
  text-align: left;
  margin-top: 40px;
  
}


#menu {
  position: relative;
  clear: both;
}




#menu a {
  display: block;
	float: left;
  width: 74px;
	color: #fff;
	background-image: url(../images/menu_divider.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 47px;
	text-decoration: none;

}

#menu a:hover {
	text-decoration: none;
	background-image: url(../images/menu_bg_a.gif);
	background-repeat: repeat-x;


}

#menu a:focus, #menu a:active {
	color: #003366;
}

#menu ul {
	background-color: #6699CC;
	background-image: url(../images/menu_bg.gif);
	margin: 0;
	padding: 0;
	height: 47px;
	list-style: none;
	text-align: center;
	

}

#menu ul li {
	display: inline;
	padding: 0;
	margin: 0;
}



#footer {
	background-image: url(../images/footer_bg.gif);
	clear: both;
  font-size: 11px;
	text-align: center;
	color: #fff;
	height: 24px;
	line-height: 23px;
}


#footer_print {
	background-color: #3570B1; 
	clear: both;
  font-size: 11px;
	text-align: center;
	color: #fff;
	height: 24px;
	line-height: 23px;
	padding: 0 10 0 10;
}

#footer a {
	color: #fff;
}

#footer span {
  padding: 0 5 0 5;
}


h1,h2,h3
{
	font-family: verdana, tahoma, helvetica, sans-serif;
  color: #5685AF;
  padding:0;
  margin:7;
}

h1 
{
  font-size: 22px;
  font-weight: bold;

}

h2 
{
  font-size: 18px;
  font-weight: bold;
}


h3 
{
  font-size: 13px;
  font-weight: bold;

}


h6
{
  font-size: 9px;
  font-weight: bold;

}


#content {
	z-index: 1;
	position: relative;
	text-align:left;
	line-height: 150%;
	color: #3570B1;
	

}

#content ul
{
  margin: 3 10 3 40;
  padding:0;
}

#content h1,h2,h3
{
}

.line
{
  clear: both;
  border-bottom: 1px solid #D9E4F1;
  width: 100%;
}

#mainpagebox
{
  float: left;
  width: 510px;
  clear: left;
}

#mainpagebox p
{
  margin: 0px;
  padding: 0px; 

}

#mainpagerightbar
{
  float: right;
  width: 230px;
  clear: right;
  padding-left: 3px;
  border-left: 1px solid #D9E4F1;
  
}




#partners
{
  float: left;
  width: 495px;
  clear: left; 
  text-align: left;

}

#partners div
{
  text-align: center;
  margin-bottom: 10;
}

#partners h2
{
  margin:0;
  padding:0;
}

#newsletters
{
  float: right;
  width: 250px;
  clear: right;
  text-align: left;
  margin-bottom: 10px;
  
}





.linkpoint 
{
  font-weight: bold;
  margin: 0;
	padding: 0 0 0 10px;
	background:  url(../images/bod.gif) no-repeat 0 7px;
}

.input {
  border: 1px solid #BAD1EA;
  height: 20px;
  font-size: 13px;
  line-height: 130%;
  color: #2C5C92;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
  
}

.button
{
 border: 0;
 color: white;
 background-image: url(../images/btn_bg.gif);
 height: 20px;
 font-size: 11px;
 
}

/* helpers */

.reset {
	clear: both;
	font-size: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 10px;
	color: #999;
}

.wide {
	width: 100%;
}

.little {
  font-size: 9px;
  color: #3A4D5F;
}

.print {
display: none;
}

.nonVisual {
	display: none;
}





#treeclass
{
  float: left;
  width: 130px;
  margin-bottom: 10px;
}

#listevents
{
  float: right;
  width:600px;
  margin-bottom: 10px;
}

.eventline
{
  clear:both;
  margin: 0;
	padding: 0 0 0 10px;
	background:  url(../images/bod.gif) no-repeat 0 7px;
}

.eventline2
{
  clear:both;
  margin: 0;
	padding: 0 0 0 20px;
	background:  url(../images/row2.gif) no-repeat 0 4px;
	margin: 10 0 10 0;
}

.eventline2ticker
{
  clear:both;
  margin: 0;
	padding: 0 0 0 20px;
	background:  url(../images/ticker.gif) no-repeat 0 3px;
	margin: 10 0 10 0;
}

.error_message
{
  color: red;
  font-weight: bold;
}

.info_message
{
  color: #3570B1;
  font-weight: bold;
}

.forumtext
{
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}

.infobox
{
  text-align: center;
  color: #3570B1;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  border: 1px solid #3570B1;
  background-color: white; 
}

.errorbox
{
  text-align: center;
  color: red;
  font-weight: bold;
  padding: 10px;
  margin: 10px;
  border: 1px solid red;
  background-color: white;

}

.article
{
  padding: 5px;
  margin: 5px;
  border-left: 3px solid #3570B1;
  font-size: 13px;
  line-height: 140%;
}


p.link A
{
  font-size: 11px;
  font-weight: bold;
  color: #3570B1;
  background-image: url(/images/bullet_black.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 0px 15px 0px 0px;

}

p.link A:hover
{
  color: #2640A0;
}


/* *** vseobecne * * * */

.blank
{
  height: 5px;
  font-size: 2px;
}

.noborder
{
  border: 0px;
}

.tinyborder
{
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 2px;
  margin: 2px;
}

.tinyborder table
{
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.tinyborder td
{
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 2px;  
}


.path 
{
font-size: 7pt;
color: #A2A4A4;
}

.path a 
{
color: #A2A4A4;
}

.path a:hover 
{
color: #666666;
}


.tabulka {
	border-collapse: collapse;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
  padding: 1px;
	border: 1px solid #808080;


}

.tabulka img {
	vertical-align: middle;
}

.tabulka th {
	text-align: center;
	color: #999;

}

.tabulka th a {
	color: #999;
}

.tabulka th a:hover {
	color: #666;
}

.tabulka td a {
	color: #999;
}

.tabulka td a:hover {
	color: #666;
}

.tabulka td, .tabulka th {
	border: 1px solid #808080;

}

/* ** * * */


#pool
{
  width: 200px;
  border: 1px solid #d2d2d2; 
  padding: 3px;
}

#pool a
{
text-decoration: none;
display: block;
cursor: hand;
}

#pool a:hover
{
	background-color: #E9F2FA;
}
#pool .pit
{
  border-top: 1px solid #BAD2E8; 
  display: block; 
  width: 100%; 
  vertical-align: middle; 
  text-align: left;
}

#pool .phd 
{
  border-bottom: 1px solid #d2d2d2; 
  margin-bottom: 5px;
}

#pool .cb
{
  clear: both; 
  display: block;
  padding: 0 1px 0 1px;
}

#pool .qt
{
  padding-left: 4px;
}

#pool .bot
{
  border-top: 1px solid #d2d2d2; 
  padding-top: 2px; 
  padding-left: 5px;
  margin-top: 5px;
}

#pool .per
{
  font-size:10px;
}
