body {
  color: #505050;
  font-family: Verdana;
  font-size: 12pt; 
  margin: 0 0 0 0;
  background-color: #ffffff;
  background-image: url(../img/layout/background.png);
  background-repeat: repeat-x;
}

a:link {
  color: #505050; 
  text-decoration: none;
}
a:visited {
  color: #505050; 
  text-decoration: none;
}
a:active {
  color: #0093DD; 
  text-decoration: none;
}
a:hover {
  color: #0093DD; 
  text-decoration: none;
}
img {
  border: 0px;
}
p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
img, div, a, input { 
  _behavior: url('css/iepngfix.htc');
}
form {
  border: 0px;
}

#layout_moz {
  width: 1227px;
  height: auto;
  margin: 0px auto;
}
#layout {
  width: 1227px;
  height: auto;
  float: left;
}
#header {
  background: url(../img/layout/header.png) no-repeat;
  width: 1227px;
  height: 515px;
  margin: 10px 0 0 0;
}
#header .menu {
  width: 254px;
  height: 152px;
  position: relative;
  top: 40px;
  left: 208px;
  border-top: 1px solid #807f84;
  margin: 0px;
  padding: 0px;
}
#header .menu li {
  width: 254px;
  height: 37px;
  list-style: none;
  border-bottom: 1px solid #807f84;
}
#header .menu a {
  color: #f6ffff;
  font-weight: bold;
  display: block;
  width: 214px;
  height: 28px;
  background: url(../img/layout/cross_grey.png) no-repeat;
  background-position: 5% 50%;
  _background: ;
  padding: 9px 0 0 40px;
}
#header .menu a:hover {
  background: url(../img/layout/cross_yellow.png) no-repeat;
  background-position: 5% 50%;
  _background: ;
}
#header .menu .active {
  background: #f8c300;
  width: 185px;
  height: 28px;
  float: right;
  padding: 9px 0 0 25px;
}
#header .menu .active:hover {
  background: #f8c300;
  width: 185px;
  height: 28px;
  float: right;
  padding: 9px 0 0 25px;
}
#content {
  width: 896px;
  height: auto;
  position: relative;
  left: 177px;
  margin: -180px 0 0 0;
  float: left;
  background: #ffffff;
}
#content .top {
  background: url(../img/layout/content_back.jpg) no-repeat;
  width: 896px;
  height: 40px;
}
#content .top h1 {
  display: block;
  width: 215px;
  height: 26px;
  background: #F8C300;
  color: #ffffff;
  font-size: 90%;
  position: relative;
  top: 4px;
  left: 40px;
  padding: 7px 0 0 25px;
}
#content .middle {
  padding: 20px 60px 30px 60px;
  text-align: justify;
}
#content .banner {
  padding: 20px 60px 30px 60px;
  text-align: center;
}  
#content .middle .leftcont {
  width: 310px;
  height: auto;
  float: left;
}
#content .middle .leftcont ul {

}
#content .middle .leftcont li {
  list-style-image: url(../img/layout/krizek.png);
  height: 18px;
}
#content .middle .rightcont {
  width: 465px;
  height: auto;
  float: left;
  text-align: center;
}
#content .middle .rightcont .monitor {
  background: url(../img/layout/monitor.png) no-repeat;
  width: 453px;
  height: 368px;
  color: #ffffff;
  font-weight: bold;
  padding: 70px 0 0 0;
}
#content .middle .rightcont .monitor_ref {
  background: url(../img/layout/monitor.png) no-repeat;
  width: 453px;
  height: 438px;
  color: #ffffff;
  font-weight: bold;
}
#content .middle .rightcont .monitor_ref img {
  position: relative;
  top: 28px;
  left: 33px;
  *left: 4px;
}
#content .middle .rightcont .monitor a {
  color: #F8C300;
}  
#content .middle h2 {
  color: #000000;
  font-size: 110%;
  font-style: italic;
  font-family: Arial;
  margin: 20px 0 20px 0;
}
#footer {
  background-color: #ffffff;
  width: 896px;
  height: 50px;
  position: relative;
  left: 177px;
  clear: both;
  float: left;
  text-align: center;
}











.title {
  color: #000000;
  font-weight: bold;
}
.clear {
  clear: both;
  height: 0px;
}
.left {
  float: left;
}
.center {
  text-align: center;
}
.left_align {
  text-align: left;
}
.right_align {
  text-align: right;
}
.win {
  color: #27a905;
}
.draw {
  color: #a96905;
}
.loss {
  color: #c61313;
}
.blue {
  color: #0079c7;
}
.pointer {
  cursor: pointer;
}
.block {
  display: block;
}
.none {
  display: none;
}
