body {
	font-family: 		Verdana, sans-serif;
	font-size:		14px;
	background:		#006800;
	background-image: 	url(../../img/mainbackground.jpg);
	background-repeat:	no-repeat;
	background-attachment:	fixed;
}

#homenews a {
	color: 			black;
	font-size:		10px;
}

#homenews a:hover {
	color: 				#c0c0c0;
}

.weisserrahmen {
	border: 1px solid white;
}

.weisserrahmen:hover {
	border: 1px solid #c0c0c0;
}

.tabelle .zeile a:hover {
	color: 				#c0c0c0;
}

.verband:hover {
	background:	#ffffff;
	border:	1px solid #000;
}

.verband {
	border:	1px solid transparent;
}

.tabelle .zeile a {
	color: 			black;
	font-size:		12px;
}

.zeile a {
	color: 			black;
}

a {
	color: 			white;
	text-decoration: 	none;
}

a.eins {
	color: 				black;
}

a.zwei {
	color: 				black;
	font-weight:			bold;
}


a.menue {
	color: 				white;
	font-weight:			normal;
	font-size:			12px;

}

a:hover {
	color: 				#c0c0c0;
}

h1 {
	font-size: 20px;
	text-decoration:underline;
	text-shadow: 1px 1px #555;
	margin-top: 0px;
}

li {
	color: 			black;
	list-style-position:	inside;
}

input.button {
	color:#fff;
	font-family: 		Verdana, sans-serif;
	font-size:			10px;
	background:		#111111;
	border: 1px solid;
	border-color: #fff #000 #000 #fff;
}

input.schwarzerbutton {
	color:		#fff;
	font-family: 	Verdana, sans-serif;
	font-size:	10px;
	background:	#111111;
	border: 	1px solid;
	border-color: 	#fff #000 #000 #fff;
}

input.textklein {
	font-family: 		Verdana, sans-serif;
	font-size:			10px;
	height:		10px;
	width:		100px;
	color:			black;
	background-color:		white;
	border: 2px solid;
	border-color: #000 #fff #fff #000;
}


#logo {
	position:fixed;
	left:240px;
	top:5px;
	font-size:2em;
	z-index:99;
	border:0px solid;
}

#logo img {
	border:0;
}

#eigenerverein {
	border:0;
	position:fixed;
	top:5px;
	left:10px;
	width:160px;
	z-index:100;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.whoisonline {
	position:absolute;
	top:200px;
	left:-190px;
	width:200px;
	border: 10px;
	z-index:1;
}

.spielerbildaussen {
 background-color:black; 
 height:60px;
 width:50px;
 position: absolute;
}

.spielerbildhinter {
 background-color:white; 
 height:46px;
 width:46px;
 position: relative;
 left: 2px;
 top: 2px;
}
.spielerbildinnen {
 background-image:url(../../img/spielerbilder/default.png); background-repeat:no-repeat;
 background-position:-6px -10px;
 background-color:white; 
 height:46px;
 width:46px;
 position: relative;
 left: 2px;
 top: -44px;
}
.spielerbildtext{
 font-family: Verdana;
 font-size: 8px;
 font-weight: bold;
 color: white;
 position: relative;
 left: 2px;
 top: -43px;
 width:46px;
}

.trainervorschlag {
	position:		fixed;
	top:			130px;
	left:			500px;
	width:			350px;
	background-color:	#FFF0C1;
	color:			black;
	font-family: 		Verdana, sans-serif;
	font-size:		10px;
	border:			2px solid black;
	text-align:		center;
}

.tvbutton {
	color:		white;
	font-family: 	Verdana, sans-serif;
	font-size:	10px;
	background:	green;
	border: 	1px outset;
	margin-top:	5px;
	margin-bottom:	2px;
}

.selectfeld {
	background-color:	white;
	color:			black;
	font-family: 		Verdana, sans-serif;
	font-size:		12px;
	border:			1px solid black;
}

.aufstpos {
	background-color:	white;
	color:			green;
	font-family: 		Verdana, sans-serif;
	font-size:		10px;
	font-weight:		bold;
	width:			14px;
	height:			12px;
	border:			0px solid;
}

#anz {
	position:relative; 
	top:0px;
	left:0px;
	background:black;
	font-family:Verdana, sans-serif;
	border:2px solid white;
	font-size: 14px;
	font-weight:bold;
	width:236px;
	height:20px;
	overflow:hidden;
	color:white;
	text-align:center;
}

.angebot {
	background-color:	white;
	color:			black;
	border:			3px white solid;
}

.angebotprozente {
	background:	transparent;
	color:			white;
	font-family: 		Verdana, sans-serif;
	font-size:		14px;
	font-weight:		bold;
	border:			0px solid;
}

#notizblock {
	background-image:url(../../img/notizhintergrund.png); background-repeat:no-repeat;
	background-color:transparent; 
	position: absolute;
	top: -20px;
	left: 30px;
	height:500px;
	width:375px;
}

#notizblock h1 {
	color: black;
	text-shadow: 0px 0px;
	position: absolute;
        margin-left: auto;
        margin-right: auto;
	text-align:center;
	top: 100px;
	left: 35px;
	right: 35px;
	font-size: 14px;
	
}

#notizblock textarea {
	position: absolute;
	top: 120px;
	left: 35px;
	font-size: 12px;
	width: 305px;
	height: 330px;
	border: 0px;
}

#notizblock input {
	position: absolute;
        margin-left: auto;
        margin-right: auto;
	text-align:center;
	top: 465px;
	left: 35px;
	right: 35px;
}

.klein {
	font-family: 		Verdana, sans-serif;
	font-size:			12px;
}

.mini {
	font-family: 		Verdana, sans-serif;
	font-size:			10px;
}

.menu {
	position:		fixed;
	top: 			0px;
	left: 			0px;
	height:			100px;
	width:			100%;
	color:			white;
	font-weight:		bold;
	background-image: 	url(../../img/topmenu.png);
	background-repeat:	no-repeat;
	background-attachment:	fixed;
	z-index:10;
}

.menuback {
	position:		fixed;
	top: 			0px;
	left: 			0px;
	height:			100px;
	width:			100%;
	background-image: 	url(../../img/topbackground.png);
	z-index:9;
}

.menuleft {
	position:		fixed;
	top: 			100px;
	left: 			0px;
	height:			199px;
	width:			163px;
	color:			white;
	font-weight:		bold;
	background-image: 	url(../../img/menuleft.png);
	z-index:10;
}

.menu-item {
	position:absolute;
	top: 81px;
	z-index:10;
}

.menu-item span {
	position:absolute;
	top: 81px;
	left: 0px;
	visibility:hidden;
	display:none;
	z-index:3;
}

.menu-item:hover span {
	visibility:visible;
	display:block;
	position:absolute;
	top:16px;
	margin:0px;
	padding:1px;
	z-index:5;
	border:2px solid #006900;
	text-align:left;
	font-weight:normal;
	white-space:nowrap;
	background:#006900;
}

.adminunten {
	position: absolute;
	top: 550px;
	left: 25px;
	color:white;
	font-weight:bold;
	background:black;
	border: 2px solid red;
}

.main {
	position: absolute;
	top: 125px;
	left: 200px;
	color:white;
	z-index:1;
}

table {
	background: #006800;
}

table h1 {
	display: block;
	font-size:18px;
	line-height: 18px;
	margin: 1px;
	padding: 1px;
	text-shadow: 1px 1px #555;
	text-decoration: none;
}

td {
	font-family: 		Verdana, sans-serif;
	font-size:			14px;
}

.liganum {
	text-align:	right;
	font-family: 	Verdana, sans-serif;
}

.name {
	width: 200px;
	font-family: 		Verdana, sans-serif;
}

.alter {
	width: 50px;
	text-align: center;
	font-family: 		Verdana, sans-serif;
}

.staerke {
	width: 50px;
	text-align: center;
	font-family: 		Verdana, sans-serif;
}

.form {
	width: 50px;
	text-align: center;
	font-family: 		Verdana, sans-serif;
}

.talent {
	width: 80px;
	text-align: center;
	font-family: 		Verdana, sans-serif;
}

.nation {
	width: 40px;
	text-align: center;
	font-family: 		Verdana, sans-serif;
	font-size:			14px;
}

.stat {
	width: 50px;
	text-align: right;
	font-family: 		Verdana, sans-serif;
	color: 				black;
	background: 	white;
}

.statgr {
	width: 120px;
	text-align: right;
	font-family: 		Verdana, sans-serif;
	color: 				black;
	background: 	white;
}

.feld {
	background: 	white;
	color: 			black;
	padding-left:	5px;
}

.tabelle {
	background: #dddddd;
	border-spacing: 1px;
}

.tabelle .zeile {
	background:	#FFFFFF;
	color:		black;
}

.tabelle .schwarzezeile {
	background: #006800;
	color:	white;
	font-weight:bold;
	text-shadow: 1px 1px #000;
	background-image: 	url(../../img/blackgrey.png);
	background-repeat:	repeat-x;
}

.tabelle a {
	font-size: 12px;
}

.tabelle td {
	font-size: 12px;
}

.zeile {
	background:	white;
	color:		black;
}

.schwarzezeile {
	background:black;
	color:	white;
	font-weight:bold;
}

.trainingsergebnis {
	display: none;
	z-index: 20;
	position: absolute;
	top:	-20px;
	left:	400px;
	width:	400px;
}

.trainingsergebnis table td {
	font-size: 9px;
}

.trainingsergebnis table {
	background: #dddddd;
	border-spacing: 1px;
}

.minidaten {
	display: none;
	z-index: 20;
	position: absolute;
	top:	-20px;
	left:	350px;
	width:	450px;
}

.minidaten table td {
	font-size: 9px;
	line-height:9px;
}

.minidaten .schwarzezeile td {
	line-height:12px;
}

.minidaten table {
	background: #dddddd;
	border-spacing: 1px;
}

.message {
	border:		2px solid black;
	background:	white;
	color:		black;
	padding:    2px;
}
.message a {
	color: black;
	text-decoration:underline;
}

.messagetable {
	width:      100%;
}

.messagetable tr {
	vertical-align: top;
}

.messagelist, .addresses {
	border:		2px solid black;
	background:	white;
	color:		black;
	width:      100%;
}

.messageheader, .addressesheader {
	border:		2px solid black;
	background:	black;
	color:		white;
}

.messageform {
	border:		2px solid black;
	background:	white;
	color:		black;
}

.messageformtable {
	border:		2px solid black;
	background:	white;
	color:		black;
	width:      100%;
}

.messageformtable input[type=text], textarea {
	width:      99%;
}

#messagehelp {
	width:      100px;
	border:     1px solid black;
	text-align: center;
	padding-top:3px;
	background: #eee;
}

.quote1 {
	width:      90%;
	margin-left:auto;
	margin-right:auto;
}

.quote {
	border:     1px solid black;
	background: #eee;
	width:      90%;
	margin-left:auto;
	margin-right:auto;
	padding:    2px;
}

.code1 {
	width:      90%;
	margin-left:auto;
	margin-right:auto;
}

.code {
	border:     1px solid black;
	background: #eee;
	width:      90%;
	margin-left:auto;
	margin-right:auto;
	padding:    2px;
}

.error {
	border-bottom:1px dashed;
}

#toc {
	margin-left:1em;
	margin-bottom:1em;
	padding:0.1em;
	font-size:0.9em;
}

.tocl1 {
}

.tocl2 {
	margin-left:1em;
}

