body {
  background: #191919 url('images/bg.gif') top left;
  font-size: 8pt;
  font-family: tahoma,sans-serif;
  color: #909090;
}
table {
  font-size: 8pt;
}
img {
  border: 0px;
  margin: 0px;
}
h1, h2, h3, h4, h5 {
  margin: 0 0 0 0;
}
li, p {
  margin: 0;
}
a {
  font-weight: bold;
  text-decoration: none;
  color: #e9e9e9;
}
a:hover {
  text-decoration: underline;
  color: #e9e9e9;
}
strong, b {
  color: #b9b9b9;
}
/* Zakladni struktura */
div#main {
  position: relative;
  width: 987px;
  min-height: 1200px;
  height: auto !important;
  _height: 1200px;
  background: #1E1E1E url('images/main_bg.gif') top center repeat-y;
}
div[class] #main {
   height:auto;
}
div#main {
  height: 1200px;
}
div#banner {
  width: 977px;
  height: 217px;
}
div#panels {
  position: relative;
  top: -16px;
  width: 977px;
}
div#bottom {
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: 977px;
  height: 10px;;
  background: url('images/main_bottom.gif') bottom center no-repeat;
}
div#footer {
  position:relative;
  width: 985px;
  height: 35px;
  text-align: right;
  background: #0c0c0c;
}
.cleaner {
  clear: both;
  height: 0;
  content: '';
  overflow: hidden;
}
/* Sloupce */
div#left {
  position: relative;
  left: 5px;
  top: 10px;
  float: left;
  width: 153px;
  text-align: left;
}
div#left p {
  margin: 0 5 0 5;
}
div#middle {
  position: relative;
  _margin-right: -3px; 
  left: 14px;
  top: 10px;
  float: left;
  width: 186px;
}
div#content {
  position: relative;
  _margin-right: -3px; 
  float: left;
  left: 25px;
  width: 442px;
}
div#right {
  position: relative;
  right: 3px;
  float: right;
  width: 159px;
}
div#right p {
  margin: 0;
}
div#login {
  position: absolute;
  width: 190px;
  height: 70px;
  right: 5px;
  top: 10px;
}
div#login span {
  color: #00d2fd;
}
/* Box novinky */
div.news {
  position: relative;
  width: 428px;
  min-height: 122px;
  _height: 122px;
  background: url('images/news_bg.gif') top center repeat-y;
  margin: 0 0 5 0;
}
div[class] div.news {
   height: auto;
}
div.news_top {
  width: 428px;
  min-height: 122px;
  _height: 122px;
  background: url('images/news_top.gif') top center no-repeat;
}
div.news_bottom {
  width: 428px;
  min-height: 122px;
  _height: 122px;
  background: url('images/news_bottom.gif') bottom center no-repeat;
}
div.news_small {
  height: 120px;
}
div.news h2, div.roster h2 {
  position: absolute;
  height: 9px;
  top: 5px;
  left: 7px;
  font-size: 9pt;
  font-family: Arial;
  color: #e9e9e9;
}
div.news h2 span {
  color: #00d2fd;
}
div.news_author {
  position: absolute;
  height: 9px;
  top: 5px;
  right: 7px;
}
div.news_author a {
  font-weight: bold;
  text-decoration: none;
  color: #e9e9e9;
}
div.news_author a:hover {
  text-decoration: underline;
  color: #e9e9e9;
}
div.news_image {
  position: absolute;
  width: 130px;
  height: 90px;
  top: 22px;
  left: 7px;
  border: 1px solid #000000;
}
div.news_image img {
  width: 130px;
  height: 90px;
}
div.news_subtext {
  position: relative;
  width: 275px;
  height: 80px;
  top: 22px;
  left: 70px;
  text-align: justify;
}
div.news_text {
  position: relative;
  width: 414px;
  top: 0px;
  text-align: justify;
  padding-bottom: 5px;
}
div.news_action {
  position: absolute;
  height: 9px;
  top: 102px;
  right: 7px;
}
div.news_action span {
  color: #00d2fd;
}

div.roster_icon {
	position: absolute;
	right: 6px;
	top: 4px;
}
div.roster {
  position: relative;
  width: 428px;
  background: url('images/news_bg.gif') top center repeat-y;
  margin: 0 0 5 0;
}
div.roster_top {
  width: 428px;
  background: url('images/news_top.gif') top center no-repeat;
}
div.roster_bottom {
  width: 428px;
  background: url('images/news_bottom.gif') bottom center no-repeat;
  padding: 0 0 18 0;
}
/* Left menu */
div#vote {
  width: 153px;
  background: url('images/vote.gif') top left no-repeat;
}
div#vote p{
  margin: 0 7 5 7;
}
div#servers {
  width: 153px;
  background: #1b1b1b url('images/servers.gif') top center no-repeat;
}
.mezera15px {
  height: 15px;
}

/* Login */
input.login, select.login {
  height: 18px;
  width: 80px;
  padding: 1 0 0 5;
  border: 1px solid #191919;
  background: url('images/form.gif') #575757;
  font-size: 8pt;
  font-style: normal;
  color: #FFFFFF;
}

.form_area {
  height: 18px;
  border: 1px solid #191919;
  background: #575757;
  font-size: 8pt;
  font-style: normal;
  color: #FFFFFF;
}
.form_button, .form_text  {
  height: 18px;
  border: 1px solid #191919;
  background: url('images/form.gif') #575757;
  font-size: 8pt;
  font-style: normal;
  color: #999999;
}

div#login table {
  height: 18px;
  width: 185px;
  font-size: 8pt;
}

div.latest {
  width: 186px;
  
}
div#latest_news_bg {
  position: relative;
  width: 428px;
  height: 122px;
  background: url('images/latest_news_bg.gif') top center no-repeat;
  margin: 0 0 5 0;
}
div#latest_news_bg a, div.latest a {
  font-weight: normal;
  color: #909090;
}
div#latest_news_bg a:hover, div.latest a:hover {
  color: #e9e9e9;
}

img.sekce {
  margin: 0 0 5 0;
}
.modra {
  color: #00d2fd;
}
.bila {
  color: #e9e9e9;
}

#anketa { width: 85%; margin-left: 10px; margin-bottom: 5px;}
#anketa span { display: block; }
#anketa img { margin-top: 2px; margin-bottom: 6px; border: 1px solid #8e8e8e;}
#anketa .otazka { margin-bottom: 7px; }
#anketa .perc { display: inline; }

#random_server {
  position: absolute;
  top: 190px;
  left: 70px;
}
#adv_banner {
  position: absolute;
  top: 88px;
  right: 10px;
}

div#public {
  color: #ffa500;
  padding: 5px;
}
   
