body {
     background-color: #FFFFFF;
     background-image: url(jpg/bgr2.jpg);    
     font-family: Verdana, Arial, MS Sans Serif, Geneva, sans-serif;
     font-size: 11px;
     margin: 0px 0px 0px 0px;
     padding: 0px 0px 0px 0px;
}

td {
     color: #000000;
     font-size: 11px;
}

A {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     text-decoration : none;
     color : #000000;
}

A.vetsi {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 13px;
     text-decoration : none;
     color : #000000;
}

A.cerny10 {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     text-decoration : none;
     font-weight: normal;
     color : #000000;
}

A.cerny10:HOVER {
     text-decoration : none;
     color : #5384C9; 
}


A.bily {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     text-decoration : none;
     font-weight: normal;
     color : #FFFFFF;
}

A.bily:HOVER {
     text-decoration : none;
     color : #FFFFFF; 
}

A.menutop {
     font-size: 13px;
     text-decoration : none;
     font-family: Geneva, Arial, Helvetica, sans-serif;
}


A.menutop:HOVER {
     font-size: 13px;
     text-decoration : underline;
     font-family: Geneva, Arial, Helvetica, sans-serif;
}

A.menu {
     font-size: 12px;
     text-decoration : none;
     font-family: Geneva, Arial, Helvetica, sans-serif;
}


A.menu:HOVER {
     font-size: 12px;
     text-decoration : underline;
     font-family: Geneva, Arial, Helvetica, sans-serif;
}

A:HOVER {
     text-decoration : underline;
}



.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #3761B7;
	font-size: x-small;
}
.style3 {
	font-size: small;
	font-weight: bold;
}

.style4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small; }


H1 {
              font-size: 16px;
              color : #5384C9;
}

H2 {
              font-size: 14px;
              color : #5384C9; 
}

H3 {
              font-size: 12px;
}



h4 {cursor: pointer; cursor: hand; text-decoration: none; font-size: 12px;}
.skryvany {display: none}



.text_menu {
              font-size: 12px;
}


.slogan {
              font-size: 10px;
              color: #3761B7;
}

.textbilej {
        color: #FFFFFF;
}

.cerny10 {
        color: #000000;
        font-size: 10px;
}

.text_paticka {
              font-size: 10px;
}

input {
        font-size: 10px;
        font-weight: normal;
        color: #898989;
        border: 1px solid #D8D8D8;
}

select {
        font-size: 10px;
        font-weight: normal;
        color: #898989;
        border: 1px solid #D8D8D8;
}
textarea {
        font-size: 10px;
        font-weight: normal;
        color: #898989;
        border: 1px solid #D8D8D8;
}




#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #ffffff;
width: 150px; /*Default width of hint.*/
border-width: 1px; border-style: solid; border-color: #1F92CB; padding: 0px;
font-size: 10px;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height:15px;
z-index:100;
visibility: hidden;
filter:alpha(opacity=90);
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normald;
color: #000000;
margin: 3px 8px;
text-decoration : none;
cursor: pointer; cursor: Default;
}