/* @group Grundformate */

* {
	padding: 0px;
	margin: 0px;
	border: none;
}

body {
 	color: #333333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	background: #a9c4e5 url(img/pback.png) repeat-x left top;
}

h1 {
	font-size: 18px;
	color: #2D6EC0;
}

h2 {
	font-size: 16px;
	color: #2D6EC0;
}

h3 {
	font-size: 14px;
	color: #2D6EC0;
}

h4 {
	font-size: 11px;
	color: #2D6EC0;
}

.blau_italic {
	color: #2D6EC0;
	font-style: italic;
}

a {
 	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

th, td, {
	color:#333333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

.error {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: red;
}

.success {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
	color: green;
}

.noborder {
	border: none;
}

.submit {
	color:#333333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid gray;
	height: 20px;
	padding: 0 5px;
	cursor: pointer;
}

.select {
	color:#333333;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	border: 1px solid gray;
	height: 20px;
	padding: 0 5px;	
}

/* @end */

/* @group Grundraster */

#wrapper {
 	width: 940px;
	background: white url(img/main_back.jpg) bottom no-repeat;
	margin: 0px auto;
	padding 0;
	min-height: 800px;
	
}

#main {
	width: 940px;
	background: url(img/anzeige_mast.gif) bottom right no-repeat;
	padding: 0 0 50px 0;
}

#content {
	padding: 0px 0px 20px 0px;
	width: 580px;
	float: left;
	border: none;
	display: inline;
}

.content_tab{
	border: 1px solid #117940;
	padding: 15px;
	background-color: #f3f3f3;
}

#left {
	width: 150px;
	float: left;
	margin: 0;
	border: none;
	display: inline;
	overflow: hidden;
}

#right {
	width: 210px;
	height: 600px;
	float: left;
	border: none;
	display: inline;
	overflow: hidden;
}



/* @end */

/* @group right */

#right table{
	border-collapse: collapse;
	background: black url(img/anzeige_back.gif);
	width: 180px;
	margin: 0 15px 0 15px;
	padding: 0;
	border: 1px solid #ffcc00;
	
}

#right th{
	font-size: 12px;
	font-weight: bold;
	color: #ffcc00;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffcc00;
}

#right td{
	border-spacing: 0;
	color: #ffcc00;
	padding: 3px;
	margin: 0;
	border-bottom: 1px dotted #ffcc00;
}

.toptenlink{
	color: #ffcc00;
	text-decoration: none;
}

.toptenlink:hover {
	color: #ffcc00;
	text-decoration: underline;
	font-weight: normal;
}


/* @end */

/* @group Left */

.leftmenu-header {
	text-align: center;
	background: url(img/l-menu-kopf.jpg) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	width: 90px;
	padding: 7px 15px 4px 15px;	
	margin: 0 15px;
	border-bottom: 1px solid #117940;	

}

.leftmenu {
	background: white url(img/l-menu_back.gif) no-repeat bottom left;
	padding: 1px 5px 4px 5px;
	margin: 0 15px 10px 15px;
	width: 110px;
	border: none;
}

.leftmenu dd{
	padding: 5px 2px 5px 7px;
	border-bottom: 1px #888 solid;
}

.leftmenu dd.noborder {
	border: none;
}

.leftmenu dd input{
	border: 1px solid green;
	width: 100px;
	height: 15px;
	font-size: 11px;
}

.leftmenu dd.login{
	padding: 5px;
	border: none;
}

.leftmenu a:hover{
	text-decoration: underline;
	font-weight: normal;
}

/* @end */

/* @group Transfer */


table.anmeldung td{
	background-color: #ffffff;
	padding-left: 15px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table.transfer td, table.gericht td{
	background-color: #e6e6e6;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table.helfen td{
	background-color: #E5E6E7;
	margin-left: 60px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

table.transfer th, table.gericht th, table.anmeldung th{
	background-color: #a9a9a9;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

/*table.transfer th, table.gericht th{
	background-color: #ffffff;
	padding: 5px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}*/

table.transfer td input{
	border: 1px solid gray;
	width: 200px;
	height: 20px;
	cursor: pointer;
}

table.anmeldung td input{
	border: 1px solid gray;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
}

dl.transferlog {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0 0 15px 0;
	background: url(img/transferlog_back.gif) left bottom no-repeat;
	display: inline;
	/*overflow: visible;*/
}

dl.transferlog dt {
	width: 120px;
	float: left;
	color: white;
	padding: 6px 0 8px 0;
	text-align: center;
	margin: 0;
	font-size: 10px;
	background: url(img/transferlog_datum_grau.gif) top no-repeat;
}

dl.transferlog dt.blau {
	background: url(img/transferlog_datum_blau.gif) top no-repeat;

}

dl.transferlog dt.rot {
	background: url(img/transferlog_datum_rot.gif) top no-repeat;

}


dl.transferlog dd {
	line-height: 14px;
	padding: 17px 10px 0 130px;
	margin: 0 0 0 0;
	background: url(img/transferlog_kopf.gif) top no-repeat;
}


/* @end */

/* @group Tabellen */

.z1, .z3, .z5, .z7, .z9, .z11, .z13, .z15, .z17, .z19, .z21, .z23, .z25, .z27, .z29  {
	background-color: #f2f2f2;
}

.z2, .z4, .z6, .z8, .z10, .z12, .z14, .z16, .z18, .z20, .z22, .z24, .z26, .z28, .z30  {
	background-color: #dfdfdf;
}

.tabelle{
	border-bottom:1px solid #117940;
	font-family:helvetica;
	font-size:11px;
	border-right:1px solid #117940;
	padding:5px;
	text-align:center;
}

.tabellemarkiert{
	border-bottom:1px solid #117940;
	font-family:helvetica;
	font-size:11px;
	border-right:1px solid #117940;
	padding:5px;
	font-weight:bold;
	background-color: #ffcc00;
	text-align:center;
}

.tabellenhead{
	border-bottom:1px solid #117940;
	font-family:helvetica;
	font-size:11px;
	font-weight:bold;
	border-right:1px solid #117940;
	padding:5px;
	text-align:center;
}

.ergebnismarkiert{
	font-weight:bold;
	background-color: #ffcc00;
}

.wertung {
	background-color: #f9f9f9;
	padding: 5px 10px 10px 10px;
	margin: 10px 0 0 0;
	width: 160px;
	border: none;
}

.wertung dt{
	font-size: 13px;
	font-weight: bold;
	padding: 9px 0 9px 0px;	
/* 	border: 1px dotted; */

}

/* @group Tabelle Liga */

.tabelle_liga td, .tabelle_liga th{
	padding: 5px;
	font-size:11px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.tabelle_liga th{
	border-bottom: 1px solid gray;
	border-right: 1px solid white;
	background-color: #a9a9a9;
	color: white;
}

.tabelle_liga .z1 {
	border-bottom: 1px solid gray;
}

.tabelle_liga .z3 {
	border-bottom: 1px solid gray;
}

.tabelle_liga .z5 {
	border-bottom: 1px solid gray;

}

.tabelle_liga .z15{
	border-bottom: 1px solid gray;
}

.tabelle_liga .markiert, .tabelle_liga .markiert a:hover {
	font-weight:bold;
	/*background-color: #ffcc00;*/
}

.spieltag_ergebnisse th {
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid gray;
	background-color: #a9a9a9;
	color: white;
}

.spieltag_ergebnisse td {
	text-align: center;
	padding: 5px;
	background-color: #e6e6e6;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.spieltag_ergebnisse .markiert{
	/*background-color: #ffcc00;*/
	font-weight: bold;
}

/* @end */

/* @group Tabelle Tipper */

.tabelle_tipper td, .tabelle_tipper th{
	padding: 5px;
	font-size:11px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.tabelle_tipper th{
	border-bottom: 1px solid gray;
	border-right: 1px solid white;
	background-color: #a9a9a9;
	color: white;
}

.tabelle_tipper .markiert, .tabelle_tipper .markiert a:hover {
	font-weight:bold;
	/*background-color: #ffcc00;*/
}

/* @end */

/* @group Tabelle Team */



.tabelle_team td, .tabelle_team th{
	padding: 5px;
	font-size:11px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.tabelle_team th{
	border-bottom: 1px solid gray;
	border-right: 1px solid white;
	background-color: #a9a9a9;
	color: white;
}

.tabelle_team .markiert, .tabelle_team .markiert a:hover {
	font-weight:bold;
	/*background-color: #ffcc00;*/
}

/* @end */

/* @group Tabelle Teams */



.tabelle_teams td, .tabelle_teams th{
	padding: 5px;
	font-size:11px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
}

.tabelle_teams th{
	border-bottom: 1px solid gray;
	border-right: 1px solid white;
	background-color: #a9a9a9;
	color: white;
}

.tabelle_teams .markiert, .tabelle_teams .markiert a:hover {
	font-weight:bold;
	/*background-color: #ffcc00;*/
}

/* @end */



/* @end */

/* @group header */



.headerlink {
	float: left;
	display: block;
	width: 50%;
	height: 100%;
	background: transparent;
	pointer: hand;
}

#header a{
	color: #eee;
	
}

#headerbar {
	text-align: right;
	width:  40%;
	float: right;
	font-size: 10px;
	margin: 4px 20px 0 0;
}



/* @end */

/* @group Tabs */

.tabs {
	float: left;
	list-style: none;
	width: 580px;
	/*border-bottom: 1px solid #117940;*/
	margin: 0;
}
.tabs li {
	float: left;
	
}

.tabs li a {
	float: left;
	display: block;
	padding: 7px 8px 4px 8px;
	background: green url(img/tab-kopf.jpg) no-repeat;
	width: 104px;
	color: white;
	font-size: 12px;
	text-align: center;

}

.tabs li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Home */

.home_links{
	width: 280px;
	float: left;
	padding: 0px;
	margin: 0 20px 0 0;
}

.home_rechts{
	width: 260px;
	float: left;
	padding: 5px;
}

/* @end */
