body {
  margin: 0px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
  background: white url(img/core/bcg_2.png);
  background-repeat: repeat-x;
  color: rgb(90,92,95);
}


/* news/actions/price tips */
/*.news {
  width: 891px;
  height: 225px;
  margin-top: 1px;
  padding-top: 8px;
  padding-left: 9px;
  padding-bottom: 8px;
  font-size: 10px;
  background-color: rgb(51,51,51);
  color: rgb(190,192,195);
}

.news_block {
  float: left;
  width: 170px;
  background-color: rgb(25,25,25);
  margin-right: 8px;
}

.news_clearance_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(120,31,28);*/ /*rgb(0,51,51);*/
  /*border-bottom: 1px solid rgb(61,61,61);
}

.news_discount_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(120,31,28);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_action_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(133,54,15);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_new_header {
  float: left;
  width: 164px;
  height: 20px
  padding-top: 5px;
  padding-left: 1px;
  padding-right: 5px;
  font-size: 12px;
  background-color: rgb(0,41,64);
  border-bottom: 1px solid rgb(61,61,61);
}

.news_title {
  float: left;
  width: 160px;
  height: 18px;
  padding-top: 3px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
}

.news a{
  color: rgb(190,192,195);
  text-decoration: none;
}

.news a:hover {
  color: white;
  text-decoration: none;
}

.news_picture {
  float: left;
  width: 170px;
  height: 110px;
}

.news_clearance_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_discount_bcg.png);*//*url(img/core/news_clearance_bcg.png);*/
  /*font-size: 12px;
}

.news_discount_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_discount_bcg.png);
  font-size: 12px;
}

.news_action_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  background-image: url(img/core/news_action_bcg.png);
  font-size: 12px;
}

.news_new_description {
  float: left;
  width: 160px;
  height: 63px;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  font-size: 10px;
}*/

/* spacer */
/*.line {
  width: 900px;
  height: 1px;
  margin-top: 2px;
  background-image: url(img/core/line.png);
}*/

/* information panel */
/*#info {
  float: left;
  width: 884px;
  margin-top: 3px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;*/
  /*height: 138px;*/
  /*background-color: rgb(51,51,51);
}

.info_block {
  float: left;
  width: 289px;
  height: 176px;
}

.info_bar {
  float: left;
  width: 273px;
  padding: 8px;
  background-color: rgb(25,25,25);
  color: rgb(190,192,195);
  font-size: 10px;
}

.infoblock_spacer {
  float: left;
  width: 8px;
  height: 120px;
}

#info a {
  color: white;
  text-decoration: none;
}

#info a:hover {
  color: white;
  text-decoration: underline;
}*/

/* footer */
/*#foot_main_page {
  float: left;
  width: 900px;
  height: 28px;
  padding-top: 25px;
  font-size: 10px;
  color: rgb(190,192,195);
}

#foot_main_page a {
  padding-left: 9px;
  padding-right: 10px;
  text-decoration: none;
  color: rgb(190,192,195);
}

#foot_main_page a:hover {
  color: white;
  text-decoration: none;
}*/

#footer {
  float: left;
  width: 900px;
  height: 28px;
  padding-top: 70px;
  text-align: center;
  font-size: 10px;
}

#footer a {
  padding-left: 9px;
  padding-right: 10px;
  text-decoration: none;
  color: rgb(90,92,95);
}

#footer a:hover {
  color: black;
  text-decoration: none;
}

/* text content (company & racing) */
#title {
  display: block;
  height: 30px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-family: "Century Gothic", Avant Garde, Century Gothic, Avant Garde Gothic, "Lucida Sans", Helvetica, Trebuchet, Arial, Sans;
  font-size: 22px;
  font-weight: bold;
  color: black;
  border-bottom: 1px solid rgb(200,200,200);
}

#title a{
  color: rgb(90,92,95);
  text-decoration: none;
}

#title a:hover {
  color: black;
  text-decoration: none;
}

#content {
  display: block;
  height: auto;
}

#content b {
  color: black;
}

.text {
  float: left;
  width: 590px;
  margin-right: 155px;
  font-size: 12px;
}

.text a {
  color: rgb(51,102,153);
  text-decoration: none;
}

.text a:hover {
  color: rgb(51,102,153);
  text-decoration: underline;
}

.left_text_bar {
  float: left;
  width: 140px;
  font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
  margin-right: 15px;
  font-size: 10px;
  font-weight: normal;
}

.left_text_bar a {
  color:rgb(51,102,153);
  text-decoration: none;
}

.left_text_bar a:hover {
  color: rgb(51,102,153);
  text-decoration: underline;
}

/* racing novinky */

.novinky_navbar {
  float: left;
  width: 590px;
  height: 20px;
}

.novinky_navbar_title {
  float: left;
  width: 120px;
  height: 20px;
  color: rgb(90,92,95);
  font-size: 10px;
}

.novinky_navbar_cmd {
  float: left;
  width: 470px;
  height: 20px;
  color: rgb(90,92,95);
  font-size: 10px;
  text-align: right;
}

.novinky_header {
  float: left;
  width: 590px;
  height: 31px;
  padding-top: 5px;
  background-color: rgb(206,205,205);
  border-bottom: 1px solid white;
}

.novinky_row {
  float: left;
  width: 590px;
  height: 26px;
  background-color: rgb(239,239,240);
  border-bottom: 1px solid white;
}
  
.novinky_title {
  float: left;
  width: 431px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}

.novinky_category { /* Informace/Výsledky/Fotografie */
  float: left;
  width: 69px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}

.novinky_date {
  float: left;
  width: 60px;
  padding-left: 10px;
  padding-top: 6px;
  color: rgb(90,92,95);
  font-size: 10px;
  font-weight: normal;
}

a.novinky {
  color: rgb(90,92,95);
  text-decoration: none;
}

a.novinky:hover {
  color: black;
  text-decoration: underline;
}

.racing_image_row {
  float: left;
  width: 588px;
  padding-right: 2px;
  margin-bottom: 10px;
}

.racing_image {
  float: left;
  width: 120px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.img_border {
  border: 1px solid rgb(200,200,200);
}

/* fotogalerie */
.foto_row {
  float: left;
  margin-bottom: 10px;
}

.gallery_container {
  float: left;
  width: 122px;
  margin: 8px;
  padding: 3px;
  background-color: white;
  border: 1px solid rgb(153,153,153);
  font-weight: normal;
  font-size: 10px;
  text-align: center;
}

.foto_container {
  float: left;
  width: 120px;
  height: 90px;
  margin-bottom: 3px;
  text-align: center;
  border: 1px solid white;
  background-color: rgb(235,235,235);
}

.foto_container:hover {
  border: 1px solid rgb(193,43,40);
}

.foto_description {
  font-size: 12px;
}

/* Hry - rozcestník */
/*.games_bar {
  float: left;
  width: 280px;
  height: 220px;
  margin-bottom: 30px;
  background-color: rgb(61,61,61);
  color: rgb(245,245,245);
}

.games_bar:hover {
  color: red;
}

.games_spacer {
  float: left;
  width: 30px;
  height: 220px;
  margin-bottom: 30px;
}

.games_infobar {
  float: left;
  width: 880px;
  height: 200px;
  padding: 10px;
  background-color: rgb(61,61,61);
  color: rgb(215,215,215);
}

.games_infobar_block {
  float: left;
  width: 250px;
  height: 180px;*/
  /*background: rgb(25,25,25) url(img/games/kontakt.jpg) repeat-x;*/
  /*background: rgb(25,25,25);
  color: rgb(215,215,215);
  padding: 10px;
  font-size: 13px;
}*/

/* Feedback form*/
/*.view_feedback {
  border: 1px solid rgb(190,190,190);
  border-collapse: collapse;
  background-color: rgb(240,240,250);
}

.view_feedback tr{
  border: 1px solid rgb(190,190,190);
}

.view_feedback td{
  border: 1px solid rgb(190,190,190);
  padding: 5px;
}*/
