body {
  background-color: #596164;
  background-image: url("imgs/content_bg.gif");
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "Tahoma" sans-serif;
  color: #ffffff;
  font-size: 10px;
}

INPUT, SELECT, TEXTAREA, TABLE {
  font-family: "Tahoma" sans-serif;
  color: #556B6E;
  font-size: 10px;
}

div#kocoimage {
    position:absolute;
    top: 10px;
    left: 0px;
    width: 215px;
    height: 292px;
    background-image: url("imgs/kocoimage.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

div#kocotexty {
    position:absolute;
    bottom: 24px;
    left: 46px;
    width: 207px;
    height: 25px;
    background-image: url("imgs/kocotexty.gif");
    background-repeat: no-repeat;
    background-position: top left;
}

div#content {
    position:absolute;
    top: 8px;
    left: 8px;
    width: 284px;
    height: 384px;
    overflow: auto;
/*    border: 1px solid black;*/
    text-align: justify;
    scrollbar-face-color: #9EC38B; 
    scrollbar-highlight-color: #9EC38B;
    scrollbar-shadow-color: #9EC38B; 
    scrollbar-3dlight-color: #6EA64E; 
    scrollbar-arrow-color: #6EA64E; 
    scrollbar-track-color: #84B369; 
    scrollbar-darkshadow-color: #6EA64E;
}

div#page a {
    color: #ffffff;
}

div#page a:hover {
    text-decoration: none;
}


div#page {
    overflow: hidden;
    padding: 5px;
    text-align: justify;
}

div#page h1 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 16pt;
    color: #FFFFFF;
}

div#page h2 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 14pt;
    color: #FFFFFF;
}

div#page h3 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 12px;
    color: #FFFFFF;
}

div#page h4 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 10px;
    color: #FFFFFF;
}

div#page h5 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 11px;
    color: #2B7001;
}

div#page h6 {
    line-height: 130%;
    margin: 0px;
    padding: 0px;
    text-align: left;
    font-size: 10px;
    color: #FFFFFF;
}