/*

modra:#9191ff
*/
/* ===================== LAYOUT ================================ */
body
{
margin:0;
padding:0;
font-family: Arial, "Times New Roman", Times, serif; 
font-size:12px;
}

#header_bg
{
width:100%;
background-repeat:repeat-x;
height:250px;
}

#header_main
{
border-left:2px solid #FDE805;
border-right:2px solid #FDE805;
width:980px;
height:250px;
background-image:url(obr/hlavicka.jpg);
margin:0 auto;
}


#content_bg
{
width:100%;
background-repeat:repeat;
height:auto;
min-height:500px; 
}

#content_main
{
border-left:2px solid #FDE805;
border-right:2px solid #FDE805;
width:980px;
height:auto;
position:relative;
min-height:500px; 
background-color:#54B9EF;
margin:0 auto;

}

/* for Internet Explorer */
/*\*/
* html #content_main 
 {
height: 500px;
}
/**/


#footer2_bg
{
width:100%;
background-repeat:repeat-x;
height:100px;

}

#footer2_main
{
border-left:2px solid #FDE805;
border-right:2px solid #FDE805;
width:980px;
height:100px;
background-image:url(obr/pata.jpg);
margin:0 auto;
}


.footer2 {color: black;letter-spacing:1px}
.footer2  a       {text-decoration: underline}
.footer2  a:link   {color: black}
.footer2  a:visited {color: black}
.footer2  a:active {color: blue}
.footer2  a:hover  {color:blue; text-decoration: none}


/* ===================== OTHER =============================== */

h1
{
font-family: Arial, Times, serif; 

font-weight:bold;
color: #290D71;
font-size:16px;
letter-spacing:2px;
margin:5px 5px 15px 5px;
}

h2
{
font-weight:bold;
font-size:14px;
color:black;
}

h3
{
font-weight:bold;
font-size:14px;
color:#4B340A;
}

h4
{
text-align:center;
color: black;
font-size:15px;
}

i
{
color:#c38500;
}



p {
text-indent:12px;
padding: 4px;
}


a
{
text-decoration:underline;

color:#290D71;
font-family:Arial, Arial Narrow; 
}

a:hover
{
text-decoration:none;
color:yellow;
}

input {border:1px solid #563618;padding:1px}
input:hover{background-color:#55F6F1}
textarea {border:1px solid #563618;}
textarea:hover {background-color:#55F6F1}
select:hover {background-color:#55F6F1}

.tab_zoznam
{
width:652px;
border:1px solid #59514f;
text-align:left;
margin:12px auto;
height:150px;
background-image:url(obr/zoznamBg.png);
font-size:12px;

line-height: 19px;
}

.tab_zoznam td
{
 padding: 5px;
}


.tab_zoznam:hover
{
border:1px solid #9F9F9F;

}

.img_nahlad
{
max-height:120px;
_height:120px;
border:2px solid #59514f;
}


.tab_ukaz
{
width:650px;
margin:20px;
border-top:1px solid #f8c624;
border-bottom:1px solid #f8c624;
line-height:18px;

}

.tab_ukaz tr:hover
{
background-color:#f8f2e1;

}