#pokertour08 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 300;
  background: #0d301a;
  width: 100%;
}
#pokertour08 a {
  display: block;
}
#pokertour08 a img {
  display: block;
  float: left;
}
html, body {
  height: 100%;
}

body { 
  background: url("bg_main.gif") repeat-y 206px #000;
  margin: 0;
  padding: 0;
}
#top_left { 
  background: url("top_left.jpg") 0 56px no-repeat;
  height: 588px;
  width: 335px;
  position: absolute;
  left: 0;
  top: 0;
}
#top_center { 
  position: absolute;
  background: url("top_center.gif") 0 56px no-repeat;
  width: 507px;
  height: 150px;
  left: 335px;
  top: 0px;
}
#logos { 
  position: absolute;
  top: 588px;
  left: 0px;
  width: 166px;
  height: 28px;
}
#logos img { 
  border: 0;
  display: block;
}
#logos a {
  color: #ccc;
  font: bold 11px Verdana, Arial, Sans-Serif;
  display: block;
  text-align: left;
  margin: 4px 16px;
}
#newsletter { 
  position: absolute;
  top: 507px;
  left: 20px;
  width: 200px;
}

#newsletter form { 
  margin: 7px 0 0 0;
  padding: 0;
}

#logo {
  z-index: 210;
  position: absolute;
  left: 130px;
  top: 0px;
}

/* ---------------------------------------------------------------------- */
/* Menü-Styles                                                            */
/* ---------------------------------------------------------------------- */
#mcontainer {
  position: absolute;
  top: 67px;
  left: 336px;
  width: 520px;
  background: transparent;
  z-index: 210;
}

.menu { 
  float: left;
}

.menu a {
  display: block;
  height: 20px;
  padding: 2px 10px 0 10px;
  font-family: Verdana, Arial, Sans-Serif;
  color: #DDD;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
}
.menu a:link {
  cursor: pointer;
}
.menu a:hover { 
  background-color: #a10000;
}

.menu ul {
  display: none;
  background-color: #c02424;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a.over {
  background-color: #c02424;
}

.menu a.over:hover { 
  background-color: #a10000;
}

.menu ul li a {
  font-size: 10px;
  color: #FFF;
  padding: 0;
  height: auto;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 0px 10px 3px 10px;
}

/* KLUDGES: Fix IE 6 */
* html .menu {      
  position: relative;
}
* html .menu a {
  float: left;
}
* html .menu ul {
  top: 28px;
  left: 0;
  width: 250px;
}
* html .menu ul a {
  float: none;
  height: 19px;
}

/* ---------------------------------------------------------------------- */
/* Content-Styles                                                         */
/* ---------------------------------------------------------------------- */

#content_container {
  position: absolute;
  left: 206px;
  z-index: 200;
  top: 0px;
  min-height: 100%;
  width: 638px;
}

* html #content_container {
  height: 100%;
}

/* Überschriften und Fließtext */
#content {
  width: 484px;
  position: relative;
  left: 135px;
  z-index: 95;
  font-family: Verdana,sans-serif;
  color: #000;
  margin-top: 110px;
  padding-bottom: 20px;
}
#content p, #content ul, #content li {
  font-size: 11px;
  /* line-height: 136%; */  /* Funktioniert nicht mit den von HTML-Area eingefügten font-Tags */
  margin-right: 16px;
}
#content p { 
  margin: 6px 16px 12px 0;
}
#content h1 {
  font-size: 24px;
  color: #FFF;
  margin: 24px 6px 18px 0;
}
#content h1.csc-firstHeader { 
  margin-top: 0;
}
#content h2 { 
  font-size: 20px;
  color: #da0000;
  margin: 24px 16px 6px 0;
}
#content h3 { 
  font-size: 16px;
  color: #da0000;
  margin: 24px 16px 6px 0;
}
#content h5 {
  margin-right: 16px;
}
#content .csc-textpic-caption {
  font-size: 10px;
  color: #666;
}
/* Links */

#content a:link { 
  color: #da0000;
  padding: 1px;
}
#content a:hover { 
  background: #edd0c5;
  padding: 1px;
}
#content a:visited { 
  color: #820000;
  padding: 1px;
}

#content .csc-textpic-image a:hover {
 background-color: transparent;
}
