/* WDV CSS layout*/

/*
Copyright (c) 2009, Christoph Steiger.
version: 1.0.0
*/


/* general site layout */
body {
  margin:0;
  padding:0;
  background-color: #c00;
  font-family: Arial, Helvetica, sans-serif;
}
div, span, h1, h2, h3, h4, h5, h6, p {
  font-style:normal;
  font-weight:normal;
  margin: 0;
  padding: 0;
}
#container {
  width: 100%;
  margin: auto;
  text-align: left;
}
#header {
  background: #e50000;
  height: 200px;
  position: relative;
}
#header h1 {
  padding: 0;
  margin: 0;
  background: url('../_images/layout/screen/shadowlogo.png') no-repeat;
  background-position: right;
  height: 200px;
  position:absolute;
  top: 0px;
  width: 100%;
  text-align: left;
  z-index: 1;
}
#header h1 span {
  visibility: hidden;
}
#header .backtop {
  background: #c00 url('../_images/layout/screen/bgtop.png') repeat-x;
  height: 110px;
  width: 100%;
  margin-top: 0;
  position:absolute;
}
#header .backbottom {
  background: #c00 url('../_images/layout/screen/bgbottom.png') repeat-x;
  height: 81px;
  width: 100%;
  margin-top: 119px;
  position:absolute;
}
#header .banner {
  /* margin-left: 150px;
  margin-top: 20px;
  position: absolute;
  background: url('../_images/layout/screen/banner.png') no-repeat;
  height: 70px;
  width: 433px;
  border: 2px solid #fff; */
}
#header .textadvertising {
  margin-left: 150px;
  margin-top: 0px; /* 35 */
  width: 50%;
  height: 100px;
  position: absolute;
  color:#fff;
  font-size:24px;
  font-style:italic;
  letter-spacing: 5px;
}

#header table tr td.advertisingalign {
  vertical-align:middle;
}

#main {
  position: relative;
  margin: -40px 0 0 0;
  padding: 0;
  z-index: 2;
}
#menu {
  position: relative;
  float:left;
  width: 150px;
  height: 100%;
  margin: 0 0 0 0;
  z-index: 3;
  line-height: 130%;/* font-weight:bold; */
}
#menu li.sub {
  text-indent: 10px;
}

#menu ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
}
#menu li a:link.active, #menu li a:visited.active {
  color: #000000;
}
#menu li a {
  color: #fff;
  padding: 3px 3px 3px 20px;
  border-bottom: 1px black dotted;
}
#menu li a:visited {
  color: #fff;
}
#menu li a:hover {
  color: #000000;
}
#menu a {
  text-decoration: none;
  display: block;
  width: auto;
  position: relative;
  font-size: 15px;
}
#menu .t5 {
  font-size: 9px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  margin: 20px 0px 10px 0px;
}
#contentbox {
  position: relative;
  margin-left: 150px;
  margin-right: 15px;
  z-index: 3;
  width: auto;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #000;
  color: #000;
  background: #fff url('../_images/layout/screen/divide.png') no-repeat 0px 30px;
}
#footer hr {
  visibility: hidden;
}
#footer {
  clear:both;
  height: 100px;
  margin-top: 0px;
  margin-left: 150px;
  color: #000;
  line-height: 100%;
}
#footer .t1 {
  font-size: 12px;
  text-align: center;
  font-weight:bold;
}
#footer .t2 {
  font-size: 10px;
  text-align: center;
  font-weight:normal;
}
#footer a {
  color: #00f;
  text-decoration: none;
}
#footer a:visited {
  color: #00f;
  text-decoration: none;
}
#footer a:hover {
  color: #fff;
  text-decoration: underline;
}
/* content text layout */

#logout {
  position: absolute;
  text-align: right;
  color: #0000FF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style:normal;
  font-weight: normal;
  font-size: 12px;
  right: 12px;
  top: 12px;
}
#contenttitle h2 {
  font-size: 18px;
  font-weight: bold;
  color: #111111;
  margin: 10px;
}
#contentbody h3 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin: 15px;
}
#contentbody h4 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 20px 20px 10px 20px;
}
#contentbody h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0px 20px 0px 20px;
}
#contentbody .t1 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0px 10px 10px 20px;
}
#contentbody .t2 {
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin: 0px 10px 10px 20px;
}
#contentbody .t3 {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
  margin: 0px 10px 10px 20px;
}
#contentbody .t4 {
  font-size: 10px;
  font-weight: normal;
  color: #000000;
  margin: 0px 10px 10px 20px;
}
#contentbody .t5 {
  font-size: 8px;
  font-weight: normal;
  color: #000000;
  margin: 0px 10px 10px 20px;
}
#contentbody a {
  color: #00f;
  text-decoration: none;
  font-weight: bold;
}
#contentbody a:visited {
  color: #00f;
  text-decoration: none;
  font-weight: bold;
}
#contentbody a:hover {
  color: #00f;
  text-decoration: underline;
}
#contentbody ul.list {
  margin-left: 40px;
  list-style-type:circle;
  list-style-image:url('../_images/layout/screen/arrow.png');
}

#contentbody span {
  width: 150px;
  float: left;
  font-weight: bold;
}

#contentbody ol.drucksorte1 {
  list-style-type: decimal;
  line-height: 1.5;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin: 0px 10px 10px 20px;
}

#contentbody ol.drucksorte2 {
  list-style-type: lower-alpha;
  line-height: 1.25;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  margin: 10px 10px 10px 0px;
}


/* infoboxes */

.error {
  background: #fdd url('../_images/layout/screen/exclamation.gif') no-repeat 10px 3px;
  border: 1px solid #fbb;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 10px 40px 10px 40px;
  position: relative;
}
.info {
  background: #def url('../_images/layout/screen/information.gif') no-repeat 10px 3px;
  border: 1px solid #9cf;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 10px 40px 10px 40px;
  position: relative;
}
.message {
  background: #dfd url('../_images/layout/screen/accept.gif') no-repeat 10px 3px;
  border: 1px solid #bfb;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 10px 40px 10px 40px;
  position: relative;
}
.warning {
  background: #ffd url('../_images/layout/screen/error.gif') no-repeat 10px 3px;
  border: 1px solid #fe6;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 10px 40px 10px 40px;
  position: relative;
}
.news {
  background-color:#e50000;
  border: 1px solid black;
  width: 450px;
  height: 50px;
  padding: 5px 5px 5px 5px;
  margin: 0px 0px 10px 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  float: left;
  text-align: center;
}
#contentbody div.nofloat {
  clear: both;
}

/* table layouts */

#contentbody div.schedule {
  border: 1px solid #000;
  font-size: 13px;
  /* max-width: 1000px; */
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#contentbody div.floatbox {
  float:left;
  width: 100%;
}

#contentbody table.schedule {
  width: 100%;
}
#contentbody table.schedule tr.even {
  background-color:#ddd;
}
#contentbody table.schedule thead {
  background-color: #e50000;
  color: #fff;
  font-weight: bold;
}
#contentbody table.schedule tbody {
  background-color: #fff;
  color: #000;
  font-weight:normal;
}

/*
#contentbody div.newsbox {
    -moz-column-count: 2;
	-moz-column-gap: 5px;
	-webkit-column-count: 2;
	-webkit-column-gap: 15x;
	column-count: 2;
	column-gap: 5px;
}
*/
#contentbody div.newsbox {
  float:left;
  width: 100%;
}



#contentbody div.ranking {
  border: 1px solid #000;
  font-size: 13px;
  /* max-width: 1000px; */
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  position: relative;
}

#contentbody table.ranking {
  width: 100%;
}
#contentbody table.ranking thead {
  background-color: #e50000;
  color: #fff;
  font-weight: bold;
}
#contentbody table.ranking tbody {
  background-color: #fff;
  color: #000;
  font-weight:normal;
}

#contentbody table.ranking tfoot {
  background-color: #ccc;
  color: #000;
}
#contentbody tr.ranking:hover{
  background-color: #f99;
}

#contentbody table.ranking tbody td.SaSo {
  background-color: #ddd;
}

#contentbody table.ranking thead a:link {
  color: #fff;
}

#contentbody table.ranking thead a:visited {
  color: #fff;
}

#contentbody table.ranking thead a:hover {
  color: #000;
}



#contentbody div.spielbericht {
  border: 1px solid #000;
  font-size: 13px;
  /* max-width: 1000px; */
  margin: 0px 20px 0px 20px;
  padding: 0px 0px 0px 0px;
  position: relative;
}
#contentbody table.spielbericht {
  width: 100%;
}
#contentbody table.spielbericht thead {
  background-color: #e50000;
  color: #fff;
  font-weight: bold;
}
#contentbody table.spielbericht tbody {
  background-color: #fff;
  color: #000;
  font-weight:normal;
}
#contentbody table.spielbericht tfoot {
  background-color: #ccc;
  color: #000;
}
#contentbody tr.spielbericht:hover{
  background-color: #f99;
}
#contentbody table.set {
  width: 100%;
  border: 0px;
  padding: 0px;
  margin: 0px;
}

#contentbody div.balken {
  background-color: #e50000;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin: 15px;
}

/* Horizontal Navigation */

#navSquare {
  margin: 0;
  padding: 5px 0 24px 14px;
  border-bottom: 1px solid #9FB1BC;
}
#navSquare li {
  margin: 0;
  padding: 0;
  display: inline;
  list-style-type: none;
}
#navSquare a:link, #navSquare a:visited {
  float: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  padding: 0 14px 8px 14px;
  text-decoration: none;
  color: #708491;
}
#navSquare a:link.active, #navSquare a:visited.active, #navSquare a:hover {
  color: #000;
  background: url('../_images/layout/screen/square.gif') no-repeat bottom center;
}
/* Menuboxes center*/
#contentbody ul.menubox {
  border: 2px solid black;
  width: 250px;
  list-style-type:none;
  background-color:#f00;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight:bold;
}
#contentbody ul.menubox li {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}
#contentbody ul.menubox li:first-child {
  font-size: 14px;
  font-weight:bold;
  color: #000;
  background-color:#fff;
  padding: 2px 10px 2px 5px;
}
#contentbody ul.menubox li a {
  color: #fff;
}
#contentbody ul.menubox li a:visited {
  color: #fff;
}
#contentbody ul.menubox li a:hover {
  color: #000;
  text-decoration: none;
}

/*  Menuboxes float */

#contentbody ul.menuboxfloat {
  border: 2px solid black;
  width: 250px;
  list-style-type:none;
  background-color:#f00;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 20px;
  font-size: 14px;
  font-weight:bold;
  float:left;
}
#contentbody ul.menuboxfloat li {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}
#contentbody ul.menuboxfloat li:first-child {
  font-size: 14px;
  font-weight:bold;
  color: #000;
  background-color:#fff;
  padding: 2px 10px 2px 5px;
}
#contentbody ul.menuboxfloat li a {
  color: #fff;
}
#contentbody ul.menuboxfloat li a:visited {
  color: #fff;
}
#contentbody ul.menuboxfloat li a:hover {
  color: #000;
  text-decoration: none;
}

/* ohne Titelzeile */

#contentbody ul.menuboxfloat1 {
  border: 2px solid black;
  width: 450px;
  list-style-type:none;
  background-color:#f00;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 10px 20px;
  font-size: 14px;
  font-weight:bold;
  float:left;
}
#contentbody ul.menuboxfloat1 li {
  padding: 2px 10px 2px 10px;
  font-size: 12px;
}

#contentbody ul.menuboxfloat1 li a {
  color: #fff;
}
#contentbody ul.menuboxfloat1 li a:visited {
  color: #fff;
}
#contentbody ul.menuboxfloat1 li a:hover {
  color: #000;
  text-decoration: none;
}

/* Frame for IMG*/
#contentbody img.rahmen {
  border: 1px solid #000;
  /*display: block;
  margin-left: auto;
  margin-right: auto;*/
}

/* Loginbereich */
form { /* set width in form, not fieldset (still takes up more room w/ fieldset width */
       font: 14px Arial, Helvetica, sans-serif;
       margin: 0;
       padding: 0;
       min-width: 50%;
       max-width: 100%;
       width: 100%;
}
form fieldset {
  /* clear: both;

note that this clear causes inputs to break to left in ie5.x mac, commented out*/

  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 20px;
}
form fieldset legend {
  font-size: 14px; /* bump up legend font size, not too large or it'll overwrite border on left */
  /* be careful with padding, it'll shift the nice offset on top of border  */
  font-weight: bold;
  color: #000;
}
form label {
  display: block;  /* block float the labels to left column, set a width */
  float: left;
  width: 250px;
  padding: 10px;
  margin: -7px 0 0 0; /* set top margin same as form input - textarea etc. elements */
  text-align: right;
}

form input#reset {
  margin-left: 10px; /* set margin-left back to zero on reset button (set above) */
}
form br {
  clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}