@charset "utf-8";

div#submenu {
	float: right;
	width: 150px;
	margin: 100px 20px 0 0;
	text-align: center;
}

div#submenu img {
	display: block;
	margin: 0 auto;
}

div#submenu a {
	display: block;
	margin: 0 auto 40px auto;
	color: #178c2c;
	font-weight: bold;
	text-align: center;
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
}

div#page div.sub-sobitie {
	margin-top:70px;
	text-align:left;
}

div#page div.sub-sobitie strong {
	font-size:16px;
	font-weight:bold;
}

div#page div.sub-sobitie div div {
	margin:10px 0 0 0;
}

div#page div.sub-sobitie div div small {
	color:#acacac;
	font-size:11px;
}

div#page div.sub-sobitie a {
	margin:0;
	text-align:left;
	font-size:13px;
	color:#87ab1f;
}

div#page div.sub-sobitie a:hover {
	text-decoration:none;
}

div#page div.sub-sobitie a.sob-selected {
	text-decoration:none;
}

.selected-sobitie {
	margin:0 0 50px 0;
}

.sobitie-god p {
	margin:0 0 15px 0;
}

div#page .sobitie-god p a {
	font-size:16px;
	font-weight:bold;
}

.top_left {
	background:url(/images/top-left.png) top left no-repeat;
	-webkit-transform: rotateY(40deg);
}
*html .top_left {
	background:none;
}

.top_right {
	margin:0 0 0 5px;
	height:5px;
	background:url(/images/top-right.png) top right no-repeat;
}
*html .top_right {
	background:none;
}

.bottom_left {
	background:url(/images/bottom-left.png) bottom left no-repeat;
}
*html .bottom_left {
	background:none;
}

.bottom_right {
	margin:0 0 0 5px;
	padding:5px 0 0 0;
	background:url(/images/bottom-right.png) bottom right no-repeat;
}
*html .bottom_right {
	background:none;
}

.center_left {
	background:url(/images/center-left.png) top left repeat-y;
}
*html .center_left {
	background:none;
}

.center_right {
	margin:0 0 0 15px;
	background:url(/images/center-right.png)  top right repeat-y;
}
*html .center_right {
	background:none;
}

.top_left img {
	display:inline-block;
	margin:5px 0 0 0;
}
*html .top_left {
background:none;
}