* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Arial, Verdana, lucida, sans-serif; 
  color: #666;
  background: #bffefe url("grafika/bg5.jpg") repeat-x bottom fixed;
  font-size: 10pt;
  min-width: 770px;
  line-height: 1.5;
}
html, body {
  height: 100%;
}

/* layout */
#main {
  width: 770px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  min-height: 100%;
  height: 100%;
  font-size: 10pt;
  background: #fff url("grafika/bg3.jpg") repeat-y center top;
}
body>#main {
  height: auto;
}
#head {
  height: 160px;
  position: relative;
  text-align: center;
  background: url("grafika/bg1.jpg") no-repeat center top;
}
#pgmargin {
  height: auto;
  padding: 0 15px 0 15px;
}
#foot {
  position: absolute;
  bottom: 0;
  height: 74px;
  width: 770px;
  background: url("grafika/bg4.jpg") no-repeat center bottom;
}
.hidden {
  visibility: hidden;
}
/* layout */

/* menu */
.menu {
  float: left;
  width: 120px;
  padding: 40px 0 100px 20px;
  background: url("grafika/bg2.jpg") no-repeat left top;
}
/* menu */

/* content */
.content {
  float: right;
  width: 520px;
  padding: 47px 45px 100px 35px;
  background: url("grafika/bg2.jpg") no-repeat right top;
}
/* content */

hr.rtrn {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}

/* headers */
h1 {
  font-size: 12pt;
  color: #66a;
  padding-bottom: 15px;
}
h2 {
  font-size: 11pt;
  color: #66b;
  padding: 20px 0 10px 0;
}
h3 {
  font-size: 10pt;
  color: #66d;
  padding: 10px 0 5px 0;
}
h4 {
  font-size: 10pt;
  color: #66e;
  padding: 10px 0 5px 0;
}
/* headers */

/* paragraphs */
p {
  text-align: justify;
  margin-bottom: 15px;
}
span.up {
  height: 18px;
  position: absolute;
  left: 17px;
  bottom: 0px;
  font-size: 7pt;
}
#copy {
  position: absolute;
  right: 20px;
  bottom: 4px;
  text-align: right;
  font-size : 7pt;
  font-weight : bold;
  color : #336;
}
/* paragraphs */

/* form */
fieldset {
  padding: 0;
  border: none;
}
textarea, fieldset input {
  font-size: 11pt;
  color: #66a;
  border: 1px solid #aac;
  padding: 0 2px 0 2px;
  background: url("grafika/input.jpg") no-repeat right center;
}
input.box, input.radio {
  border: none;
  background: none;
  margin-right: 3px;
  cursor: pointer;
}
textarea {
  width: 472px;
  overflow: hidden;
  font-family: Tahoma, Verdana, Arial, lucida, sans-serif;
}
#forumform fieldset input, #forumform fieldset textarea {
  width: 508px;
}
input.btn, #forumform input.btn {
  margin: 20px 0 20px 0;
  cursor: pointer;
  display: inline;
}
.req {
  color: #e00;
}
label {
  display: inline;
}
/* form */

/* lists */
ul.ctvr {
  list-style: square;
  text-align: justify;
  padding-bottom: 15px;
}
ol.cisla {
  list-style-type: decimal;
  text-align: justify;
  padding-bottom: 15px;
}
ol.pism {
  list-style-type: lower-alpha;
  text-align: justify;
  padding-bottom: 15px;
}
dl {
  margin-bottom: 15px;
}
dt {
  font-weight: bold;
  padding: 10px 0 5px 0;
  color: #ca3;
}
dd {
  padding: 0 0 0 10px;
  color: #669;
  text-align: justify;
  border: 3px solid #fd6;
  margin-bottom: 10px;
}
/* lists */

/* images */
img {
  border: none;
  text-align: center;
}
#valid img {
  width: 45px;
  height: 16px;
  margin: 0 0 2px 1px;
}
#head img {
  width: 120px;
  height: 100px;
  margin-top: 15px;
  visibility: hidden;
}
/* images */

/* links */
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #f90;
}
a:hover {
  color: #f30;
}
.menu a:link, .menu a:visited {
  text-decoration: none;
  padding: 0 5px 0 5px;
  border-left: 10px solid #fd6;
  border-bottom: 2px solid #fd6;
  color: #09c;
}
.menu a:hover {
  text-decoration: none;
  padding: 0 5px 0 5px;
  border-left: 10px solid #fb3;
  border-bottom: 2px solid #fb3;
  color: #fa0;
  font-weight: bold;
}
.subm a:hover {
  padding-right: 5px;
  border-right: 15px solid #fd6;
}
a.fav, a.print, a.top {
  padding: 3px 0 2px 21px;
}
.up a:link, .up a:visited, #copy a:link, #copy a:visited {
  color: #336;
}
.up a:hover, #copy a:hover {
  color: #fff;
}
a.fav {
  background: url("grafika/fav.gif") no-repeat left;
}
a.print {
  background: url("grafika/print.gif") no-repeat left;
}
a.top {
  background: url("grafika/top.gif") no-repeat left;
}
#atsm a {
  text-decoration: none;
}
/* links */

/* tables */
table.nob {
  border-collapse: collapse;
  border: #fff none 0px;
}
table.thinb {
  border-collapse: collapse;
  border: #666 solid 1px;
}
table.thinb td {
  border-collapse: collapse;
  border: #666 solid 1px;
  padding: 5px;
}
#col1 {
  white-space: nowrap;
  vertical-align: top;
}
col.w100 {
  width: 100px;
  white-space: nowrap;
  vertical-align: top;
}
td {
  vertical-align: top;
}
/* tables */

