/* WDV CSS layout */

/*
Copyright (c) 2010, Christoph Steiger
version: 0.1.0
*/

/* genaeral site layout */
body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    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 {
    height: 103px;
    position: relative;
}
#header h1 {
    padding: 0;
    margin: 0;
    background: url('../_images/layout/print/headlogo.png') no-repeat;
    background-position: right;
    height: 103px;
    position:absolute;
    top: 0px;
    width: 100%;
    text-align: left;
    z-index: 1;

}
#header h1 span {
    display: none;
}
#header .backtop {
    display: none;
}
#header .backbottom {
    display: none;
}
#header .banner {
    display: none;
}
#header .textadvertising {
    margin-left: 5px;
    margin-top: 0px;
    width: 70%;
    height: 100px;
    position: absolute;
    color:#000;
    font-size: 12px;
    font-style:italic;
    letter-spacing: 5px;
    z-index: 2;
}

#header table tr td.advertisingalign {
    vertical-align:middle;
}
#main {
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    z-index: 3;
}
#menu {
    display: none;
}
#contentbox {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    z-index: 4;
    width: 100%;
}
#footer {

    margin-top: 5px;
    line-height: 10px;
}
#footer .t1 {
    font-size: 10px;
    text-align: center;
    font-weight:bold;
    color: #000;
}
#footer .t2 {
    font-size: 8px;
    text-align: center;
    font-weight:normal;
    color: #555;
}
#footer a {
    color: #00f;
    text-decoration: none;
}
#footer hr {
   color: #f00;
   background-color: #f00;
   height: 1px;
}

/* content text layout */

#logout {
   display: none;
}

#contenttitle h2 {
    display: none;
}
#contentbody h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
}
#contentbody h4 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 5px 5px 0px 5px;
}
#contentbody h5 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin: 0px 20px 0px 20px;
}
#contentbody .t1 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0px 5px 5px 10px;
}
#contentbody .t2 {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 5px 10px;
}
#contentbody .t3 {
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 5px 10px;
}
#contentbody .t4 {
	font-size: 8px;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 5px 10px;
}
#contentbody .t5 {
	font-size: 6px;
	font-weight: normal;
	color: #000000;
	margin: 0px 5px 5px 10px;
}
#contentbody a {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}



/* 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: #e50000;
	border: 2px solid #000;
	font-size: 14px;
	margin: 20px 20px 20px 20px;
	padding: 10px 40px 10px 10px;
	position: relative;
}
#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.ranking {
    border: 1px solid #000;
    font-size: 10px;
    margin: 0px 5px 0px 5px;
    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 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 {
display: none;
}

/* 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;
}


/* Frame for IMG*/
#contentbody img.rahmen {
    border: 1px solid #000;
	width: 100%;
    /*display: block;
    margin-left: auto;
    margin-right: auto;*/
}
