@charset "utf-8"; 
/**
 * Erstellt auf Basis der
 *
 * Einführung in XHTML, CSS und Webdesign. Kochbar.
 *
 * @link    http://kochbar.jendryschik.de
 * @package kochbar
 * @version 2.0
 */

/**
 * Globale Einstellungen und Bugfixes
 * 
 * @section Browser-Reset
 */

/* Zurücksetzen der Innen- und Außenabstände */
* {
  margin: 0;
  padding: 0;
}

/**
 * Schriftgröße kontrollieren
 */
body, td, th { font: normal 75%/167% Georgia, Palatino, "Arial", serif; }
td, th { font-size: 100.01%; }

/* Farben und Hintergründe setzen */
html, body {
  color: #3b2b20;
  background-color: white; 
}
body {
  background: url(images/header_bg.jpg) top center repeat-x;
}

/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für allgemeine Elemente
 *
 * @section Überschriften
 */
h1 {
  color: #ff0000;
  background-color: white;
  font-size: 2.5em;
  line-height: 1.5;
  margin: 0.8em 0;
}
h2 {
  color: #3C6331;
  background-color: white;
  font-size: 1.3em;
  margin: .8em 0;
  text-transform: uppercase;
  line-height: 1.1;
}
h4 {
  color: #ff0000;
  background-color: white;
  font-size: 1.3em;
  margin: .8em 0;
  text-transform: uppercase;
  line-height: 1.1;
}

/**
 * @section Absätze
 */
p { margin: .8em 0; }


/**
 * @section Bilder
 */
 img { vertical-align: bottom; }
 
/* Rahmen verlinkter Bilder entfernen */
a img { border: 0; }


/**
 * @section Links und Anker
 */
a:link {
  color: #ff0000;
  background-color: transparent;
}
a:visited {
  color: #333333;
  background-color: transparent;
}
a:hover, a:focus {
  color: #ff0000;
  background-color: transparent;
}
a:active {
  color: white;
  background-color: #ff0000;
}

/**
 * @section Listen
 */
ul, ol { margin: 1em 0 1em 2em; }

li { margin: 0 0 .5em 0; }

dt {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 1.5em 0 .5em 0;
}

/**
 * @section Tabellen
 */
caption {
  color: black;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
  padding: 0em 0 .5em 0;
}



/*------------------------------------------------------------------------------------------------------*/

/**
 * Regeln für besondere Bereiche
 * 
 * @section Kopfbereich
 */
div#head {
  width: 932px;
  margin: auto; 
  position: relative;  
}

#head h1 {
  margin: 0;
  padding: 0;
  width: 288px;
}

/**
 * @section Hauptmenü
 */
#head ul {
  position: absolute;
  bottom: 0;
  right: 30px;
  margin: 0;
}
#head ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 8px;
}
#head ul a,
#head ul strong {
  color: #352545;
  background: #FBFBFB url(images/navi_bg.jpg) bottom left repeat-x;
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
  color: white;
  background: #638F56 url(images/navi_bg_hover.jpg) bottom left repeat-x; 
}

/**
 * @section Hauptbereich
 */
div#main {
  color: inherit;
  background: white url(images/reifenspur_bg.jpg) top center repeat-x;
}
#main div#main-inner {
  color: inherit;
  /*background: transparent url(images/illustration.jpg) top center repeat-x; */
  width: 945px;
  margin: 0 auto;
  padding: 50px 0px 0px 0px;
}

/**
 * @section Sidebar
 */
div#sidebar {
  color: inherit;
  background: #F5F5F9 url(images/sidebar_border.gif) top left repeat-y;
  float: left;
  border-bottom: 6px solid #ff0000;
  border-top: 6px solid #ff0000;
  width: 318px;
  padding: 0 6px;
  margin: 0px 0px 26px 0px;
}
div#sidebar-inner {
  color: inherit;
  background: #F5F5F9 url(images/sidebar_bg.gif) bottom left repeat-x;
  padding: 0 0 24px 0; 
}

/* Terminfeld */
div#termin {
  color: white;
  background-color: #e2e2e2;
  padding: 10px 24px 16px 24px;
}
#termin h2 {
  color: black;
  background-color: transparent;
  margin: 0; 
}
#termin p.date {
  color: #ff0000;
  background-color: transparent;
  font-size: 1.0em;
  font-weight: bold;
  margin: .3em 0;
}
#termin p.address {
  color: #666666;
  font-weight: bold;
  font-size: .9em;
}

/* checkin */
div#checkin {
  color: #333;
  /*background: #fbfbfd url(images/nuerburgring_nordschleife.gif) center no-repeat;  */
  margin: 0px 12px 0 12px;
  padding: 5px;
}
#checkin h2 {
  color: black;
  background-color: transparent;
  font-size: 1.7em;
  text-align: center;
  font-weight: normal;
  padding: 0 0 0px 0;
  margin: 0;
  text-transform: none;
}
#checkin h3 {
  margin: 0px 0 0px 0;
  padding: 0;
}
#checkin p {
  margin: 14px 0 0 0;
  padding: 0;
  font-size: 11px;
  font-weight: bold; 
  line-height: 18px;
}

/* Renntermine_oben */
div#renntermine1 {
  color: white;
  background-color: #e2e2e2;
  padding: 1px 24px 1px 24px;
}


/* Renntermine_unten */
#renntermine2 h2 {
  color: red;
  background-color: transparent;
  margin: 0; 
}
div#renntermine2 {
  color: #333;
  margin: 0px 12px 0 12px;
  padding: 4px;
}
#renntermine2 p {
  margin: 0px 0 0 0;
  padding: 0;
  font-size: 12px;
  font-weight: bold; 
  line-height: 16px;
}
#renntermine2 p.aktuell {
  margin: 4px 0 5px 0;
  color: red;
  font-size: 14px;
  font-weight: bold;
}


/**
 * @section Content
 */
div#content {
  margin: 0 0 0 288px;
  padding: 0 12px 0 85px;
}
#content h1 {
  margin-top: 0; 
}
#content img {
  float: left;
  margin: .5em .5em .5em 0;
}

/**
 * @section Flyer
 */
div#Flyer {
  margin: 0 0 0 40px;
  padding: 0 0px 0 0px;
}

/**
 * @section Footer
 */
div#footer {
  background: white url(images/footer_bg.jpg) top center repeat-x;
  background-color: #A3A3A3;
  padding: 24px 0;
  font-family: Tahoma, Arial, sans-serif;
  font-size: .9em;
  clear: both;
  margin: 24px 0 0 0;
}
#footer p {
  width: 932px;
  margin: 0 auto;    
}

/**
 * @section Wertung
 */
table#wertung_gesamt {
  border-collapse: collapse;
  empty-cells: show;
  border: 0;
}
#wertung_gesamt td,
#wertung_gesamt th {
  border: 4px solid white;
  color: #0E151E;
  background-color: #F5F4F8;
  padding: 0.3em 0.6em;
}
#wertung_gesamt td.wertung_name {
  font-weight: bold;
}

#wertung_gesamt thead td,
#wertung_gesamt thead th {
  color: #5D5D5D;
  background-color: #E8E7EE;
  text-align: center;
}

#wertung_gesamt tbody th {
  color: #5D5D5D;
  background-color: #e8dbc5;
  text-align: center;
}
#wertung_gesamt tbody th[rowspan="2"] {
  color: white;
  background-color: #E8AD47;
  font-weight: bold;
}

#wertung_gesamt tfoot td {
  text-align: center;
  font-size: .9em;
  background-color: #E8E7EE;
}

/**
 * @section Teilnehmer
 */
table#teilnehmer_table {
  border-collapse: collapse;
  empty-cells: show;
  border: 0;
}
#teilnehmer_table td,
#teilnehmer_table th {
  border: 4px solid white;
  color: #0E151E;
  background-color: #F5F4F8;
  padding: 0.3em 1em;
}
#teilnehmer_table td.trennung_table {
  background-color: #E8E7EE;
}
#teilnehmer_table td.wertung_summe {
  font-weight: bold;
}
#teilnehmer_table td.team_name {
  font-weight: bold;
}
#teilnehmer_table thead td,
#teilnehmer_table thead th {
  color: #5D5D5D;
  background-color: #E8E7EE;
  text-align: left;
  font-weight: bold;
}

#teilnehmer_table tbody th {
  color: #5D5D5D;
  background-color: #e8dbc5;
  text-align: center;
}
#teilnehmer_table tbody th[rowspan="2"] {
  color: white;
  background-color: #E8AD47;
  font-weight: bold;
}

#teilnehmer_table tfoot td {
  text-align: center;
  font-size: .9em;
}

