html{
	background: url('img/bg.png') center top repeat-y #999999;
}

body{
	background: url('img/header.jpg') center top no-repeat;
}

html,body{
  font-family: 'Trebuchet MS';
	margin: 0px;
	font-size: 12px;
	text-align: center;
	height: 100%;
}

form{
    margin: 0px;
}

img{
    border: 0px none;
}

a{
  color: black;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

div.clear {
    float: none;
    clear: both;
    font-size: 0px;
    height: 0px;
}

input{
  width: 200px;
}

input.input{
  border: solid 1px #bbbbbb;
  color: #999999;
  margin: 1px 0;
  font-size: 12px;
}

div.filter{
  position: absolute;
  width: 100%;
  height: auto;
  min-height: 100%;
  _height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: black;
  z-index: 998;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
}

div.nahlad{
  position: absolute;
  top: 20px;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 999;
  width: 100%;
  text-align: center;
  display: none;
}

div.nahlad img{
  border: solid 1px black;
  padding: 10px;
  background: white;
}

div.okno{
  width: 1000px;
  margin: 0px auto;
  height: auto;
  min-height: 100%;
  _height: 100%;
}

div.footer{
  width: 1000px;
  margin: 0px auto;
  height: 15px;
  text-align: center;
  font-size: 10px;
  color: #555555;
}

div.main{
  width: 630px;
  padding:  0 10px;
  float: left;
  margin-bottom: 25px;
  text-align: left;
  background: white;
}

div.main div.obsah{
  padding: 0px;
}

div.header{
  height: 225px;
}

div.left{
  width: 160px;
  float: left;
}

div.menu{
  text-align: right;
  padding: 0 5px 0 0;
  font-weight: bold;
  font-size: 14px;
  font-variant: small-caps;
}

div.menu a{
  display: block;
}

div.right{
  width: 188px;
  float: left;
  text-align: left;
}

input.submit{
  border: solid 1px #555555;
  background: #e5e5e5;
}

div.tabs{
  font-size: 11px;
  padding: 0px 5px;
  border-bottom: solid 1px #555555;
}

div.tabs a{
  color: #555555;
  text-decoration: none;
  border-left: solid 1px #555555;
  border-right: solid 1px #555555;
  border-top: solid 1px #555555;
  background: #e5e5e5;
  padding: 0px 5px;
  margin: 0 1px 0 0;
}

div.tabs a:hover{
  background: #cccccc;
}

div.tabs a.selected{
  font-weight: bold;
}

div.input_selection{
  position: absolute;
  background: white;
  border: solid 1px #cccccc;
  padding: 3px 0px;
  visibility: hidden;
  white-space: nowrap;
  width: auto;
  min-width: 200px;
  _width: 200px;
}

div.input_selection a{
  display: block;
  color: black;
  padding: 1px 5px;
  text-decoration: none;
}

div.input_selection a:hover{
  display: block;
  background: #336699;
  color: white;
}

div.preloader{
  width: 200px;
  height: 20px;
  background: #e6e6e6;
  float: left;
  display: none;
  text-align: center;
  font-weight: bold;
  position: relative;
}

div.preloader div.statusbar{
  width: 0%;
  height: 20px;
  background: #cccccc;
  float: left;
}

div.preloader div.percento{
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 5;
}

div.subor_nazov{
  display: none;
  float: left;
  padding: 4px 5px;
}

.x_zrusit{
  color: red;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
  font-size: 12px;
}

input.button_komentar{
  float: right;
  width: 100px;
  font-size: 11px;
  margin: 2px 0px;
  border: solid 2px #aaaaaa;
  background: #cccccc;
  padding: 2px;
}

input.input_komentar{
  font-size: 11px;
  border: solid 1px #bbbbbb;
  color: #999999;
  padding: 2px;
}

div.natiahnut_nadpis{
  border-bottom: solid 2px #333333;
  color: #333333;
  cursor: hand;
  cursor: pointer;
  padding: 0px 3px;
  text-align: left;
  font-weight: bold;
}

div.natiahnut_polozka{
  height: 0px;
  overflow: hidden;
  display: none;
  margin-bottom: 5px;
  border: solid 1px #333333;
  border-top: 0px none;
  padding: 5px 10px 10px 10px;
}

div.posledna_anketa{
  position: relative;
  background: white;
  padding: 3px;
  margin: 0px 2px 0px 0px;
  overflow: hidden;
}

span.nazov_ankety{
  font-weight: bold;
  font-size: 13px;
  color: #FF3300;
}

div.anketa_riadok{
  font-weight: bold;
  margin: 3px 0;
  cursor: hand;
  cursor: pointer;
  padding: 5px;
  color: black;
  text-align: left;
  font-size: 11px;
}

div.anketa_riadok a{
 color: black;
}

div.anketa_riadok a:hover{
 color: black;
}

div.anketa_bar{
  display: block;
  height: 9px;
  font-size: 0px;
  min-width: 10px;
  _width: 10px;
  background: red;
  border: solid 1px black;
}

div.anketa_sum{
  margin: 10px 0px 2px 0px;
  border-top: solid 1px #888888;
  padding-top: 4px;
  text-align: center;
}

div.anketa_alert{
  position: absolute;
  z-index: 5;
  width: 120px;
  border: solid 5px #aaaaaa;
  border-bottom: solid 5px #666666;
  border-right: solid 5px #666666;
  left: 20px;
  top: 75px;
  background: white;
  padding: 20px 5px;
  text-align: center;
  visibility: hidden;
  font-size: 14px;
}

div.box_left_bottom{
  background: url('img/box_left_bottom.png') bottom left no-repeat;
  padding-bottom: 36px;
  margin-bottom: 15px;
}

div.box_left_top{
  background: url('img/box_left_top.png') top left no-repeat;
  padding-top: 36px;
}

div.box_left_left{
  background: url('img/box_left_left.png') top left repeat-y;
}

div.box_left_nadpis{
  padding-left: 20px;
}

div.box_right_bottom{
  background: url('img/box_right_bottom.png') bottom right no-repeat;
  padding-bottom: 36px;
  margin-bottom: 15px;
}

div.box_right_top{
  background: url('img/box_right_top.png') top right no-repeat;
  padding-top: 36px;
}

div.box_right_right{
  background: url('img/box_right_right.png') top right repeat-y;
}

div.box_right_nadpis{
  padding-right: 20px;
}

input.login{
  width: 120px;
  border: solid 1px #bbbbbb;
  padding: 2px 2px;
  margin: 1px 0;
  color: #999999;
}

input.tlacitko{
  width: 126px;
  height: 23px;
  border: solid 1px #555555;
  padding: 2px;
  margin: 1px 0;
  background: #cccccc;
}