/* marko's website general style sheet */

  body { overflow-y: scroll; overflow: -moz-scrollbars-vertical; }

  body,table,td,div {
    font-family: Arial, Helvetica, "Sans Serif";
    font-size: 0px;
    margin: 0px;
    padding: 0px;
    border: 0px;

  }

  input,select,textarea {
    font-family: Arial, Helvetica, "Sans Serif";
    font-size: 13px;
  }
  
  #meta {
    position: absolute;
    display: none;
  }
  
  #content {
    position: relative; 
    width: 100%; 
    padding: 0; 
    margin: 0; 
    border: 0;
  }

  #content td { padding: 0; }
  
  #top {
    position: relative; 
    width: 700; 
    height: 76; 
    /* background-color: #FFF; */
    margin: 0;
  }

  #menu1 { 
    position: absolute;
    left: 90px;
    top: 28px;
    width: 184px;
  }
  
  #menu2 {
    position: absolute;
    left: 284px;
    top: 28px;
    width: 216px;
  }
  
  #logo {
    position: absolute; 
    width: 108; 
    height: 76; 
    left: 0; 
    top: 0; 
    border: 0;
  }
  
  #line {
    position: relative; 
    margin: 0; 
    bottom: 0; 
    border: 0;
  }
  
  #searchfield {
    position: absolute;
    left: 510px;
    top: 28px;
    width: 120px;
  }
  
  #searchbutton {
    position: absolute;
    left: 638px;
    top: 27px;
    width: 60px;
    padding: 0px;
    margin: 0px;
  }

  #path,#middle { position: relative; width: 700; text-align: left; }
  #path_pad_sup { padding: 8 4 6 4; }
  #path_pad_inf { padding: 8 4 44 4; }
  #path_right { float: right; }
  
  #table_details { position: relative; width: 700; margin-bottom: 6; }
  #table_list #info { padding-top: 8; }

  #table_form .dados { padding: 2; background-color: #EEE; font-family : arial; font-size: 12; color: #000;  }
  
  .imgitem { border: 1px solid #B4B2B2; }
  
  .fak12 { font-family : arial; font-size: 11px; color: #000; }
  a.fak12:link { color: #00F; }
  a.fak12:visited { color: #B50080; }

  .fvk12 { font-family : verdana; font-size: 11px; color: #000; }
  a.fvk12:link { color: #00F; }
  a.fvk12:visited { color: #B50080; }
  
  .fvk10 { font-family : verdana; font-size: 10; color: #000; }
  a.fvk10:link { color: #00F; }
  a.fvk10:visited { color: #B50080; }
  
  .fvk9 { font-family : verdana; font-size: 9; color: #000; }
  a.fvk9:link { color: #00F; }
  a.fvk9:visited { color: #B50080; }

  a.imglink { color: #0000F; }
  a.imglink:link { color: #0000F; }
  a.imglink:visited { color: #B50080; }
