html, body {
	margin: 0;
	padding: 0;
}
a {
text-decoration: none;
color:#000000;
}

ul {
	list-style: none;
}

a.mainlevel {
	padding: 5px;
	width: 90%;
	display: block;
	color: #4F4F4F;
	text-decoration: none;
	border-bottom: 1px solid #DDDDDD;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #4F4F4F;
	
	text-decoration: none;
}

a.mainlevel#active_menu {
	
	color: #6DA43A;
	font-weight: bold;
	text-decoration: none;
}

a.sublevel {
	padding: 2px 4px 2px 13px;
	display: block;
	color: #999999;
	background: url(../images/arrow.png) no-repeat 5px 8px;
	text-decoration: none;
}

a.sublevel:hover,
a.sublevel:active,
a.sublevel:focus {
	color: #4F4F4F;
	text-decoration: none;
}

#active_menu {
	background: url(../images/arrow.png) no-repeat 5px 8px;
	color: #6DA43A;
}

h2 {
color:#6DA43A;
}

.content {

padding: 10px 20px 20px 20px;
color:#404040;
font-family: Arial,Tahoma;
font-size: 0,85em;
}

.vstavki {
padding:0px 10px 0 5px;

}

.link_vstavki {
text-decoration:none;
color:#404040;
font-family: Arial,Tahoma;
font-size: 0,6em;
font-weight: bold;
}


