body, form, div, ul.menu{
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 12px;
	color: #586a79;
}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: normal;
	font-family: Verdana;
	margin-bottom: 20px;
}
p {
	margin-bottom: 33px;
}

input, textarea {
	font-family: Verdana;
	font-size: 12px;
}
textarea {
	resize: none;
	overflow: auto;
}

ul.menu li {
	list-style-type: none;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #23547d;
}
a:hover {
	color: #ff6c00;
}

.clearer {
	clear: both;
}

html {
	background: url('../images/bg.jpg');
}

.wrapper.upper-head {
	background: url('../images/upper-head-bg.jpg') repeat-x;
	height: 230px;
}
.wrapper .inner-content {
	margin: 0 auto;
	width: 951px;
	position: relative;
}
.upper-head .inner-content {
	background: url('../images/upper-head-inner-bg.jpg') repeat-x;
	height: 230px;
}
.wrapper.shadowed {
	background: url('../images/shadow-bg.png') repeat-y center 0;	
	min-width: 951px;
}

#content-bottom {
	background: url('../images/content-bottom.jpg') no-repeat;
	height: 74px;
}
.wrapper.footer {
	background: url('../images/footer-bg.png') no-repeat center 0;
	height: 125px;
}

#header {
	height: 139px;
	background: url('../images/header-bg.jpg') no-repeat;
	position: relative;
}

#content {
	width: 633px;
	float: left;
	padding: 35px 24px;
}
#right-side {
	width: 184px;
	float: left;
	background: url('../images/right-side-bg.jpg') no-repeat;
	min-height: 697px;
	padding: 35px 43px;
}

.upper-head h1 {
	position: absolute;
	margin: 0;
	padding: 0;	
	left: 356px;
	top: 38px;
}
.upper-head h1 a {
	display: block;
	height: 59px;
	width: 241px;	
	text-indent: -5000px;	
}

#info-text {
	position: absolute;
	top: 79px;
	left: 350px;
	font-size: 9px;
}
#top-menu {
	position: absolute;	
	left: 1px;
	top: 98px;
}
#top-menu .menu li {
	float: left;
        position: relative;
}
/*
#top-menu .menu li a {
	display: block;
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
	padding: 0 20px;
	color: #23547d;
	font-size: 13px;
	font-weight: bold;	
}
*/
#top-menu .menu li a {
	display: block;
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
	padding: 0 10px;
	color: #23547d;
	font-size: 11px;
	font-weight: bold;
}

#top-menu .menu li a.active, #top-menu .menu li:hover {
	background: url('../images/top-menu-active-bg.jpg') repeat-x;
	color: #ff6c00;
}
#footer-data td {
	vertical-align: top;
	padding: 0 15px;
	font-size: 11px;
}
#footer-data td.border {
	border-left: 1px solid #586a79;
	border-right: 1px solid #586a79;
}

.news-widget h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 30px;
}
.news-widget .list-item .title {
	margin-bottom: 10px;
}
.news-widget .list-item .title a {
	color: #ff6c00;
	font-weight: bold;
}
.news-widget .list-item .date {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news-widget .list-item .text {
	font-size: 11px;
}
.news-widget .list-item .text a {
	font-weight: bold;
	color: #586a79;
}
.news-widget .list-item .text a:hover {
	color: #ff6c00;
}
.news-widget .list-item {
	margin-bottom: 33px;
}

.main-page-table {
	width: 100%;
	margin-bottom: 20px;
}
.main-page-table td {
	vertical-align: top;
	width: 185px;
}
.main-page-table td.first {
	padding-left: 0;
}
.main-page-table td.hspacer {
	height: 40px;
}
.main-page-table td.vspacer {
	height: 24px;
}
#content h2 {
    font-size: 16px;
    font-weight: bold;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
}
/*Contact*/
div.errormark {
	display: none;
	width: 16px;
	height: 16px;
}

div.errormark a {
	display: block;
	background: transparent url(/frontend-files/images/icons/error.png)
		no-repeat;
	width: 16px;
	height: 16px;
}

div.errors {
	position: relative;
	background: #efefef;
	border: solid 1px #666666;
	padding: 10px;
	margin-bottom: 10px;
}

div.errors .error-close {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 0px;
	right: 0px;
	display: block;
	background: url(/frontend-files/images/icons/error_close_icon.png)
		no-repeat;
}

div.error-text {
	margin-top: 5px;
}

table.contact-table tr td {
	padding-bottom: 12px;
}

.news-item .news-title a {
    color: #ff6c00;
    font-weight: bold;
}
.news-item .news-date {
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-item {
    margin-bottom: 20px;
}

.contact-table {
    margin: 24px 0;
}
.contact-table td {
    vertical-align: top;    
}
.contact-table input.contact-text {
    width: 300px;
}
.contact-table .contact-text {
    padding: 5px;
    border: 1px solid #586a79;
    color: #586a79;
}
.contact-table textarea {
    width: 400px;
    height: 150px;
}
.contact-table .submit {
    border: 1px solid #586a79;
    background-color: #ffffff;
    color: #586a79;
    padding: 5px 20px;
    cursor: pointer;
}
.contact-table .submit:hover {
    color: #ff6c00;
}

.content-lead, .content-body {
    margin-bottom: 10px;
}

.full-gallery .gallery-modul-element {
    float: left;
    width: 201px;
    height: 150px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
}
.full-gallery .gallery-modul-element .image-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 190px;
    padding: 5px;  
    background: url('/frontend-files/images/imgtext-bg.png') repeat;
    color: #ffffff;
    display: none;
}
.full-gallery .gallery-modul-element:hover .image-title {
    display: block;
}

div.paginationControl {
    padding: 10px 0;
}
div.paginationControl span.disabled {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl span.selected {
    background: none repeat scroll 0 0 #FF6C00;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
}
div.paginationControl a {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    display: inline;
    padding: 5px;
    text-align: center;
    width: 15px;
}
div.paginationControl a:hover {
    background: none repeat scroll 0 0 #FF6C00;
}

#top-menu .submenu {
    margin: 0;
    padding: 0;
    position: absolute;
    left: -1px;
    background-color: #FBFCFE;
    border-left: 1px solid #87CBEE;
    border-right: 1px solid #87CBEE;
    border-bottom: 1px solid #87CBEE;
    display: none;
}
#top-menu li:hover .submenu {
    display: block;
}
#top-menu .submenu li {
    float: none;
    background: transparent;
}
#top-menu .submenu li a {
    width: 200px;
    height: 30px;
    line-height: 30px;
}
#top-menu .submenu li a.active {
    color: #23547D;
    background: #FBFCFE;
}
#top-menu .submenu li a:hover {
    background-color: #87CBEE;
    color: #ffffff;
}
.flag {
	position: absolute;
	right: 29px;
	bottom: 6px;
}

.user-table {
    margin: 24px 0;
}
.user-table td {
    vertical-align: top;
}
.user-table input.user-text {
    width: 300px;
}
.user-table .user-text {
    padding: 5px;
    border: 1px solid #586a79;
    color: #586a79;
}
.user-table textarea {
    width: 400px;
    height: 150px;
}
.user-table .submit {
    border: 1px solid #586a79;
    background-color: #ffffff;
    color: #586a79;
    padding: 5px 20px;
    cursor: pointer;
}
.user-table .submit:hover {
    color: #ff6c00;
}

.user-widget .user-text {
    width: 170px;
    padding: 2px;
    border: 1px solid #A4B0CA;
    margin-bottom: 5px;
}
.user-widget .submit {
    margin-bottom: 5px;
    border: 1px solid #A4B0CA;
    background-color: #ffffff;
    color: #586a79;
    padding: 2px 10px;
    cursor: pointer;
}
.user-widget .submit:hover {
    color: #ff6c00;
}
.user-widget {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #A4B0CA;
    border-bottom: 1px solid #A4B0CA;
}