body
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 170%; /**/
	font-size: 13px; /**/
}

#whole_page, #whole_page_home
{
	width: 862px;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	background-image: url('/images/design/header_small.png');
	height: 69px;
	margin: 0px;
	padding: 0px;
	text-indent: -5000px;
}

h2
{
	margin-top: 0;
	font-weight: normal;
	border-bottom-style: solid;
	border-color: #e1e1e1;
	border-width: 1px;
	line-height: 30px;
	margin-bottom: 25px;
}

#whole_page_home h2
{
	color: #d75b2d;
	border-style: none;
	text-transform: uppercase;
}

#page_content
{
	background-image: url('/images/design/page_bg.png');
	padding: 35px 20px 20px 20px;
}

#whole_page_home #page_content
{
	background-image: url('/images/design/page_bg_home.png');
	padding: 0;
	height: 445px;
}

#whole_page_home h1
{
	background-image: url('/images/design/header.png');
	height: 96px;
}

address
{
	background-image: url('/images/design/page_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
	font-style: normal;
	text-align: right;
	color: #676767;
	font-size: small;
	margin-top: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#whole_page_home address
{
	background-position: 0 -1px;
}

#home_content
{
	margin-left: 460px;
	margin-right: 30px;
	padding-top: 60px;
}

img
{
	border: none;
}

p#home_further
{
	text-align: right;
}

div#login
{
	background-image: url('/images/design/login-bg.png');
	text-align: right;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	font-size: 75%;
	/*line-height: 40px;*/
	padding-top: 10px;
	vertical-align: middle;
}

#login form
{
	padding: 0;
	margin: 0;
}

#login form input
{
	vertical-align: middle;
}

a
{
	color: #5D7333;
}

.error_list
{
	color: red;
}

ul#menu
{
	background-image: url('/images/design/menu_bg.png');
	margin: 0;
	height: 30px;
	padding-right: 20px;
}

ul#menu li
{
	float: right;
	margin: 0;
	padding-left: 20px;
	list-style-type: none;
}

ul#menu a
{
	text-decoration: none;
	color: #333333;
}

#submenu
{
	float: left;
	width: 230px;
	border-top-style: solid;
	border-color: #e1e1e1;
	border-width: 1px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 30px;
}

#submenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#submenu li
{
	padding: 5px;
	border-bottom-style: solid;
	border-color: #e1e1e1;
	border-width: 1px;
}

#submenu a
{
	color: #333333;
	text-decoration: none;
}

#page_text
{
	margin-left: 300px;
	margin-right: 30px;
	padding-bottom: 100px;
	margin-top: -20px;
}

.abstract
{
	/* font-weight: bold; */
}

div#page_text img
{
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.right_image img
{
	float: right !important;
	margin-right: 0;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news_title
{
	margin: 0;
	color: #5D7333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.news_date
{
	margin-top: 0;
	margin-bottom: 0;
	color: #5D7333;
	font-size: 11px;
	font-style: italic;
}

.news_short_text
{
	margin-top: 0;
	margin-bottom: 3em;
}

form table th {
	text-align: left;
}

form table th, form table td {
	vertical-align: top;
	border-style: solid;
	border-color: #efefef;
	border-width: 1px;
}

.notice
{
	font-weight: bold;
	color: green;
	text-align: center;
	margin-bottom: 1em;
}

.remember_me_checkbox
{
	width: inherit !important;
}

.news_image img
{
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	padding: 1px;
	margin: 0 40px 0 0 !important;
}

.news_text
{
	height: 160px;
}

/* ---------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%; }

