body {
	padding: 0px;
	margin: 0px;
	background-image: url(../../site/images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c3c3c3;
}

#container_center {
	margin-left: auto;
	margin-right: auto;	
	width: 970px;
	padding-top: 20px;
	position: relative;
}

#container {
	width: 970px;
	position: relative;
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
	border: solid 1px #b0b0b0;
}

#top {
	padding: 0px;
	background-repeat: no-repeat;
	height: 302px;
	border: none;
	position: relative;
	border-bottom: solid 1px #ffffff;
	background-color: 469c1a;
}

.top-img {
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	width: 970px;
	height: 302px;
}

#logo {
	width: 970px;
	height: 75px;
	top: 0px;
	left: 0px;
	border: none;
	position: absolute;
}

#rbt {
	border: none;
	top: 0px;
	left: 976px;
	position: absolute;
}

#menu {
	width: 185px;
	float: left;
	font-size: 10px;
	text-align: left;
	padding-top: 2px;
	line-height: normal;
}

.menu-element, .menu-element_selected {
	display: block;
	font-size: 13px;
	background-color: #a8c888;
	padding: 4px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #4d7729;
}

.menu-element_selected {
	color: #ffffff;
	background-color: #659d34;
}

.menu-sub-element, .menu-sub-element_selected {
	display: block;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
	text-decoration: none;
}

.menu-sub-element_selected {
	background-image:url(/site/images/pil.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.submenuspacer {
	height: 7px;
}

#content_border {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
}

#content {
	padding: 10px;
	float: left;
	width: 550px;
	
}

#bar {
	height: 600px;
	float: left;
	width: 1px;
}

#news {
	float: left;
	width: 180px;
	height: 400px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#bottom {
	height: 7px;
	font-size: 11px;
	color: #FFFFFF;
	background-image:url(/site/images/bottom.jpg);
	background-color: #3b8a14;
	float: left;
	width: 970px;
	margin-top: 10px;
}

#bottom a {
	color: #ffffff;
}

#gallery img {
	width: 127px;
	margin: 3px;
	border: 2px solid #dedede;
}

#gallery img:hover {
	border: 2px solid #3b8a14;
}
