body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #4A8EBC; 
	background: inherit;
}

a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}
/* layout
   ------ */

.content { 
	margin: 5px auto;
	width: 950px; 
}

.header_left {
    background:#F4F7FB;
	float: left;
	width: 950px;
	height: 76px;
}


    #meniu_header {
      float:left;
      width:100%;
          background:#F4F7FB;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #BCD2E6;
      }
    #meniu_header ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #meniu_header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #meniu_header a {
      float:left;
      background:url("tableft1.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #meniu_header a span {
      float:left;
      display:block;
      background:url("tabright1.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#627EB7;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #meniu_header a span {float:none;}
    /* End IE5-Mac hack */
    #meniu_header a:hover span {
      color:#627EB7;
      }
    #meniu_header a:hover {
      background-position:0% -42px;
      }
    #meniu_header a:hover span {
      background-position:100% -42px;
      }

      #meniu_header #current a {
              background-position:0% -42px;
      }
      #meniu_header #current a span {
              background-position:100% -42px;
      }

/* left side
   --------- */

.left {
	float: left;
	width: 730px;
	margin: 10px 0 10px 0;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 170px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 450px;
  text-align: left;
  } 
	
/* right side
   ---------- */
#right {
    margin: 10px 0 0 0;
	float: right;
	width: 210px;
}

#rightmenu {
	margin: 0;
	padding: 0;
}

#rightmenu a {
	display: block;
	background: #648157 url(vmenuarrow.gif) no-repeat center left;
	color: #FFFFFF;
	padding: 5px 0 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
}

#rightmenu a:hover {
	color: #FFFFFF;
	background: #87A077 url(vmenuarrowhover.gif) no-repeat center left;
}

.rightarticle {
	background: #EEEEEE;
	color: #808080;
	margin: 2px 0 2px 0;
	padding: 8px;
	line-height: 1.4em;
}

#searchform {
	background: #EEEEEE;
	color: #333333;
	padding: 1px 1px 1px 6px;
	margin: 0px;
}

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}
