body {
  margin:0;
  padding:0;
  border:0;
  background-color:#fff;
  background-image:url('../images/pasek.jpg');
  background-repeat: repeat-x;
  background-position:top left;
  color:#666666;
  font-family:"Trebuchet MS", Tahoma, sans-serif;
  font-size:9pt;
}

#wrapper {
  text-align: left;
  margin: 0px auto;
  padding: 0px;
  border:0;
  width: 958px;
}

#header {
  background: #fff;
}

#side-a {
  margin-top: 2px;
  float: left;
  width: 405px;
}

#side-b {
  margin-top: 2px;
  float: right;
  width: 282px;
}

#content { 
  margin-top: 2px;
  margin-right: 2px;
  float: left;
  width: 267px;
}

#footer {
  clear: both;
  width:958px;
  height:110px;
  margin-top:10px;
  margin-bottom:10px;
  color:white;
  background-image: url("/images/stopka.jpg");
}

/* Main styles */
a {
  text-decoration: none;
  color:#666666;
}

a:hover {
  text-decoration: underline;
  color:#666666;
}

a.green {
  text-decoration: none;
  color: green;
  font-weight: bold;
}

a.green:hover {
  text-decoration: underline;
  color: green;
  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; 
}  