
*, html, body, td, b {
	font-size:14px;
	margin:0;
	padding:0;
}
a {
	color:#813a10;
}
a:hover {
	font-weight: bold;	
}

.container {
	background-color: #f1fdff;
        margin:0 auto;
}
.container .topmenu_left_border {
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/topmenu_left_border.gif') no-repeat top right;
}
.container .topmenu_right_border {
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/topmenu_right_border.gif') no-repeat top right;
}
.margin_left {
	width:34px;
}

.content {
	margin-top:20px;
}

.left_column {
	width:200px;
	vertical-align:top;
	text-align:left;
}
.left_column .menu_block {
	width:195px;
	margin-left:3px;
	margin-bottom:13px;
	min-height:200px;
}
.left_column .bg_border {
	text-align:center;
	width:200px;
	padding-left:2px;
	padding-right:2px;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/menu_bg_border.gif') no-repeat bottom;
}

.left_column .menu_block .container {
	background: #DEF7E5 url('/system/modules/com.fed.opencms.sokol/resources/images/menu_background.gif') repeat-x;
	vertical-align:top;
	padding-left:20px;
	
}

.left_column .menu_block .container ul {
	margin-left:5px;
	text-align:left;
}
.left_column .menu_block .container li {
	list-style:none;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/arrow.gif')0 4px no-repeat;
	padding-left:17px;
	padding-top:2px;

}
.left_column .menu_block .container li a {
	color: #813a10;
	background:none;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.left_column .menu_block .container li a:hover {
	text-decoration:underline;
}
.left_column .menu_block .container li a.current {
	color:#1a5529;
}

.left_column .menu_block .container .submenu li {
	list-style:square;
	padding-left:0px;
	margin-left:17px;
	background: none;
	color:#813a10;
	font-size:12px;
}
.left_column .menu_block .container .submenu li a {
	font-weight: normal;
}
.left_column .menu_block .container .submenu li a.current {
	color:#1a5529;
}

.right_column {
	width:200px;
	vertical-align:top;
	text-align:left;
}

.right_column .menu_block .container ul {
	margin-left:10px;
	text-align:left;
}
.right_column .menu_block .container li {
	list-style:none;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/arrow.gif')0 4px no-repeat;
	padding-left:17px;
	padding-top:2px;

}
.right_column .menu_block .container li a {
	color: #813a10;
	background:none;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
}
.right_column .menu_block .container li a:hover {
	text-decoration:underline;
}
.right_column .menu_block .container li a.current {
	color:#1a5529;
	text-decoration: underline;
}

.right_column .menu_block {
	width:195px;
	margin-left:3px;
	margin-bottom:13px;
	min-height:200px;
}
.right_column .bg_border {
	text-align:center;
	width:200px;
	padding-left:2px;
	padding-right:2px;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/menu_bg_border.gif') no-repeat bottom;
}

.right_column .menu_block .container {
	background: #DEF7E5 url('/system/modules/com.fed.opencms.sokol/resources/images/menu_background.gif') repeat-x;
	vertical-align:top;
	padding-left:20px;
	
}

.right_column .menu_block .container .submenu li {
	list-style:square;
	padding-left:0px;
	margin-left:17px;
	background: none;
	color:#813a10;
	font-size:12px;
}
.right_column .menu_block .container .submenu li a {
	font-weight: normal;
}
.right_column .menu_block .container .submenu li a.current {
	color:#1a5529;
}

.center_column {
	padding-left:30px;
	vertical-align:top;
	width:512px;
}

.center_column .header {
	color: #727e59;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
}

.center_column .text * {
	text-align:justify !important;	
}
.center_column .text p {
	font-size:15px;
	color:#000;
}
.center_column .text ol {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
}
.center_column .text ul {
	padding-left:40px;
	padding-top:10px;
	padding-bottom:10px;
}
.center_column .news_header {
        text-align:left;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/news.gif') no-repeat;
	width:129px;
	height:23px;
	margin-top:10px;
	margin-bottom:10px;
}

.footer {
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/footer_background.gif') bottom repeat-x;
	position:relative;
}

.footer_trees {
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/footer_background2.gif') no-repeat 30px 2px;
	width:1000px;
	height:96px;
	
}

.footer_trees .logo {
	width: 150px;
	background: url('/system/modules/com.fed.opencms.sokol/resources/images/logo.gif') no-repeat right top;
}

.footer_trees .copyrights {
	padding-left:20px;
	color: #727e59;
	font-size:12px;
}

.footer_trees .developer {
	width:400px;
	color: #727e59;
	font-size:12px;
	text-align:right;
	padding-right:50px;
}

.news {
	width:100%;
	margin-bottom:20px;
}
.news .date {
	color:#727e59;
}

.news .body a {
	color:#1a5529;
	font-weight:bold;
}

.right_padding {
	width:20px;
}
.breadcrumb a {
	color:#813a10;
}

/* gallery */
.small_image img {
	border:0px;
}

.separator {
	padding-top:15px;
	padding-bottom:22px;
}

.gallery_header {
	padding-right:10px;
}

.gallery_content {
	padding-top:10px;
	padding-right:10px;	
}

#gallery {
}

#gallery div {
	float:left;
	margin-right:2px;
	width:170px;
	margin-bottom:10px;
}

#gallery table {
	width:230px;
}

#gallery .block {
	margin-right:20px;	
}

#gallery div.clear {
	height:10px;
	overflow:hidden;
	clear:both;
	border-bottom: 1px solid #00aabf;
	margin-top:10px;
	margin-bottom:10px;	
	float:none;
	margin-right:0;
	width:auto;
}

/*#gallery div.ocms_de_bt {
	width:10px !important;
	background:lime;
}
#gallery td.ocms_de {
	width:10px !important;
}
#gallery a.ocms_button {
	width:20px !important;
}*/

#gallery div.clear_offline {
	overflow:hidden;
	clear:both;
	float:none;
	height:10px;
	width:100%;
}

a.gallery_author {
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

a.gallery_author:hover {
	text-decoration:underline;	
}

.photos_body {
	width:850px;
}

.photos {
	width: 200px;
	text-align:center;
	float:left;
	margin-left:10px;
	margin-top:20px;
}

.padding td {
   padding:3px;
}