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:0px -20px;
  position:absolute;
  top:0;
  left:-240px;
  width:1437px;
  height:954px;
  z-index:-100;
}

#container {
  position:relative;
}

#side-a {
  margin-top: 2px;
  float: left;
  width: 405px;
  background: #fff;
  position:relative;
}

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

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

#side-b {
  margin-top: 2px;
  float: right;
  width: 282px;
  background: #fff;
}

#content { 
  margin-top: 2px;
  margin-right: 2px;
  float: left;
  width: 267px;
  background: #fff;
  position:relative;
}

#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;
    }

#low_banner {
  position: absolute;
  width: 405px;
  height: 133px;
  top: -133px;
  left: 0;
}

/* 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;
}

.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; 
}  
