* {
 margin: 0;
 padding: 0;
}

a {
 outline: none;
 cursor: pointer;
}

a img {
 border: 0;
}

html{
 background-color: #e6e8eb;
}

body {
 width: 100%;
 height: 100%;
}

div.clear{
 clear: both;
}

div#main{
 width: 980px;
 margin: 0 auto;
}

div#main_wrapper {
 width: 980;
 float: left;
 display: inline;
}

div#top {
 clear: both;
 float: left;
 width: 980px;
 height: 90px;
 background: url(../../uploads/image/top.jpg) no-repeat 0 0;
}

div#main_menu {
 clear: both;
 float: left;
 width: 980px;
 height: 45px;
 background: url(../../uploads/image/bg_menu.jpg) no-repeat 0 0;
}

div#baner {
 clear: both;
 margin-top: 10px;
 width: 980px;
/* height: 220px;*/
 float: left;
 display: inline;
}

#menu a {
 z-index: 10;
}

div#content_wrapper {
 clear: both;
 width: 980px;
 float: left;
 display: inline;
 margin: 19px 0;
 /*background: url(../../uploads/image/bg_page.jpg) repeat-y 0 0;*/
}

.hor_line {
 float: left;
 display: inline;
 clear: both;
 width: 100%;
 height: 1px;
 font-size: 0;
 background: url(../../uploads/image/hor_line.jpg) repeat-x 0 0;
}

div#content_left {
 float: left;
 display: inline;
 width: 236px;
}

div#news_header {
 clear: both;
 width: 236px;
 height: 25px;
 margin-top: 5px;
 float: left;
 display: inline;
 font: 18px Arial;
 line-height: 18px;
 color: #c12828;
}

div#content_right {
 float: right;
 display: inline;
 width: 100%;
 padding: 0 20px;
 box-sizing: border-box;
}

#main_header {
 width: 100%;
 height: 25px;
 margin-top: 5px;
 float: left;
 display: inline;
 font: 18px Arial;
 line-height: 18px;
 color: #c12828;
 font-weight: normal;
}

h2 {
 font-size: 1.2em;
 letter-spacing: 1px;
 padding-top: 10px;
 padding-bottom: 0px;
 margin: 0px;
}

ol.alpha { list-style-type: none; }
ol.alpha li:before {content: "" counter(section, lower-alpha) ") ";}
ol.alpha li { counter-increment: section;}

div#content  {
 clear: both;
 width: 100%;
 float: left;
 display: inline;
 min-height: 350px;
 height: auto !important;
 height: 350px;
 font: 12px Tahoma;
 line-height: 1.7em;
 margin: 10px 0;
}

#content p {
 margin-bottom: 10px;
}

#content a {
 color: #C12828;
 text-decoration: none;
}

#content a:hover {
 text-decoration: underline;
}

#content ul,
#content ol {
 margin-left: 30px;
 list-style-position: inside;
}

#content ul li {
 list-style-type: disc;
 margin: 2px 0;
}

div#footer {
 clear: both;
 float: left;
 display: inline;
 width: 960px;
 height: 35px;
 padding: 0 10px;
 margin-bottom: 20px;
 background: url(../../uploads/image/footer.jpg) no-repeat 0 0;
}

a.footer_link {
 float: right;
 display: inline;
 margin: 11px 0 0 0;
 color: #fff;
 font: 12px Tahoma;
 outline: none;
 text-decoration: none;
 text-shadow: 1px 1px 1px #4a4a4a;
}

a.footer_link:hover {
 color: #fff;
 text-decoration: underline;
}

.footer_link_sep {
 float: right;
 display: inline;
 width: 2px;
 height: 15px;
 font-size: 0;
 margin: 11px 5px 0 5px;
 background: url(../../uploads/image/footer_sep.jpg) no-repeat 0 0;
}

.eko_link {
 float: left;
 display: inline;
 margin: 11px 0 0 0;
 color: #fff;
 font: 12px Tahoma;
 outline: none;
 text-decoration: none;
 text-shadow: 1px 1px 1px #4a4a4a;
}

img {
 border: 0px;
}

.mapka {
 text-align: center;
}

#language{
float:right;
margin-top:34px;;
margin-right:30px;
}

a.pl{
 display: inline;
 width: 32px;
 height: 20px;
 background: url(../../uploads/image/pl.jpg) no-repeat 0 0;
 float: left;
 margin-right:10px;
}

a.pl:hover{
 background: url(../../uploads/image/pl_on.jpg) no-repeat 0 0;
}


a.de{
 display: inline;
 width: 33px;
 height: 20px;
 background: url(../../uploads/image/ger.jpg) no-repeat 0 0;
 float: left;
}

a.de:hover{
 background: url(../../uploads/image/ger_on.jpg) no-repeat 0 0;
}