<!--
body {
margin: 0;
padding:0;
font-family: Tahoma, sans-serif;
text-align: center;
background-color: #4a4a4a;
}
.page
{
    position: absolute;
    left: 50%;
// kvuli banneru zmeneno na 70px. puvodvni hodnota je 20px;
    top: 20px;
    margin: 0 0 0 -400px;
    width: 800px;
    height: 90%;
    border: 0px;
    }

a {font-family:Tahoma, sans-serif; font-size:inherit; color:#000000; text-decoration:none;font-weight:bold;}
a:visited {font-family:Tahoma, sans-serif; font-size:inherit; color:#000000; text-decoration:none;font-weight:bold;}
a:hover {font-family:Tahoma, sans-serif; font-size:inherit; color:#000000; text-decoration:none;font-weight:bold;}
a img {border-width: 0px;}

.head {
width: 100%;
height: 70px;
color:#000000;
background-color: #FF641A;
color: #fff;
padding:10px;
background-image:url('pix/nazev-cerna2.jpg');
background-repeat: no-repeat;
background-position: 50% 50%; 

}

.menu {
position : absolute;
text-align:left;
color:#000000;
background-color:#FF641A;
left: 0px;
width: 160px;
height:80%;
border-color: black;
border-right-style: groove;
border-top-style: groove;
border-bottom-style: groove;
}

.menuZpiceneIE {
position : absolute;
text-align:left;
color:#000000;
background-color:#FF641A;
left: 0px;
width: 160px;
height: 500px;
border-color: black;
border-right-style: groove;
border-top-style: groove;
border-bottom-style: groove;
}

.frame {
text-align:left;
color:#000000;
background-color: #FF641A;
margin-left: 160px;
width: 660px;
height: 80%;
font-size: 14px;
overflow:auto;
border-color: black;
border-bottom-style: groove;
border-top-style: groove;
}

.frameZpiceneIE {
text-align:left;
color:#000000;
background-color: #FF641A;
margin-left: 160px;
width: 660px;
height: 500px;
font-size: 14px;
overflow:auto;
border-color: black;
border-bottom-style: groove;
border-top-style: groove;
}

.base {
width: 100%;
height: 30px;
color:#000000;
background-color: #FF641A;
font-size: 12px;
padding: 10px;
text-align: right;
}

dt {
padding-left: 15px;
padding-top: 5px;
}

td{
width:200px;
}

.auth{
text-align:right;
color:#000000;
font-size:12px;
}

.linkout{
color: #0000FF;
}
-->

