@charset "utf-8";
/* CSS Document */

@import url("vorschalt.css");

html, body, div, p, h1, h2, h3, ul, ol,
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

html {
	height:101%;
}


.body {
	background-color: #000;
	height:100%;
}

#logo {
	width: 720px;
	height: 330px;
	background-image: url("../gfx/index/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	margin-top: 60px;
}

#buttons {
	width: 760px;
	height: 120px;
	margin: auto;
}

#seite {
	width: 900px;
	height: 600px;
	margin: auto;
}

#head {
	width: 900px;
	height: 185px;
}

#head-img {
	background-image: url("../gfx/head.png");
	background-repeat: no-repeat;
	width: 734px;
	height: 185px;
	float: left;
}

#head-kad-txt {
	font-size: 30px;
	float: right;
	margin-right: 30px;
	margin-top: 80px;
	text-align: right;
	font-weight: bold;
}

#head-kad {
	width: 100px;
	height: 185px;
	float: left;
	margin-left: 30px;
}

#navi {
	width: 714px;
	height: 35px;
}

#navi a {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:2px;
	color: #ffffff;
	float:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	float: right;
}

#navi a:hover {
	color: #ccc;
}

.minitabelledetail {
	color: #fff;
}

.minitabellelink {
	color: #ffffff;
	float:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	float: right;
	padding-right: 10px;
}

.minitabellelink:hover {
	color: #ccc;
}

.minitabelletxt{
	color: #ffffff;
	float:left;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding-right: 10px;
}

#content{
	width: 900px;
	height: 360px;
}

#inhaltbox {
	width: 166px;
	height: 360px;
	float: right;
	background-image: url("../gfx/minitabelle.png");
}

#inhaltbox_nt {
	width: 166px;
	height: 360px;
	float: right;
}

#minitabelle {
	width: 136px;
	height: 330px;
	margin-left: 15px;
	margin-top: 25px;
	overflow:hidden;
	color: #000;
}

#inhalt {
	width: 620px;
	height: 360px;
	float: right;
	margin-right: 10px;
	background-image:url("../gfx/bg_inhalt.png");
	background-repeat: no-repeat;
}

#textbox {
	width: 605px;
	height: 340px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: auto;
	color: #000;
}
#textboxiframe {
	width: 605px;
	height: 340px;
	margin-left: 10px;
	margin-top: 10px;
	overflow: hidden;
	color: #000;
}

#foot {
	margin-top: 5px;
	width: 714px;
	height: 35px;
	text-align: right;
}

#foot a {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:2px;
	color: #ffffff;
	float:left;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	float: right;
}

#foot a:hover {
	color: #ccc;
}

td {
	color: #000;
}

td a{
	color: #000;
}

.inhalttxt {
	color: #000;
}

h1 {
	color: #000;
	font-size: 25px;
}

h2 {
	color: #000;
	font-size: 15px;
}

.h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	color: #000;
	font-size: 13px;
}

.tabelle_500 {
	width: 500px;
}

.input_400 {
	width: 400px;
}

textarea{
	height: 100px;
}

.bold { color: #000; font-weight: bold; }
.italic { color: #000; font-style: italic; }
.underline { color: #000; text-decoration: underline; }
.blockquote {
	color: #000;
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 15px;
	overflow: hidden;
	padding: 5px;
}

.news_head_foot{
	padding-left: 5px;
	background-color: #D7D7D7;
}
.news_inhalt{
	padding-left: 10px;
}

.date {
	color: #000;
	font-size: 9px;
}


#info {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	position: absolute;
	width:100%;
	height:100%;
	background-color: #000;
	z-index:1000;
	margin:0;
	left:0px;
	top:0px;
}

#info .link {
	font-size:10px;
	color:#3F4245;
	float:none;
}

#info .link:hover {
	color:#C3854C;
	text-decoration:underline;
}

#info #content {
	width:400px;
	margin:auto;
	margin-top: 300px;
}

#info .td , .text {
	color:#3F4245;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff;
}

.spieler_box {
	width: 285px;
	float: left;
	margin-right: 5px;
}

.content_foot_navi {
	width: 580px;
	height: 20px;
	text-align: center;
	margin-top: 10px;
	float: left;
}

.content_foot_navi a {
	color: #000;
}

.clink{
	color: #000;
}