body {
  margin:0;
  padding:0;
  border:0;
  color:#666666;
  font-family:Georgia, serif;
  font-size:9pt;
  line-height:1.5em;
}

#wrapper {
  text-align: left;
  margin: 0px auto;
  padding: 5px;
  border:0;
  width: 958px;
  background: none;
}

#header {
  background: none;
  position:relative;
  top:3px;
  z-index:1000;
}

#header_bg {
  background:url('/images/body.jpg') no-repeat;
  background-position:top left;
  position:absolute;
  top:0;
  left:-240px;
  width:1437px;
  height:954px;
  z-index:-100;
}

#container {
  position:relative;
  z-index:0;
}

#side-a {
  margin-top: 2px;
  float: left;
  width: 674px;
  margin-right: 2px;
  background: #fff;
}

#side-b { 
  margin-top: 2px;
  float: left;
  width: 282px;
  background: #fff;
  height: 1% /* Holly hack for Peekaboo Bug */
}

#side-a,
#side-b {
  padding-bottom:50px;
  -moz-border-radius:0 0 10px 10px;
  border-radius:0 0 10px 10px;
}

#side-a p,
#side-b p {
  margin:10px 5px 0 30px;
}

#side-a h2,
#side-b h2 {
  padding-left:20px;
}

#footer {
  clear: both;
  width:958px;
  min-height:200px;
  margin:0;
  padding:0;
  background: url("/images/stopka.jpg") no-repeat #0297d9;
  position: relative;
  top: 10px;
  font-family:Arial,sans;
  font-size:11px;
}

  #footer a {
    text-decoration:none;
  }
  
  #footer a:hover {
    text-decoration:none;
    color:#fc0;
  }

    #footer_tl {
      display:block;
      width:600px;
      float:left;
    }

      #footer_tl p {
        margin:0;
        padding:5px 0 0 50px;
      }

    #footer_tr {
      display:block;
      width:250px;
      float:left;
      position:relative;
      left:58px;
      height:125px;
      top:-25px;
    }
    
    #footer_bt {
      clear:both;
      display:block;
      text-align:center;
    }
    
      #footer_bt p {
          margin: 0;
          padding:0;
      }
    
    .ft_white {
      color:#fff;
    }
    
    .ft_blue {
      color:#aff;
    }

/* Main styles */
a {
  text-decoration: none;
  color:#666666;
}

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

a.green {
  text-decoration: none;
  color: red;
  font-weight: bold;
}

a.green:hover {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

a.none {
  text-decoration: none;
}

a.none:hover {
  text-decoration: none;
}

h2 {
  font-size:20px;
  line-height:24px;
  margin-left:5px;
}

.submit-button {
  cursor:pointer;
  float:right;
  line-height:1.4em;
  margin:0.5em 0.4em 0.5em 0;
  overflow:visible;
  padding:0.2em 0.6em 0.3em;
  width:auto;
}

img {
  margin:0;
  padding:0;
  border:0;
}

label {
  font-weight: normal;
}
th {
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 0.4em;
  white-space: nowrap;
}
.error_list {
  font-size: 90%;
  color: red;
  padding: 0;
  margin: 1em;
}
.headline {
  color: blue;
  margin-top: 20px;
  font-size: 1em;
  font-weight: bold;  
}
.headline_image {
  float: left; 
}  
.tag-cloud {
  display: block;
  list-style: none;
}  
.tag-cloud li {
  float: left;
  padding-right: 10px;
}
.tags-list {
  display: block;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0px;
}  
.tags-list li {
  float: left;
  margin: 0px;
  padding: 0px;
}
.tags-list a {
  color: red;
  font-weight: bold;
}

table {
  padding: 10px;
  margin:20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 1px 1px 1px #555;
  -moz-box-shadow: 1px 1px 1px #555;
  background: #fafafa;
}
