
a:link    { color:#000; text-decoration: none;  }
a:visited {  color:#000; text-decoration: none;  }
a:hover   {  color:#000; text-decoration: none;  }


body { font-family:tahoma; }

.title   { font-size:18px;
           font-weight:bold;
           padding-bottom:4px;
           width:100%;
         }

.main {  width:1000px;
         height:90%;
      }

.row_left   { width:170px;
              background-color:#E0EFE0;
              background-image: url("./img/row.gif");
              background-repeat: repeat-y;
            }
.row_right  { width:170px;
              background-color:#E0EFE0;
              background-image: url("./img/row.gif");
              background-repeat: repeat-y;
              
            }
.row_center { width:660px;
              background-color:#FFFFFF;
	      background-image: url('./img/relief.gif');
	      background-repeat: repeat-y;
	      background-position: center;
            }

.menutable { width:159px;
             font-family:tahoma;
             font-size:12px;
             padding:0px;
             
           }
           
.menutable_nadpis { padding-left:10px;
                    font-weight:bold;
                    color:white;
                  }
.item { width:90%;
        
      }

.menu_item { font-size:12px;
             color:#000000;
           }
           
.menu_item2{ font-size:12px;
             font-weight:bold;
           }

.textarea { width:450px;
            height:100px;
            font-size:12px;
            font-family:tahoma;
          }
          
.input {    width:450px;
            font-size:12px;
            font-family:tahoma;
       }

.input2 {   width:300px;
            font-size:12px;
            font-family:tahoma;
        }

.nadpis2 { padding-left:12px;
           font-weight:bold;
           color:#000000;
           width:100%;
           border-bottom:1px solid #E4EEE4;
         }

.nadpis3 { padding-left:0px;
           color:#000000;
           width:100%;
           border-bottom:1px solid #E4EEE4;
