body
{ 
/* background: #E4EEEE url(back_1.png) repeat-x; */ 
  background: #ccc url('pruh.png') repeat-x; 
  color: #555;
}
a { color: #0053A0;}

h1, h2, h3{color: #0B71AB;}

.left, .right{border-color: #FFF;}

blockquote
{ background: #EEF4F4;
  border-color: #22CEE2;
}

.sidebar
{ background: #FFF;
  color: #555;
}

#main, h4, #content3 a, #content3 a:hover
{ /*background: transparent; */
 background: #000 url('gradient.png') repeat-y;
  color: #555;
}

#logo h1, #footer a, #footer a:hover
{ background: transparent;
  color: #FFF;
  border-color: #FFF;  
}

/* logo */
#logo
{ /*width: 750px; */
/*  height: 160px; */
  /*padding-left: 5px; */
  /*padding-right: 5px; */
  background: #0053A0 url('logo.png') no-repeat right;
  background-position: 550px;
/*  background-repeat: no-repeat; */
  text-align: left;
}

ul#menu li a 
{ background: transparent url('menubar.png');
  color: #FFF;
 /* border-color: #fff;*/ 
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url('menubarb.png') repeat;} 

span.current { background: #fff; color: #000; /*border-color: #fff; */}

/*
input.searchfield
{ background: #FFF; 
  border-color: #9EACAE;
}

input.searchbutton
{ background: #6E7072; 
  border-color: #5E6062; 
  color: #FFF;
}
*/
.sidebaritem ul, .sidebaritem li {border-color: #D6D9C9;}
.sidebaritem li a, .sidebaritem li a:hover { background: transparent url('arrow.png') no-repeat left center; color: #555;  } 
.sidebaritem li span.current, .sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover { background: transparent url('arrow_select.png') no-repeat left center;} 

#menubar { background: transparent url('menubar.png') repeat-x; color: #FFF;}
#footer { background: transparent url('menubar.png') bottom repeat-x; color: #FFF; border-color: #CCD0BA; }

/* sNews */
fieldset, .comment, .commentsbox { background: transparent;  color: #444;}
fieldset, .date{border-color: #C9D9D8;}
.comment { background: #EAF1F2; color: #444; }

table th { background: #ccc;}
table td { background: #ddd;}
