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:#7DA028;
	float: left;
	width: 950px;
	height: 76px;
}


#meniu_header {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
      border-bottom:1px solid #6B78A9;
      }
    #meniu_header ul {
          margin:0;
          padding:10px 10px 0 5px;
          list-style:none;
      }
    #meniu_header li {
      display:inline;
      margin:0;
      padding:0;
      }
    #meniu_header a {
      float:left;
      background:url("tableft4.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 7px;
      text-decoration:none;
      }
    #meniu_header a span {
      float:left;
      display:block;
      background:url("tabright4.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#6B78A9;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #meniu_header a span {float:none;}
    /* End IE5-Mac hack */
    #meniu_header a:hover span {
      color:#6B78A9;
      }
    #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: right;
	width: 740px;
	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;
  }
 
 .recip {
  width: 700px;
  margin: 6px 6px 6px6px;
  padding: 3px;
  text-align: left;
  } 
	
/* right side
   ---------- */
 #right {
    margin: 2px 0 0 0;
	float: left;
	width: 200px;
}

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

#leftmenu a {
	display: block;
	background: #EFEFEF url(sgeata_meniu.gif) no-repeat bottom right;
	color: #808080;
	padding: 3px 0 3px 10px;
	margin: 0 0 1px 0;
	border-bottom:1px solid #D2D2D2;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #333333;
	background: #E0E0E0 url(sgeata_meniu.gif) no-repeat bottom right;
}

.leftarticle {
	background: #EEEEEE;
	color: #333333;
	margin: 2px 0 2px 0;
	padding: 8px;
	line-height: 1.4em;
}
#searchform {
	background: #EEEEEE;
	color: #333333;
	padding: 1px 1px 1px 2px;
	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;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px
}

.footer a, .footer a:visited {
	color: #7a7a7a;
	background: inherit;
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 12px
}
.footer a:hover {
color: #C3593C;
text-decoration: underline;
}	
