
a { text-decoration:none;}
a:link{ color:#04609A; }
a:visited { color:#04609A; }
a:hover{ color:#04609A;}
a:active{ color: #04609A; }
a:hover{text-decoration:underline;}
a.link:link{ color:#04609A; }
a.link:visited { color:#04609A; }
a.link:hover{ color:#04609A;}
a.link:active{ color: #04609A; }

img {border-width:0;}

h1 { margin:0px; text-align:center;}


/*******************************`````````**********************************/
div.nadpis_center { 
  font-weight: bold;
  font-size: 22pt;
  text-align : left;
  width : 100%;
}
 
h3 {
  color : #ff0000;
  font-weight: bold;
  font-size: 10pt;
  text-align : center;
  width : 100%;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

span.err {
  color : #ff0000;
  font-weight: bold;
  font-size: 10pt;
  text-align : center;

}
h2 {
  color : #000000;
  font-weight: bold;
  font-size: 10pt;
  text-align : center;
  width : 100%;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

h4 {
  color : #000000;
  font-weight: normal;
  font-size: 10pt;
  text-align : center;
  width : 100%;
  padding : 0px 0px 0px 0px;
  margin : 0px 0px 0px 0px;
}

/************** nadpis **********************/
div.uvod_nadpis
{
	font-family: Tahoma;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
div.uvod_menu
{
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: normal;
	text-align : center;
}

/**************  tables   *******************/
table
 {
  font-size : 10pt;
  font-family: Arial Courier serif;
  empty-cells : show;
  background : transparent;
  border : 0px solid black;
 }
tr
 {
  border : 1px solid black;
 }
.header
 {
   background : #ff77ff;font-weight: bold;
 }  
 
.registracia_header
{
	text-align : center;
	background : #aaaaff;font-weight: bold; text-align:right;
} 

tr.b0
 {
   background : #eeeeee;
 }
tr.b1
 {
   background : #dddddd;
 }
tr.registracia_b0
 {
   background : #eeeeee;
 }
tr.registracia_b1
 {
   background : #dddddd;
 }  
.center
 {
  text-align : center;
 }
td
 {
  padding-left : 5px;
  text-align:left;
 }
 
/****************   forms    *******************/
div.form {
   margin: 5px;
   padding:10px;
 }

input {
  font-weight: normal;
  font-size: 10pt;
}

select {
}

textarea
{
  background-color: #ffffff;

}
div.clear { clear:both }