/**#################### DEFAULT and FORMS CSS ####################**/


a:link, a:visited {
  color            	: #0d540d;
  text-decoration  	: underline;
 }



li {  
  line-height      	: 17px;
  padding-left     	: 14px;
  padding-top      	: 0px;
  background-image 	: url(../images/strelka_red.gif) ;
  background-repeat	: no-repeat;
  background-position	: 0px 5px;
}




/**#################### Joomla CSS ####################**/

/** Buttons **/


.button {
  font-size        	: 11px;
  color            	: #EDF1F3;
  border           	: 1px solid #EDF1F3;
  margin           	: 3px 0;
  padding          	: 2px;
  cursor           	: pointer;
  background       	: url(../images/button_red.gif) repeat-x top left;
}

/** Module table  **/



.rightcol div.module h3, .rightcol div.module_menu h3{
      background        : url(../images/mod_right_red.gif) #af2222 repeat-x top left;
		}


/** Read more **/

a.readon:link, a.readon:visited {
  color            	: #0d540d;
  font-size        	: 10px;
  white-space      	: normal;
  font-weight      	: normal;
  padding          	: 1px 0px 1px 10px;
  float            	: right;
  line-height      	: 10px;
  text-decoration  	: none;
  border-left		: 2px solid #0d540d;
  
}


table.contenttoc td{
 margin           	: 0;
 padding          	: 3px 4px;
 border-bottom    	: 1px solid #dcdcdc;
 background-image   	: url(../images/strelka_red.gif) ;
 background-repeat  	: no-repeat;
 background-position	: 4px 7px;
   }

/** CSS for Mainmenu **/


.module_menu ul li.active a:link, .module_menu ul li.active  a:visited
{
   color            	: #4f894b;
  border-bottom    	: 1px solid #4f894b;
  text-decoration	: none;

}


.module_menu ul li.active ul li a:hover, .module_menu ul li.active ul li ul li a:hover
{ background:none;
  font-size        	: 11px;
  font-weight     	: bold;
  color            	: #0d4709;
  text-decoration  	: none;
  text-indent      	: -10px;
  :

}


/** Topmenu  **/


#mainlevel-nav li a:hover {
 width		: auto;
 color		: #ffffff;
 background		: #108910;
 padding		: 1px 3px 3px 6px;
 text-decoration	: none;

    
}
ul#mainlevel-nav li #active_menu-nav {
 cursor		: default;
 position		: relative;
 width		: auto;
 background		: #c9d6ca;
 padding		: 1px 3px 4px 6px;
 color		: #042303;
 text-decoration	: none;
	}



/** #################### index.php #################### **/

#body {
 background		: url(../images/header_ext.gif) #c9d6ca repeat-x top left;
}

.header {
 height			: 126px;
   }

#logo {
 height			: 153px;
 width			: 100%;
 background		: url(../images/header_complete.gif) no-repeat;
 float			: left;
    }
