/* CSS Document */

body,html {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  margin: 0px;
  padding: 0px;
}

table {
   font-size: 13px;
}

img {
   border: 0px;
   margin: 0px;
   padding: 0px;
}

h1{
   font-size: 20px;
   text-align: center;
   color: #000;
}

h2{
   font-size: 16px;
   color: #000;
}

h3{
   font-size: 18px;
   text-align: right;
   color: #000;
   border-bottom: 1px solid #63bf26;
}

ul li{
   list-style-image: url("../img/button.png");
   margin-bottom: 3px;
}

.b{
   font-weight: bold;
}

.pleft {
   padding-left: 10px;
}

table.table{
   margin-top: 8px;
   margin-bottom: 15px;
   border: 0px;
   border-top: 1px solid #000;
   border-right: 1px solid #000;
}

table.table tr th{
   font-weight: bold;
   text-align: center;
}

table.table tr td,
table.table tr th{
   border: 0px;
   border-bottom: 1px solid #000;
   border-left: 1px solid #000;
   padding: 3px;
}

table.table tr td.nev{
   background-color: #FF3333;
}

table.table tr td.vyh{
   background-color: #99FF66;
}

#text a:link,
#text a:visited{
   color: #e86915;
   text-decoration: none;
   font-weight: bold;
}

#text a:hover{
   text-decoration: underline;
}

#main{
   height: 100%;
   margin: 0px;
   padding: 0px;
}



.logo {
   width: 587px;
   height: 118px;
   background-color: #e86915;
   text-align: right;
}



.menu {
   border: 1px solid #63bf26;
   border-top: 0px;
   border-right: 0px;
   border-bottom: 0px solid #000;
   border-left: 0px;
   padding: 3px;
   font-size: 12px;
   text-align: right;
   font-weight: bold;
   width: 587px;
}



.menu a:link,
.menu a:visited{
   text-decoration: none;
   color: #000;
   font-weight: bold;
}


.menu a:hover{


}



#m {
   float: left;
   position: relative;
   background-color: #63bf26;
   left: -80px;
   margin-right: -70px;
   border: 2px solid #e86915;
   width: 100px;
   height: 200px;
   padding: 4px;
}


#text{
   padding: 1em;
   font-size: 13px;
   width: 587px;
}

#patka{
   border-top: 0px solid black;
   padding: 2px 5px 2px 5px;
   font-size: 10px;
   background: url('../img/back-logo.png') #e86915 repeat-y right;
   text-align: right;
}

#patka a:link,
#patka a:visited{
   color: #000;
   text-decoration: none;
   font-weight: bold;
}

#patka a:hover{
   text-decoration: underline;
}

.left {
   padding: 0px;
   margin: 0px;
   background-color: #e86915;
}



.left-back{
   background: url('../img/back-left.png');
}



.left-shadow{
   width: 7px;
   background: url('../img/back-left-shadow.png');
}



.left-shadow-logo{
   width: 7px;
   background: url('../img/back-left-shadow-logo.png');
}



.right {
   padding: 0px;
   margin: 0px;
   background-color: #63bf26;
}



.right-back{
   background: url('../img/back-right.png');
}



.right-shadow{
   width: 7px;
   background: url('../img/back-right-shadow.png');
}



.right-shadow-logo{
   width: 7px;
   background: url('../img/back-right-shadow-logo.png');
}