body {
  /*background: url(../images/body_bg.gif) repeat-x #442D25;*/
  background: url(../images/body_bg2.gif) top center no-repeat #442D25;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  color: white;
}

.tx-srfreecap-pi2-cant-read {
  color: white;
}

p, h1, h2, h3, ul {
  margin: 0;
  padding: 0;
}

.content p.bodytext, .content2 p.bodytext {
  padding-left: 10px;
}

.contenttable p.bodytext {
  padding: 0;
}

ul {
  list-style-type: none;
}

.page {
  width: 970px;
  padding: 10px;
  margin: 0 auto;
  background: url(../images/page_bg.gif) repeat-x #1c120e;
}

#header {
  position: relative;
}

#header a {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

h1.title {
  padding: 40px 0px 10px 0px;
  font-size: 4em;
  font-weight: normal;
  background: url(../images/h1_title.jpg) top left no-repeat;
}

ul.languages {
  position: absolute;
  top: 10px;
  left: 0px;  
}

ul.languages li {
  display: inline;
  padding-right: 1em;
}

img.logo {
  position: absolute;
  right: 10px;
  top: 10px;
}

ul.page_utils {
  color: yellow;
  position: absolute;
  top: 10px;
  right: 110px;
}

ul.page_utils li {
  line-height: 1.6em;
}

/*ul.mainmenu {
  background: url(../images/menu_bg.gif) repeat-x;
  padding: 12px 0;
}

ul.mainmenu li {
  display: inline;
}

ul.mainmenu li a {
  color: #2b3e3c;
  font-size: 1.4em;
  text-decoration: none;
  font-weight: bold;
  padding: 0 1em;
}*/

.footer {
  margin: 10px auto;
  width: 970px;
  height: 20px;
  color: #b48c7e;
}

.footer a {
  color: #ffc119;
  text-decoration: none;
}

.headerimg {
  position: relative;
  z-index: 1;
  width: 600px;
  height: 207px;
  overflow: hidden;
}

.headerimg img {
  /*position: relative;
  z-index: 1;
  top: 0;
  left: 0;*/
}

.headerimg .latest-news {
  right: 10px;  
  bottom: 10px;
  position: absolute;
  color: white;
  background-color: #2B3E3C;
  padding: 5px;
  width: 280px;
}

.headerimg .latest-news h1 {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

.headerimg .latest-news p {  
  margin: 5px;
  padding: 0;
  text-align: left;
}

.news-latest-morelink a {
  float: right;
}

span.date {
  float: left;
  color: gray;
}

.text {
  padding: 5px 10px;
}

.text h1 {
  font-size: 2.5em;
  margin: 0.5em 0;
  padding: 0;
  font-weight: normal;
}

.text h2, .right h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0.5em 0;
  padding: 0;
}

.text h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  padding: 0;
  margin: 1em 0;
}

.text ul {
  margin: 0 1em;
  padding: 0;
  line-height: 1.6em;
  /*list-style-type: square;*/  
}

.text ul li {
  margin: 7px 0;
  padding: 0 16px;
  background: url(../images/tag_small.gif) left 2px no-repeat;
}

.text p, .right p {
  line-height: 1.6em;
  margin: 6px 0px;
}

.content {
  float: left;
  width: 600px;
}

.content2 {
  width: 970px;  
}

.content a, .right a, .content2 a {
  text-decoration: none;
  color: #FFC119;
}

.text a:hover, .content2 a:hover, .right a:hover {
  /*border-bottom: 1px solid #FFC119;*/
  text-decoration: underline;
}

.breadcrumb {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 2px;
}

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

.right h3 {
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: normal;
}

.right .video {
  /*background-color: #2B3E3C;*/
  background-color: black;
  /* padding-top: 12px;*/
  height: 208px;
  z-index: 10;
  overflow: hidden;
  /*padding-left: 5px;  */
}

.latest-news-record h1 {
  background-color: #2B3E3C;
  color: white;
  padding: 5px;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 1em;
}

.news-wrapper {
  padding: 4px;
}

.news_single_date {
  border-bottom: 1px solid #2B3E3C;  
  /*margin-top: 20px !important;*/
  font-size: 0.5em;
  float: right;
}

.event_photos img {
  background: url(../images/photo_bg.gif) no-repeat;
  padding: 10px;
  float: left;
  border: 0;
  margin: 4px 8px;
  width: 140px;
  height: 94px;
}

/* menu */
.sf-menu {
  z-index: 10000;
}

.menu_wrapper {
  background: url(../images/menu.gif) top left no-repeat;
  padding: 7px 6px;  
  position:relative;z-index:99;
  width: 100%;
  /*width: 100%;
  border: 1px solid red;
  top: 100px;
  left: 100px;
  z-index: 9999;*/
}

li.menu_selected a {
  color: #697b79 !important;
}

/* typo3 compatibility */
/* registration START */
div.notice {
  padding: 1em;
  background-color: #3E261E;
  margin: 1em 0;
}

div.erori {
  padding: 1em;
  margin: 1em 0;
  background-color: white;
  color: red;
}

.tx_rbrmregistration_list th {
  width: 100px;
  padding-right: 10px;
  font-size: 11px;
  font-weight: bold;
  text-align: right;
}

.tx_rbrmregistration h2 {
  margin: 0.5em 0;
  padding: 0;
  font-size: 14px;
  border-bottom: 1px solid white;
}

.tx_rbrmregistration_list textarea {
  font-size: 13px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.tx_rbrmregistration_list_tip {
  font-size: 10px;
  padding: 10px;
  background-color: #2B3E3C;
  width: 500px;
}

.tabel {
  width: 100%;
  margin-bottom: 30px;
}

.tabel th {
  font-weight: normal;
}

.required {
  background-color: #442D25;
}

.required th {
  font-weight: bold;
  color: yellow !important;
}

.steps_jump_to {
  margin: 1em 0;
}

.rider_classes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rider_classes li {
  float: left;
  width: 80px;
  text-align: center;  
  background: none !important;
}
/* registration END */

/* calendar */
/* The main calendar widget.  DIV containing a table. */

div.calendar { position: relative; }

.calendar, .calendar table {
  border: 1px solid #655;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ffd;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;    /* They are the navigation buttons */
  padding: 2px;          /* Make the buttons seem like they're pressing */
}

.calendar .nav {
  background: #edc url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;      /* Pressing it will take you to the current date */
  text-align: center;
  background: #654;
  color: #fed;
  padding: 2px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
  background: #edc;
  color: #000;
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid #655;
  padding: 2px;
  text-align: center;
  color: #000;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  background-color: #faa;
  color: #000;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  background-color: #c77;
  padding: 2px 0px 0px 2px;
}

.calendar thead .daynames { /* Row <TR> containing the day names */
  background: #fed;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #bbb;
}
.calendar tbody .day.othermonth.oweekend {
  color: #fbb;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #fed;
}

.calendar tbody .rowhilite td {
  background: #ddf;
}

.calendar tbody .rowhilite td.wn {
  background: #efe;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  background: #ffe;
  padding: 1px 3px 1px 1px;
  border: 1px solid #bbb;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  background: #ddc;
  padding: 2px 2px 0px 2px;
}

.calendar tbody td.selected { /* Cell showing today date */
  font-weight: bold;
  border: 1px solid #000;
  padding: 1px 3px 1px 1px;
  background: #fea;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { font-weight: bold; }

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  text-align: center;
  background: #988;
  color: #000;
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  border-top: 1px solid #655;
  background: #dcb;
  color: #840;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  background: #faa;
  border: 1px solid #f40;
  padding: 1px;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  background: #c77;
  padding: 2px 0px 0px 2px;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  width: 4em;
  cursor: default;
  border: 1px solid #655;
  background: #ffe;
  color: #000;
  font-size: 90%;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .hilite {
  background: #fc8;
}

.calendar .combo .active {
  border-top: 1px solid #a64;
  border-bottom: 1px solid #a64;
  background: #fee;
  font-weight: bold;
}

.calendar td.time {
  border-top: 1px solid #a88;
  padding: 1px 0px;
  text-align: center;
  background-color: #fed;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #988;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #866;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* ce_gallery */
.tx-cegallery-pi1 {
  font-size: 11px;  
}

.tx-cegallery-pi1-album_entry {
  width: 210px !important;
  height: 210px !important;
  background: url(../images/photo.jpg) bottom left repeat-x #57392E !important;
  border-right: 2px solid #0D0907;
  border-bottom: 2px solid #0D0907;
}

#mySlideshow {
  width: 650px !important;
  height: 580px !important;
  background: url(../images/photo.jpg) bottom left repeat-x #57392E !important;
  margin: 0 auto;
}

#mySlideshow a.left {
  left: 0;
  top: 0;			
  background: url('../images/res/left.gif') no-repeat top left;
}

#mySlideshow a.right {
  right: 0;
  top: 0;			
  background: url('../images/res/right.gif') no-repeat top right;
}

#slideInfoZone {
  background-color: #2B3E3C !important;
}

.text hr {
  border: 1px solid #2B3E3C;
  height: 1px;
}

/* tables */
.contenttable, .riders_list {
  border: 1px solid #2B3E3C;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.contenttable th, .riders_list th {
  padding: 4px; 
  text-align: left;
  background: url(../images/td.jpg) bottom left repeat-x #5C7C79;
  color: white;
  border: 1px solid #2B3E3C;
}

.contenttable th p, .riders_list p {
  padding: 0;
  margin: 0;
}

.contenttable td, .riders_list td {
  border: 1px solid #2B3E3C;
  text-align: left;
  padding: 4px;  
}

.tx-ttnews-browsebox {
  text-align: center;
  border-top: 1px solid #B48C7E;
}

span.tx-ttnews-browsebox-strong {
  font-weight: bold;
  color: #B48C7E;
}

.news-list-item {
  margin: 1em 0;
}

.tx-ttnews-browsebox-SCell {
  background-color: #B48C7E;
}

.tx-ttnews-browsebox-SCell a {
  font-weight: bold;
  color: black;
}

.news-list-item span.news-list-date {
  background-color: #2B3E3C;
  padding: 2px;
}

.tx-cegallery-pi1-album_back_link {
  width: 430px !important;  
}

.tx-cegallery-pi1-detail_nav {
  width: 950px !important;
}

.tx-cegallery-pi1-photo_prev {
  width: 250px !important;
  text-align: right;
}

.tx-cegallery-pi1-photo_next {
  width: 250px !important;
  text-align: left !important;
}

.pozenews {border: solid red 0px; width: 200px; float: left; position:relative; left:0px; padding: 15px}
p.buttons {margin:0; padding: 10px; background: #000000;  float:left; width: 180px;}
p.buttons input.leftB{margin:0; padding:0; border: solid red 0px; width:60px; height:18px; float:left; background: url("../images/prevpic.gif") no-repeat 0px 0px; cursor: pointer;}
p.buttons input.rightB{margin:0; padding:0; border: solid red 0px; width:60px; height:18px; float:right; background: url("../images/nextpic.gif") no-repeat 2px 0px; cursor:pointer;}
p.comment {margin:0; background: #74281A; border-top: solid white 1px;  line-height: 16px; color: #fff; padding: 5px}
#partners-table, #partners-table2 {
  border-spacing: 0;
  border-collapse: collapse;
}

#partners-table td, #partners-table2 td {
  text-align: center;
}

#partners-table img, #partners-table2 img {
  border:0;
}

h2.blogroll {
  font-size: 1em;
  color: #FFC119;
}
/* tracking 2009*/
.trackingPage .latest-news-record {
  width: 360px;
}

.tx-rmblog-pi1-browsebox-SCell {
  color: white;
  font-weight: bold;
}

.content marquee {
  padding: 5px;
  font-size: 14px;
  color: white;
}

.tx-sprypanel-pi1 .navigator {
  display: none;
}

/* profiles */
.tx-rbrmprofiles-pi1 {
  overflow: hidden;
}

.riderpic {
  margin: 10px;
  border: 0;
}

.riderpics {
  width: 620px;
  float: right;
  margin: 10px 0;
}

.SlidingPanels img { border: 0; }

.tx-cegallery-pi1-detail_entry {
  width: 650px;
  margin: 0 auto;
  position: relative;
  background-color: #000000;
}

.tx-cegallery-pi1-detail_entry img {
  position: relative;
  top: 0;
  left: 0;
  border: 0 !important;
}

.tx-cegallery-pi1-photo_next {
  text-align: right !important;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 999;
  width: 200px !important;
  height: 300px;
  background-color: #000000;
  opacity: 0.4;
}

.tx-cegallery-pi1-photo_prev {
  position: absolute;
  text-align: left;
  left: 0;
  top: 30px;
  z-index: 999;
  width: 200px !important;
  height: 300px;
  background-color: #000000;
  opacity: 0.4;
}

.tx-cegallery-pi1-photo_next a {
  width: 180px !important;
  height: 280px;
  padding: 10px;
  display: block;
}

.tx-cegallery-pi1-photo_prev a {
  width: 180px !important;
  height: 280px;
  padding: 10px;
  display: block;
}

.tx-cegallery-pi1-album_back_link {
  width: 650px !important;  
  position: absolute;
  top: 0;
}
