html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#184c18;
	font-family: "Comic Sans MS",Georgia,Times,Serif;
	color:white;
	background-image: url(../images/bg.png);
	background-position: center;
	background-repeat: repeat-y;
}

img{
	border: none;
}
a{
	color: white;
	text-decoration: none;
}
a:hover{
	color: silver;
	text-decoration: underline;
}
* {
margin: 0;
padding: 0;
}
p{
	margin: 0.5em;
}
h2{
	font-size: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	font-weight: normal;
}
h3{
	font-size: 1em;
}
h5{
	margin: 1em 0;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:60em;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#menu {
	padding:5px 120px ;
	text-align: right;
	font-size: .8em;
}
	#menu .navmenu{
		/*margin: 0 10em 0 0;*/
	}
		#menu .navmenu a{
			margin: 0 .7em;
			color: ActiveBorder;
		}
	#menu a:hover{
		color: silver;
	}
	
div#content {
	padding:0em 0em 2em; /* bottom padding for footer */
}
		ul#mainlevel {
			list-style-type: none;
			height: 4em;
			border-top: .3em solid gray;
			width: 45em;
			margin: 0 auto;
			padding: 0 0 1em 0;
			background-image: url(../images/menu_bg.png);
			background-position: top;
			background-repeat: repeat-x;
			line-height: 3em;
			text-align: center;

		}
		ul#mainlevel li {
			float: left;
			padding: 0 .65em;
			border-right: 2px solid #003f24;
		}
		ul#mainlevel a#active_menu{
			background-image: url(../images/menu_bg_active.png);
			background-position: center bottom;
			background-repeat: no-repeat;
			height: 4em;
			font-weight: bold;
			color: white;
			padding-bottom:28px;
		}
		ul#mainlevel li a:hover{
			color: black;
		}
	#text{
		padding: 0 10em 0 6em;
	}
		.zaebalo{
			margin: 0 0 2em 4em;
			border-bottom: 2px solid red;		
		}
					.zaebalo ul{
				margin: 0 0 0 2em;
				color: silver;
				font-size: 75%;
			}
		#two.zaebalo{
			margin: 0 0 2em 22em;
			border-bottom: 2px solid red;		
		}
		.leftBlock{
			padding:0 2em 2em 2em;
			width: 15em;
			float: left;
			margin:0 1em 1em 1em	;
			background-color: #00854c;
		}
			.leftBlock img{
				margin: 0 .1em;
				float: left;
			}
		.zaebalo h3{
			color: #f8c300;
		}
		.zaebalo p{
				color: #aaa9a9
		}
			.forblock{
				margin: 0 0 0 1.25em;
				width: 45.5em;
				padding: 0;
				text-align: center;
			}
				.forblockRightInkl,
				.forblockRight{
					width: 49.99%;
					margin: 0 0 0 50%;
				}
				.forblockLeftInkl,
				.forblockLeft{
					float: left;
					width: 49.99%;
				}
				.forblockLeftInkl img, .forblockRightInkl img{
					margin: 1px;
					padding: 0;
					border: 0;
				}
				
div#footer {
	/*position:absolute;*/
	width:45.3em;
	bottom:0; /* stick to bottom */
	height: 5em;
	border-top:10px solid gray;
	margin: 0 7.4em .5em;
}
	#footer p{
		font-size: .7em;
		color: silver;
	}	
	#footer p img{
		float: left;
	}
	#footer .dzyga{
		height: 3em;
		line-height: 3em;
		float: right;
		width: 150px;
	}	
	
	
	
	/*-------download---------*/
	tr, td{
		
	}
 .titled{
		width: 250px;
		line-height: 35px;
		font-weight: bolder;
		margin: 10px 0;
	}
		 .titled a{
margin-left: 5px;
		font-weight: bolder;
	}
		 .titled img{
		 margin: 0 10px;
			float: left;

	}
	.des{
		font-size: .7em;
		padding: 10px 0;
	}
	/*----------------*/
	
	/*---------------*/
	h1.componentheading{
	font-size: 1em;
}
/*---------------------*/
.moduletable h3{
	text-align: center;
	width: 350px;
}
.leftBlock .moduletable h3{
margin-top: 25px;
	text-align: left;

}
	h1.componentheading{
	font-size: 1.3em;
	text-align: center;
	font-weight: normal;
	margin-bottom: 25px;
}
table.category {
margin: 0 auto;
	width: 600px;
}
tr.sectiontableentry1 td{
	/*border: 1px solid red;*/
	background-color: #646464;
}
tr.sectiontableentry1 td,
tr.sectiontableentry2 td{
	padding: 5px 10px;
	}
ul.pagination{
list-style: none;
margin: 0 auto;
padding: 0;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
font-size: .7em;
}
ul.pagination li{
margin:5px;
display: inline;
text-align: center;
}
p.counter{
	text-align: center;
font-size: .7em;	
}

p.gk_news_show_news_info{
	font-size: 75%;
}
	/*----------------*/
	
@media all and (min-width: 0) {
.navmenu {
	margin-right: 120px;
}
	