body {
 background: #000000;
 font-family: Times new roman,sans-serif;
 font-size: 14px;
 color: #000;
 margin: 0;
 padding: 0;
}

.hidden {display: none;}
.flat {margin: 0; padding: 0;}
.left {float: left}
.pravo {float: right}
.stred {text-align: center}
.stred-odsad {margin: 0 auto}
.vpravo {text-align: right}
.vlavo {text-align: left}
.hore-odsad {padding-top: 0.5em}
.relativne {position: relative}
.hore {vertical-align: top}
.vyraz {color: #009900}
.seda {color: #8DC146}
.clear {clear: left}
.orange {color: #ff5c01;}

img {
 border: none;
 }
 

/*------------------------------------------ main_div*/
#main_div {
 margin: 0 auto;
 padding: 0;
 width: 854px;
 border: 0;
 /*background-color: #eeeeee;*/
 margin-bottom:20px;
 margin-top:20px;
}

/*------------------------------------------ top*/
#header {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  text-align: center;
  position: relative;
  width: 854px;
  height: 246px;
  margin: 0;
  background: #000 url('./img/banner.jpg');
}

#banner {
  float:right;
  margin-right:30px;
}

#flashbanner {

}

/*------------------------------------------ right banners*/
#middle {
  font-size: 14px;
  font-weight: normal;
  width: 854px;
  margin: 0;
}


/*------------------------------------------ content*/

#content_top {
  width: 854px;
  height: 23px;
  margin-top:10px;
  background: #000 url('./img/content_top.jpg');  
}

#content {
  background: #474747;
}

#content_bottom {
  width: 854px;
  height: 23px;
  background: #000 url('./img/content_bottom.jpg');  
}


.left {
 float:left;
 width:175px;
}

.center {
 width:494px;
 padding:5px;
 float:left;
 font-family: Times New Roman,sans-serif;
 font-size:14px;
 color:#fff;
}

.right {
 float:left;
 width:175px;
}

.odkaz_in {
 font-size:18px;
 color:#fff;
 text-decoration:none;
}

.odkaz_in_2 {
 font-size:14px;
 color:#fff;
 text-decoration:none;
 color:#e5de26;
}

.odkaz {
 /* background:#535353; */
 color:#fff;
 width:155px;
 padding:5px;
 margin:5px;
 cursor:pointer;
 font-weight:bold;
}

.odkaz_sel {
 /* background:#535353; */
 color:#fff;
 width:155px;
 padding:5px;
 margin:5px;
 cursor:pointer;
 background: #303030;
 font-weight:bold;
}

.odkaz_sel:hover {
 background: #000 url('./img/menu_h.jpg') no-repeat bottom right;
}

.odkaz:hover {
 background: #000 url('./img/menu_h.jpg') no-repeat bottom right;
}

#reklamy {
  margin-left:15px;
}

#reklamy_top {
  width: 145px;
  height: 11px;
  background: url('./img/reklamy_top.jpg');  
}

#reklamy_middle {
  width: 135px;
  padding:5px;
  text-align:center;
  background: url('./img/reklamy_c.jpg');    
}

#reklamy_bottom {
  width: 145px;
  height: 11px;
  background: url('./img/reklamy_bottom.jpg');  
}


.stlpec {
 width:281px;
 float:left;
 margin-right: 15px; 
}

.stlpec_end {
 width:282px;
 float:left;
}

.box {
 background:#fff;
 width: 114px;
 height: 100px;
 font-size:11px;
 color: #6c6c6c;
 padding: 8px;
 margin-right:5px;
 margin-top:5px;
 float: left;
 cursor: pointer;
}

.box2 {
 background:#fff;
 width: 114px;
 height: 300px;
 font-size:11px;
 color: #6c6c6c;
 padding: 8px;
 margin-right:5px;
 margin-top:5px;
 float: left;
 cursor: pointer;
}


h1 {
    font-size: 24px;
    color: #e5de26;
}

h2 {
    font-size: 18px;
    color: #e5de26;
}

/*------------------------------------------ content_end*/

/*------------------------------------------ footer*/
#footer {
 margin-top: 10px;
 padding: 0;
 width: 854px;
 height: 33px;
 color: #fff;
 }
 
#footer a {
 color:#fff;
}


/*------------------------------------------ footer_end*/
