/* Standard HTML-Tags  */

* {
	color:#666;
	font-size: 11px;
	}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, hr, 
blockquote, a, a img, font, img, dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, table, caption, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
html{
	height: 101%;
}

body{
	background-color: #009600;
	padding-left: 10px;
}
h3{
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 10px 0;
}
table{
	border: 1px solid #CCC;
}
td, th{
	padding:3px 5px 3px 5px;
	
}
th{
	font-weight: bold;
	border-bottom: 1px solid #999;
}
.td-head{
	font-size: 11px;
	font-family:arial;
	font-weight: bold;
	border-right: 1px solid #CCC;
}
tr.white{
	background-color: #FFF;
}
tr.grey{
	background-color: #F6F6F6;
}
td.dark-grey{
	background-color: #BFBFBF;
	font-weight: bold;
}

.liga_main_table th{
	border: 1px solid #CCC;
	background-color: #EFEFEF;
}
.liga_main_table td{
	border: 1px solid #DDD;
}

#dummy{
	position:absolute;
	top:0;
	left:0;
	background: url(../img/dummy.png);
	display:none;
	width: 2000px;
	height:5000px;
	z-index:200;
}

#table-eingabe, #table-eingabe td, #table-eingabe th{
	border: none;
}
div#eingabe{
	border: none;
	width: 380px;
}
#form-eingabe{
	background-color: white;
	border: 1px solid #999;
	padding: 10px;
}
div#header{
 margin-bottom:5px;
}

div.content{
	background-color:#FFF;
	text-align:left;
	padding: 10px;
}

#footer{
	width: 1007px;
	height:31px;
	background: url(../img/footer.gif) no-repeat;
	margin-left: 5px;
	padding-top:5px;
	padding-left: 10px;
}
.footer1{
	font-size:18px;
	font-family: serif;
	padding-left: 10px;
	background: url(../img/bg_footer_menue.gif) no-repeat;
	color: #DDD;
	text-decoration:none;
	width:120px;
	display:block;
	float:left;
}
.copy{
	font-size:18px;
	font-family: serif;
	color: #DDD;
	padding-left: 20px;
}

div.add_menue{
	width:1000px;
	background-color: #7AF87A;
	margin-top:-8px;
	margin-left: -7px;
	margin-bottom: 10px;
	height:25px;
}
div.add_menue a,div.add_menue a:hover{
	display: block; 
	float: left;
	padding: 5px;
	text-align: center;
}
div.add_menue a{
	color: inherit;
	text-decoration: none;
}
div.add_menue a:hover{
	color: black;
	text-decoration:underline;
}

a.player-link, a.player-link:hover{
	font-weight: bold;
	color: inherit;
	text-decoration: none;
}

a.player-link:hover{
	text-decoration: underline;
}
table.table{
	border-collapse: collapse;
}
table.table td{
	border:1px solid #666;
}
.inp_hb{
	width:25px;
	text-align:right;
}
.markall,.marknone{
	cursor:pointer;
}
.markall:hover,.marknone:hover{
	text-decoration: underline;
}
#add_a_player{
	display:none;
	margin-left: 20px;