body {
   margin:0;
   padding:0;
   color:#333333;
   background:#fff;
   font-family:Tahoma, _serif;
   font-size:11px;
   text-align:center;
   background-color: #eff4f9;
}

a {
   color:#2E75A8;
   text-decoration:  none;
}
a:hover {
   text-decoration:underline;
}
a img {
   border:none;
}

a.external {
   background:url('../img/external.png') no-repeat;
   background-position:right center;
   padding-right:15px;
}

#container {
   width:1020px;
   margin: 0 auto;
   padding:0;
   text-align:left;
}

#header {
   width:1020px;
   height:241px;
   position:relative;
   background:url('../img/web-katalog.jpg') no-repeat;
   text-shadow: 2px 2px 5px black;
}
#header h1 {
   margin:0;
   padding:0;
}
#header h1 a {
   display:block;
   width:800px;
   height:142px;
   color:white;
   text-decoration:none;
   padding-left:200px;
   padding-top:60px;
   font-size:36px;
   text-shadow: 2px 2px 5px black;
}

#nav {
   list-style-type:none;
   margin:0;
   padding:0;
   position:absolute;
   top:213px;
   left:15px;    
}          
#nav li {
   float:left;
   margin-right:15px;
   font-weight:bold;
   font-size:12px;
   background:url('../img/point.png') no-repeat 0% 50%;
   padding-left:10px;
}
#nav li a {
   color:#fff;
   text-decoration:none;
}
#nav li a:hover {
   text-decoration:underline;
}

#search {
   width:400px;
   position:absolute;
   top:213px;
   left:670px;
   color:#fff;
}
#search input.search {
   width:250px;
   font-size:11px;
   padding:0;
}

#search input.button {
   font-size:11px;
   padding:0;
}

#content {
   width:744px;
   padding:10px;
   margin:10px 15px 0 0;
   float:left;
   background-color: #fff;
   border:1px solid #e6e6e3;
}
#content > p {
    line-height: 1.5;
}


#content .websnaprimg {
   float:left;
   margin:0 15px 10px 0;
}

#content img.thumb {
   float:left;
   margin:0 15px 10px 0;
}

#content div.post {
   padding:10px 0 10px 0;
   border-top:1px solid #e6e6e3;
   clear:both;
}

#content div.better {
   padding:20px 20px 40px 20px;
   margin:10px 0;
   border:1px solid #069404;
}

#content div.view {
   padding:10px;

}
#content div.view h2 {
   margin:0 0 5px 0;
   padding:0;
}

#content h2 {
    padding: 6px 0 18px;
    margin: 0;
    font-size: 18px;
}

#content h3 {
   padding:5px 0;
   margin:0;
   font-size:13px;
}

#content h3.subs {
   float:left;
   padding:4px;
   margin:5px;
   font-size:12px;
   width:165px;
   border:1px solid #777777;
   background:#F1F1F1;
}

#content h4 {
   padding:0 0 5px 0;
   margin:0;
   font-size:12px;
}

#content p small {
   color:#808080;
}

#content input.text, #content select.text {
   width:400px;
   font-size:14px;
   padding:5px;
}

#content textarea {
   width:400px;
   height:300px;
   font-size:14px;
   padding:5px;
   font-family:Arial, _serif;
}

#content .form_error {
   border:1px solid #f00;
}
#content .error_message {
   font-weight:bold;
   color:#f00;
}
#content table {
   width:100%;
}
#content table td.checkbox {
   width:30px;
}
#content table td.button {
   width:30px;
}
#content table td.button a {
   color:#f00;
}
#pagination {
   text-align:center;
   padding:15px;
}
#morepages {
   margin:15px 0 0 0;
   padding:10px 15px;
   border:1px solid #AEB8B0;
   background-color:#F7F9FB;
}

#related {
   width:47%;
   padding:0 3% 0 0;
   float:left;
}
#newones {
   width:47%;
   padding:0 3% 0 0;
   float:left;
}
#sidebar {
   padding:10px 0 0 0;
   width:239px;
   float:left;

}
#sidebar ul {
   margin:0;
   padding:0;
   list-style-type:none;
}
#sidebar ul li {
}
#sidebar ul li a {
    background: linear-gradient(to bottom, #3b99de, #125384);
    border-radius: 0.5em;
    color: #fff;
    display: block;
    line-height: 20px;
    margin: 0.35em 0;
    padding: 0.5em;
}
#sidebar ul li a:hover,
#sidebar ul li a:focus {
    background: linear-gradient(to bottom, #666, #444);
    text-decoration: none;
}
#sidebar ul li a::after {
    clear: both;
    content: " ";
    display: table;
}
#sidebar ul li a .counter {
    float: right;
}

#sidebar ul.subcategories {
   margin:5px 0 0 15px;
}
#sidebar ul.subcategories li a {
   font-weight:normal;
}

.menu_box {
    border:1px solid #e6e6e3;
    background-color:#f7f9fb;
    margin-bottom:10px;
    padding:0;
}

.menu_box_content{
    padding:0 8px 0px 8px;
}
          
#sidebar .inner {
   padding:0px;
   margin:0 0 10px 0;
}
.menu_box h3 {
   background:url('../img/menu-2.png') no-repeat;
   font-size:14px;
   margin:0 0 10px 0;
   padding-left:44px;
   padding-top:0;
   line-height: 34px;
   height:44px;
   color:#fff;
   text-shadow: 2px 2px 5px black;
}
.clear {
   clear:both;
}

.message {
   font-size:14px;
   font-weight:bold;
   color:#078F07;
}

#footer {
   color:#808080;
   font-size:11px;
   border-top:1px solid #909090;
   margin-top:10px;
   padding:10px;
   text-align:center;

}   

#paymentleft {
	width: 250px !important; float: left; margin: 0 10px 0 10px;
}
#paymentright {
	width: 240px; float: left; padding: 25px 0 0 0; position: relative; left: 20px;
}

body {
    font-size: 12px;
}

#content div.post {
  background-color: #eee;
  background-image: linear-gradient(to bottom, #f3f3f3, #eaeaea);
  border-radius: 1em;
  border-top-width: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  font-size: 12px;
  margin-bottom: 1em;
  padding: 1em;
}

#content div.post::after {
  clear: both;
  content: " ";
  display: table;
}

#content div.post .websnaprimg {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 1em;
}

#content div.post .websnaprimg img {
  height: auto;
  width: auto;
}

#content div.post .right {
  float: right;
  display: block;
  width: 100%;
  max-width: calc(100% - 200px - 1em);
}

#content div.post h3 {
  font-size: 15px;
  padding-bottom: 0;
  padding-top: 0;
}

#content div.post p:nth-of-type(2) {
  border-top: 1px solid currentColor;
  color: #808080;
  margin-top: 1em;
  padding-top: 1em;
}

.footer-container {
  background-color: #1164A1;
  color: #eee;
  margin-top: 1em;
  font-size: 11px;
}

.fcc {
  margin: 0 auto 0;
  max-width: 980px;
  padding: 10px;
  text-align: left;
}

.fcc .navigation {
  float: right;
}

.footer-container .images {
  display: block !important;
}

.footer-container .images img {
  display: inline-block !important;
  width: 25%;
}

.footer-container #footer {
  border-top-width: 0;
  border-top-color: currentColor;
  color: inherit;
  margin: 0 auto 0;
  max-width: 980px;
}

.footer-container #footer a {
  color: #ddd;
}

.navigation {
   list-style-type: none;
   margin: 0;
   padding: 0; 
}          
.navigation li {
   float: left;
   margin-right: 15px;
   font-weight: bold;
   background: url('../img/point.png') no-repeat 0% 50%;
   padding-left: 10px;
}
.navigation li a {
   color: #fff;
   text-decoration: none;
}
.navigation li a:hover {
   text-decoration: underline;
}

.header {
  background: linear-gradient(to bottom, #3b99de, #125384);
  color: #fff;
  line-height: 40px;
}

.header a {
  color: inherit;
}

.header-container {
  margin: 0 auto;
  width: 1020px;
}

.header-container::after {
  clear: both;
  content: " ";
  display: table;
}

.header-image {
    position: absolute;
    transform: translateX(-110px);
    max-width: 100px;
}

.header-image img {
    height: auto;
    max-width: 100px;
}

.header-brand {
  float: left;
  font-size: 18px;
  line-height: inherit;
  margin: 0;
  text-transform: uppercase;
}

.header-navigation {
  float: right;
  line-height: inherit;
  list-style: none;
  margin: 0;
}

.header-navigation li {
  border-right: 1px solid currentColor;
  float: left;
}

.header-navigation li a {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  transition: background-color 300ms ease-in-out, color 200ms ease-in-out;
}

.header-navigation li a:hover,
.header-navigation li a:focus {
  background-color: #fff;
  color: #333;
  text-decoration: none;
}

.header-search {
  float: right;
  line-height: inherit;
  padding-left: 1em;
  padding-right: 1em;
}

.header-search input.search {
  border-width: 0;
  color: #333;
  line-height: 20px;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 180px;
}

.header-search input.button {
  background-color: #fff;
  border-width: 0;
  color: #333;
  line-height: 20px;
}

.header-fullwidth-image {
  height: auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }

  .header-fullwidth-image {
    margin-top: 40px;
  }
}

.top-link {
    background-color: #ccdbe4;
    border-radius: 0.5em;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.33);
}

.top-link img {
  background-color: #fff;
  border-radius: 0.5em;
  display: block;
  padding: 0.5em;
}

.top-link .name {
  color: #036a8f;
  display: block;
  padding: 0.5em;
  text-align: center;
}

.shadow {
    box-shadow: 0 0 6px 0px#929292;
}