* {
 padding: 0;
 margin: 0;
}
div#klient {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: white;
 z-index: 9999;
 text-align: center;
 padding-top: 250px;
}
html {
 width: 100%;
 background: url(../../uploads/image/html_bg.jpg) fixed no-repeat center top;
 background-color: #000;
}

body{
 width: 100%;
 font-family: 'Trebuchet MS',Verdana,Tahoma,Arial;
 font-size: 14px;
 line-height: 2em;
}

div.clear{
 clear: both;
}

div#top_wrap {
 width: 100%;
 height: 320px;
}

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

div#home {
 width: 50px;
 margin-top: 5px;
 margin-right: 3px;
 display: inline;
 float: right;
 text-align: right;
}

div#home img {
 border: 0;
}

div#main_wrap {
 float: left;
 display: inline;
 width: 100%;
}

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

div#content {
 float: left;
 display: inline;
 width: 980px;
 /*background: url(../../uploads/image/content_background.png) repeat;*/
 color: #fff;
}

div#main_menu {
 float: left;
 display: inline;
 width: 255px;
}

div#content_right {
 float: right;
 display: inline;
 width: 643px;
 margin: 0 10px 0 0;
 padding: 10px 20px;
 min-height: 465px;
 height: auto !important;
 height: 465px;
 background: url(../../uploads/image/content_right_bg.png) repeat;
 border: 1px solid #696d2a;
}

div#content_right ul {
 margin-left: 25px;
 float: left;
 display: inline;
 list-style-type: square;
}

div#content_right ol {
 margin-left: 25px;
 float: left;
 display: inline;
}

div#content_right img:hover {
 border-color: #3f9a02;
}

div#content_right img {
 border: 4px solid #1e5502;
}

div#footer2 {
 display: inline;
 float: right;
 width: 975px;
 height: 15px; 
 padding-top: 3px;
 padding-right: 5px;
 text-align: right;
}

div#footer2 a {
 color: #fff;
 font-size: 9px;
 font-size: 12px;
}

div#footer2 a:hover {
 color: #ccc;
}

div#footer {
 display: inline;
 float: right;
 width: 915px;
 margin-top: 10px;
 margin-left: 65px;
 text-align: center;
 color: #fff;
 background-color: #376a00;
 letter-spacing: 1px;
}

a {
 text-decoration: none;
 color: #397f1a;
 outline: none;
 position: relative;
 z-index: 1;
}

a:hover {
 text-decoration: underline;
 color: #4ea229;
}

p {
 clear: left;
 padding: 5px 0;
 line-height: 2em;
}

div.mapka {
 width: 100%;
 margin-top: 30px;
 text-align: center;
}

h1 {
 padding-bottom: 5px;
 border-bottom: 1px solid #1d692a;
 margin-bottom: 7px;
 font-size: 1.2em;
 letter-spacing: 1px;
}

.hitcounter {
 float: left;
 font-size: 12px;
 color: #fff;
 margin-left: 66px;
}