/* basic styles */
html {
  background: url(../images/bg.gif) repeat-x top;
  color: #494738;
}
body {
	font-family: 'Arial CE', Arial, sans-serif;
  font-size: 12px;
  margin: 0;
}
img {
  border: 0;
}
form {
  padding: 0;
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-bottom: 10px;
}
li {
  list-style-type: square;
}
hr {
  border-top: 1px #e2dec7 solid;
  border-bottom: 1px #f7f6f0 solid;
  border-left: 1px #f7f6f0 solid;
  border-right: 1px #f7f6f0 solid;
}
.nob {
  border: 0;
}
.separator {
  background-image: url(../images/hr_610.png);
  background-position: center top;
  background-repeat: no-repeat;

  height: 12px;
  clear: both;
  font-size: 1px;
}

td {
  vertical-align: top;
}

.left {
  float: left;
}
.right {
  float: right;
}

.abeceda {
  text-align: center;
  padding-bottom: 15px;
  clear: both;
}

/* forms */
input, select, textarea {
  border: 1px #b0af92 solid;
  vertical-align: middle;
  font-size: 12px;
}

input[type=text], input[type=password], input.text {
  height: 16px;
  padding-top: 3px;
}
select {
  height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
input.dark_button {
  height: 22px;
  background-image: url(../images/button_dark.png);
  background-repeat: repeat-x;
  /*border-left: 1px #626152 solid;
  border-top: 1px #626152 solid;
  border-right: 1px #2b2a20 solid;
  border-bottom: 1px #2b2a20 solid;*/
  border: 0;
  color: white;
  font-size: 12px;
}

/* layout */

.top_link
{
   background-color: #333;
   color: white;
   padding: 5px 0;
   text-align: center;
   font-size: 11px;   
}
.top_link a {
  color: white;
  text-decoration: none;
}

#page {
  width: 960px;
  position: relative;
  padding: 0;
	margin-left: -480px;
	left: 50%;
}

#top {
  text-align: center;
}

#head {
 height: 90px;
}

.meno {
  float: right;
  font-size: 11px;
  padding-top: 10px;
  padding-right: 10px;
  width: 400px;
  text-align: right;
}

#head .logo {
  width: 340px;
  float: left;
}

#head .search_hcp {
  width: 150px;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 0px;
}

#head .search {
  width: 150px;
  float: right;
  padding-top: 20px;
  text-align: right;
  padding-right: 0px;
  clear: right;
}

#head .search_hcp .text {
  width: 60px;
}

#head .search .text {
  width: 80px;
}

/* menu */
#menu1, #menu2 {
  height: 40px;
  width: 100%;
  font-size: 12px;
}
#menu1 {
  background-image: url(../images/menu1.png);
  background-repeat: repeat-x;
}
#menu1 ul li a:hover, #menu1 .active {
  background-image: url(../images/menu1o.png);
  background-repeat: repeat-x;
}
#menu1 ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#menu1 ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#menu1 ul li a {
  height: 28px;
  margin: 0px;
  padding: 12px 7px 0px 7px;
  float: left;
  text-decoration: none;
  color: white;
}
#menu2 ul li a:hover {
  color: #8e2424;
}

#menu2 {
  background-image: url(../images/menu2.png);
  background-repeat: repeat-x;
}
#menu2 ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
#menu2 ul li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;

}
#menu2 ul li a {
  height: 28px;
  margin: 0px;
  padding: 12px 7px 0px 7px;
  float: left;
  text-decoration: none;
  color: #494738;
  
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../images/menu2r.png);
}

#content_top {
  height: 10px;
  width: 100%;
  font-size: 0px;
}

#content0_top {
  width: 650px;
  /*_width: 640px;*/
}

#content0 {
  width: 650px;
  /*_width: 640px;*/
  float: left;
}


#content1 {
  width: 200px;
  margin-right: 10px;
  float: left;
  line-height: 150%;
}
#content2 {
  width: 440px;
  /*_width: 430px;*/
  float: left;
  line-height: 150%;
}
#content3 {
  width: 300px;
  float: right;
  line-height: 150%;
}

#content_w {
  width: 650px;
  _width: 640px;
  float: left;
  line-height: 150%;
}

#bottom {
  background: url(../images/bottom.png) repeat-x;
  border: 1px #b0af92 solid;
  padding: 10px;
  margin-bottom: 10px;
  width: 940px;
  height: 83px;
  clear: both;
  text-align: center;
  color: #8e2424;
  font-size: 13px;
}

#bottom2 {
  clear: both;
  height: 80px;
  width: 960px;
  margin-bottom: 10px;
  font-size: 0;
}

#bottom2 .b1 {
  width: 313px;
  margin-right: 10px;
  float: left;
}
#bottom2 .b2 {
  width: 313px;
  float: right;
}

#footer {
  background: #e5e5d7 url(../images/foot.png) repeat-x top;
  clear: both;
}

#footer .content {
  width: 960px;
  position: relative;
  padding: 0;
	margin-left: -480px;
	left: 50%;
	padding-top: 10px;
	line-height: 150%;
}


iframe {
  border: 1px #b0af92 solid;
  background-color: white;
}


/* content */
.window, .window_tab {
  border-left: 1px #b0af92 solid;
  border-right: 1px #b0af92 solid;
  border-bottom: 1px #b0af92 solid;
  margin-bottom: 10px;
}
.window_tab {
  background: #f0eee1 url(../images/tab_ia.png) repeat-x top;
}
.window {
  padding: 10px;
  padding-top: 10px;
  background: #f0eee1 url(../images/window_bg.png) repeat-x top;
}

.window_tab .content {
  padding: 0 10px 10px 10px
}

.window2 {
  background: #f0eee1 url(../images/window2_bg.png) repeat-x top;
  background-color: #F0EEE1;
  border: 1px #b0af92 solid;
  padding: 20px;
  margin-bottom: 10px;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  color: #8e2424;
  font-weight: bold;
  margin-bottom: 15px;
  clear: both;
}

h2 {
  height: 22px;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  padding-top: 8px;  
  background-image: url(../images/top_red.png);
  background-repeat: repeat-x;
  font-size: 13px;
  color: white;
  clear: both;
}
h2 a {
  color: white;
  text-decoration: none;
}

h3, h3 a {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #8e2424;
  margin-bottom: 10px;
}

h2.left_1 {
  background-image: url(../images/left_1.png);
}
h2.left_2 {
  background-image: url(../images/left_2.png);
}
h2.left_3 {
  background-image: url(../images/left_3.png);
}

h2.right_1 {
  background-image: url(../images/right_1.png);
}
h2.right_2 {
  background-image: url(../images/right_2.png);
}

h2.dark {
  background-image: url(../images/top_dark.png);
}

.obr, .obr_l, .obr_r, .window2 img {
  border: 1px #b0af92 solid;
  padding: 3px;
  background-color: white;
  margin-bottom: 10px;
}
.obr_l {
  float: left;
  margin-right: 10px;
}
.obr_r {
  float: right;
  margin-left: 10px;
}

.window2 img {
  margin-right: 20px;
}

.window2 img.nob {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: #F0EEE1;
}

.window2 table img {
  margin-right: 10px;
}

.gal_bottom {
  padding-bottom: 20px;
}

.td_gray_right {
  width: 130px;
  border-right: 1px #E1E1E1 solid;  
}

.td_left_10 {
  padding-left: 10px;
}

/* taby - vyhladavanie */
.tabs ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tabs ul li {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-image: url(../images/tab_ia.png);
  background-repeat: repeat-x;
  float: left;
  height: 21px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px #b0af92 solid;
}
.tabs ul li.ac {
  background-image: url(../images/tab_ac.png);
  color: #811d1d;
}
.tabs li:hover {
  color: #8e2424;
}

.tabsc {
  clear: both;
  padding: 10px;
  padding-top: 10px;
}

.tabs li.ia, .tabs li.ac, .tabs2 li.ia, .tabs2 li.ac {
  cursor: pointer;
}


/* banner */
.banner_300 {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  clear: both;
}

.banner_145_1 {
  width: 145px;
  height: 145px;
  margin-bottom: 10px;
  float: left;
}
.banner_145_2 {
  width: 145px;
  height: 145px;
  margin-bottom: 10px;
  float: right;
}

.banner_300_145 {
  width: 300px;
  margin-bottom: 10px;
  clear: both;
}

.fix {
  clear: both;
  height: 0px;
  font-size: 0px;
}

.window_foot {
  clear: both;
  margin-top: 10px;
}

.strankovanie {
  text-align: center;
  padding-bottom: 10px;
}
.strankovanie a, .strankovanie span {
  padding: 1px 5px;
  border: 1px #b0af92 solid;
  text-decoration: none;
  font-size: 11px;
} 

.hraci td {
  width: 300px;
  padding-right: 10px;
  padding-bottom: 15px;
}

.disk_prispevok {
  display: table;
  clear: both;
}

.diskusia_clanok {
  height:150px; 
  overflow:scroll;
  background-color: white;
  border: 1px #b0af92 solid;
  padding: 20px;
}

.video_info {
  clear: both;
}

.w120 {
  width: 120px;
}
.w210 {
  width: 210px;
}
.w190 {
  width: 190px;
}

.clanky_filter, .tabs2 {
  height: 31px;
  border-bottom: 1px #d0ceb9 solid;
  margin-bottom: 10px;
}
.clanky_filter ul, .tabs2 ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.clanky_filter li, .tabs2 li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
.clanky_filter li a, .tabs2 li {
  border: 1px #d0ceb9 solid;
  height: 20px;
  padding: 5px 10px;
  float: left;
  text-decoration: none;
  font-weight: bold;
  margin-right: 5px;
}

.clanky_filter .left a:hover, .clanky_filter .left .ac, .tabs2 li:hover, .tabs2 li.ac {
  background-color: #d0ceb9;
}

.clanky_filter .right .ac
{
  font-weight: bold;
}

.clanky_filter .right {
  font-size: 11px;
  padding-top: 5px;
}

.graf {
  height: 4px;
  border: 1px #b0af92 solid;
  padding: 1px;
  background-color: white;
}
.small {
  font-size: 11px;
}
.x-small {
  font-size: 10px;
}

.new_tabulka 
{
  padding: 0;
  margin: 0;
  font-size: 11px;
}
.new_tabulka th 
{
  background-color: #e6e3cf;
  font-weight: bold;
  color: #8e2424;
  padding-right: 15px;
  padding-top: 5px;
  border-bottom: 1px #b0af92 solid;
  text-align: left;
  vertical-align: top;
} 
.new_tabulka td 
{
  border-bottom: 1px #d6d5c1 solid;
  padding: 2px 10px 2px 0px;
}

.tabulka_4s td {
  /*width: 155px;*/
}

.kalendar {
  height: 190px;
  width: 335px;
  padding-left: 50px;
  margin-bottom: 10px;
}

.kalendar .navig_l, .kalendar .navig_r, .kalendar .navig_c {
  border: 1px #b0af92 solid;
  border-top-width: 5px;
  height: 165px;
}

.kalendar .navig_c {
  width: 235px;
  float: left;
  margin-right: 5px;
  background-color: white;
}

.kalendar .navig_l {
   float: left;
   margin-right: 5px;
   width: 38px;
   background-color: #efefef;
}
.kalendar .navig_r {
  float: left;
  width: 38px;
  background-color: #efefef;
}
.kalendar .calendarToday {
  background-color: #d4d0b4;
}

.ispravy th {
  border-bottom: 3px #d0ceb9 solid;
  text-align: left;
}
.ispravy td {
  border-bottom: 1px #d0ceb9 solid;
}

.navig_c th {
  border-bottom: 3px #b0af92 solid;
  width: 29px;
  color: #a2a2a2;
  text-align: right;
}
.navig_c td {
  text-align: right;
  color: #555550;
  /*font-weight: bold;*/
}
.navig_c td a {
  font-weight: bold;
  text-decoration: none;
}
.gz_sluzby td {
  height: 23px;
  vertical-align: top;
}

.reality td {
  font-size: 11px;
  text-align: center;
}

.ispravy th , .gz_sluzby, a, b.red, .red {
  color: #8e2424;
}
a:hover {
  text-decoration: none;
}
.gz_sluzby a {
  text-decoration: none;
}


#analog-clock{
	position:relative;
	width:180px;
	display:none;/* to make it start hidden, then fade in */
}

#analog-clock #bg, #hourHand, #minuteHand, #secondHand{
	position:absolute;
}
