/* ---------------------------------------------------------------------- */
/* Framework                                                              */
/* ---------------------------------------------------------------------- */
body { 
  padding: 0;
  margin: 0;
  background-color: #82bcb3;
}

#logo { 
  margin: 7px 0 0 20px;
}
#logo a img { 
  border: none;
}

/* Sprach-Auswahl */
#lang_select { 
  width: 150px;
  text-align: right;
  left: 680px;
  position: absolute;
  top: 8px;
  color: #8C8C8C;
  font: 11px Verdana,sans-serif;
}
#lang_select a { 
  text-decoration: none;
  color: #8C8C8C;
}
#lang_select a:hover { 
  text-decoration: underline;
  color: #007763;
}
#lang_select a.current {
  font-weight: bold;
}

/* Menü oben rechts */
#top_right_menu {
  width: 150px;
  text-align: right;
  position: absolute;
  top: 75px;
  left: 680px;
  color: #8C8C8C;
  font: 11px Verdana,sans-serif;
}
#top_right_menu a { 
  text-decoration: none;
  color: #8C8C8C;
}
#top_right_menu a:hover { 
  text-decoration: underline;
  color: #007763;
}
#top_right_menu a.current {
  font-weight: bold;
}

/* Hauptmenü */
#main_menu { 
  margin: 19px 0 0 20px;
}
#main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_menu li { 
  margin: 0 3px 0 0;
  padding: 0;
  float: left;
}
#main_menu li a {
  display: block;
  background: #007763;
  font: 12px Verdana, sans-serif;
  color: #FFF;
  padding: 3px 15px 4px;
  border: 1px solid #FFF;
  text-decoration: none;
}
#main_menu li a:hover {
  text-decoration: underline;
}
#main_menu li a.current {
  background: #22A18C;
  /* color: #007763; */
}


/* ---------------------------------------------------------------------- */
/* Main-Spalte                                                            */
/* ---------------------------------------------------------------------- */

#main_col { 
  width: 550px;
  clear: both;
  float: left;
  margin: 20px;
}
* html #main_col {  /* IE double margin float */
  margin-left: 10px;
}

/* Haupt-Überschrift */
#main_col h1 {
  font: bold 14px Verdana,sans-serif;
  color: #001E19;
  background: #BFDDD8;
  padding: 4px 0 4px 8px;
  margin: 0;
  line-height: 18px;
}

/* Last Update */
#main_col .last-update { 
  text-align: right;
  font-weight: normal;
  font-size: 9px;
  color: #999;
}

/* Content-Items */
#main_col .contentitem { 
  font: 11px Verdana,sans-serif;
  line-height: 16px;
  color: #000;
  background: #FFF url("_img/contentitem_bg.gif") no-repeat top left;
  margin: 6px 0 20px 0;
  padding: 6px 8px;
  clear: both;
}
#main_col .contentitem p {
  margin: 0 0 10px 0;
}


/* ---------------------------------------------------------------------- */
/* Secondary-Spalte (für News)                                            */
/* ---------------------------------------------------------------------- */
#secondary_col {
  /* display: none; */
  float: left;
  width: 200px;
  margin: 20px 20px 20px 40px;
  background: #F0F0F0;
}
* html #secondary_col { /* IE double margin float */
  margin-right: 10px;
}
#secondary_col h3 {
  font: bold 12px Verdana,sans-serif;
  color: #001E19;
  background: #BFDDD8;
  padding: 4px 0 4px 8px;
  margin: 0;
  line-height: 18px;
}
#secondary_col div.secverlauf {
  margin-bottom: 12px;
  padding: 4px 6px;
}
#secondary_col p.secdatum {
  float: right;
  font: 9px Verdana,sans-serif;
  color: #007763;
  text-align: right;
  margin: 3px 3px 0 0;
  padding: 1px 2px 1px 2px;
}
#secondary_col h4 {
  clear: right;
  font: bold 11px Verdana,sans-serif;
  margin: 1px 0 6px 3px;
}
#secondary_col .sectext { 
  font: 11px Verdana,sans-serif;
  margin: 3px;
}
#secondary_col .sectext p {
  margin: 0;
}
#secondary_col .morelink {
  margin: 0;
  text-align: right;
}
#secondary_col a { 
  text-decoration: underline;
  color: #000;
}
#secondary_col a:hover {
  color: #FF2923;
}
#secondary_col .morelink {
  font: 11px Verdana,sans-serif;
}




/* ---------------------------------------------------------------------- */
/* Diverse Formatierungen innerhalb des Contents                          */
/* ---------------------------------------------------------------------- */

/* Listen */
#main_col ul { 
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}
#main_col li { 
  font: 11px Verdana,sans-serif;
  line-height: 16px;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
}
#main_col ol.alpha { 
  list-style: lower-alpha;
}

/* Liste für Inhaltsverzeichnis */
#main_col ul.contents li { 
  font-weight: bold;
}

/* Definition-Lists */
#main_col dt { 
  margin-bottom: 5px;
}
#main_col dd { 
 margin-bottom: 5px;
}

/* Tabellen */
#main_col th { 
  text-align: left;
}

/* Links im Content */
#main_col a { 
  text-decoration: underline;
  color: #000;
}
#main_col a:hover {
  color: #FF2923;
}

/* Überschriften */
#main_col .csc-header h1, #main_col h2 {
  padding: 0;
  background: none;
  color: black;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0 6px 0;
}
#main_col .csc-header h1.csc-firstHeader {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 6px 0 12px 0;
}
#main_col h3 { 
  font-size: 13px;
}
#main_col h4 { 
  font-size: 12px;
}


/* ---------------------------------------------------------------------- */
/* Thirdlevel-Navigation                                                  */
/* ---------------------------------------------------------------------- */
table#thirdlevelnav { 
  font: normal 11px Verdana,sans-serif;
  width: 463px;
  border-collapse: collapse;
  border-spacing: 0;
}
#thirdlevelnav td { 
  text-align: center;
  padding: 0 3px;
  background: #EEE;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
#thirdlevelnav td.first { 
  border-left: none;
}
#thirdlevelnav td.last { 
  border-right: none;
}
#thirdlevelnav td.current { 
  background: #FF2923;
}
#thirdlevelnav a {
  text-decoration: none;
  display: block;
  padding: 3px 0;
}
* html #thirdlevelnav a { 
  width: 100%;                  /* KLUDGE: IE needs width */
}
#thirdlevelnav .current a {
  color: white;
}
#thirdlevelnav .current a:hover { 
  color: white;
}

#thirdlevelnav li { 
  float: left;
  display: block;
  width: 100px;
  background: #EEE;
  padding: 2px 3px 2px 3px;
  margin: 0 0 8px 0; 
  border: 1px #efefef solid;
}
#thirdlevelnav li.current { 
  background: #FF2923;
}
#thirdlevelnav li.current a { 
  color: white;
}
#thirdlevelnav li a {  
  text-decoration: none;
}


/* ---------------------------------------------------------------------- */
/* Paginate-Links (zurück | index | weiter )                              */
/* ---------------------------------------------------------------------- */
table.paginate { 
  width: 100%;
  border-top: 1px solid #CCC;
  border-spacing: 0;
  border-collapse: collapse;
}
table.paginate td { 
  width: 33%;
  padding-top: 10px;
  text-align: center;
}
table.paginate td.first { 
  text-align: left;
}
table.paginate td.last { 
  text-align: right;
}

/* ---------------------------------------------------------------------- */
/* TYPO 3 Admin Panel etc                                                 */
/* ---------------------------------------------------------------------- */
.typo3-adminPanel { 
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

/* ---------------------------------------------------------------------- */
/* Meisterschaftstabelle                                                  */
/* ---------------------------------------------------------------------- */
table.standings { 
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.standings td { 
  padding: 4px;
}
table.standings tr.tr-0 { 
  font: bold 11px Verdana,sans-serif;
}
table.standings tr.tr-even { 
  background-color: #E5E2E2;
}
/* Spalte Preisgeld (nur in Tabelle Serie A!!!!) */
table.standings td.td-2 { 
  text-align: right;
}
table.standings td.td-last { 
  text-align: right;
}

/* ---------------------------------------------------------------------- */
/* Event-History                                                          */
/* ---------------------------------------------------------------------- */
table.event_history { 
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table.event_history td { 
  padding: 4px;
}
table.event_history td.td-2 { 
  text-align: right;
}
table.event_history tr.tr-0 { 
  font: bold 11px Verdana,sans-serif;
}
table.event_history tr.tr-even { 
  background-color: #E5E2E2;
}


/* ---------------------------------------------------------------------- */
/* News / Aktuell                                                         */
/* ---------------------------------------------------------------------- */
/* Inhaltsverzeichnis */
#main_col .news-list-container {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CCC;
  
}
#main_col .news-single-timedata { 
  float: right;
  font: 10px Verdana,sans-serif;
  background: #A8CBC3;
  color: #FFF;
  text-align: right;
  margin: 2px 3px 0 5px;
  padding: 1px 2px 1px 2px;
}
#main_col .news-single-item h2 {
  color: #007763;
  font: bold 14px Verdana,sans-serif;
  margin: 3px 0 0 0 ;
  text-align: left;
}



/* ====================================================================== */
/*                                                                        */
/* Seiten-spezifische Formatierungen                                      */
/*                                                                        */
/* ====================================================================== */


/* ---------------------------------------------------------------------- */
/* Pokerlexikon                                                           */
/* ---------------------------------------------------------------------- */
#main_col.pokerlexikon .csc-header h1,
#main_col.pokerlexikon .csc-header h1.csc-firstHeader { 
  font: bold 24px Verdana,sans-serif;
  color: #999;
  border-bottom: 1px solid #CCC;
  text-align: left;
}
#main_col.pokerlexikon table.contenttable-0 td {
  vertical-align: top;
}
#main_col.pokerlexikon table.contenttable-0 .td-0 { 
  width: 100px;
  text-align: right;
  font-weight: bold;
  color: #666;
  padding-right: 3px;
}

/* ---------------------------------------------------------------------- */
/* Kontakt                                                                */
/* ---------------------------------------------------------------------- */
#main_col.kontakt fieldset.csc-mailform {
  border: none;
  padding: 0;
  margin: 0;
}
#main_col.kontakt fieldset.csc-mailform label {
  float: left;
  width: 70px;
  text-align: right;
  margin-right: 6px;
}
#main_col.kontakt fieldset.csc-mailform input.csc-mailform-submit {
  display: block;
  width: 150px;
  margin-left: 76px;
}

/* ---------------------------------------------------------------------- */
/* Newsletter                                                             */
/* ---------------------------------------------------------------------- */
#main_col.newsletter fieldset.csc-mailform {
  border: none;
  padding: 0;
  margin: 0;
}
#main_col.newsletter fieldset.csc-mailform label {
  float: left;
  width: 70px;
  text-align: right;
  margin-right: 6px;
}
#main_col.newsletter fieldset.csc-mailform input.csc-mailform-submit {
  display: block;
  width: 150px;
  margin-left: 76px;
}

/* ---------------------------------------------------------------------- */
/* Footer                                                                 */
/* ---------------------------------------------------------------------- */
#footer { 
  clear: both;
  width: 850px;
  margin: auto;
  margin-top: 150px;
  text-align: center;
  background: #82bcb3 url("_img/footer_bg.gif") no-repeat center center;
}

#footer p {
  font-family: arial;
  margin: 0;
  padding: 2px 0;
  font-size: 11px;
  color: #FFF;
}
