@import url("wallp.css") all;
body {
	font-family: Arial;
	color: black;
	text-align: -webkit-center;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;

	background-repeat:no-repeat; 
	background-position:center center; 
	background-attachment:fixed;
	
	display: block;
	
}

img {
	border: 0px;
}
td {
	text-align: center;
	vertical-align: top;
}

.pwfield {
	text-align: left;
}

.tabcenter {
	text-align: center;
}
.header , #ueberschrift{
	background-image: none;
	background-color: silver;
	color: #000000;
	text-align: center;
	font-size: 1.2em;
	padding: 20px;
	border-radius: 9px;
}

#paarung {
	background-image: none;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: 1.2em;
	padding: 10px;
	border-radius: 9px;
}

#ueberschrift {
	font-size: 2.0em;
}

.hundert {
	width: 100%;
}

tr.hove {
	background-color: yellow;
	color: #000;
}

tr.norm {
	background-color: transparent;
}

a {
	text-decoration:none;
}

table {
	border-collapse: collapse;
	border: 0pt solid #000000;
	text-align: center;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}
.tipp {
	border-collapse:seperate; 
	font-size: 0.9em;
}

.goals {
	background-color: #FFF;
	color: navy;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.anstoss {
	font-size: 0.9em;
	font-weight: bold;
	vertical-align: middle;
}
.team {
	background-repeat:no-repeat; 
	background-position:center center;
	width: 180px;
	height: 60px;
}
.tab1 , .tab2 {
	font-size: 0.8em;
	font-weight: bold;
}

.tab1 {
	text-decoration: underline;
}
.tab3 {
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
}
.rang {
	font-size: 1.2em;
	vertical-align: middle;
}
.nam ,.nam2 {
	font-size: 0.96em;
}

.nam {
	text-align: left;
}

.pwc {
	text-align: right;
}
.nav1 {
	font-size: 0.8em;
	font-weight: bold;
}

div#foot {
background-color: gray;
	border-radius: 9px;
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana;
	font-style: italic;
	width: 200px;
	left: 45%;
	bottom: 0px;
	/*position: absolute;*/
}

span#foot {
background-color: gray;
	border-radius: 9px;
	/*position:relative; */
	text-align: center;
	font-size: 0.7em;
	font-family: Verdana;
	font-style: italic;
	width: 200px;
	left: 45%;
	bottom: 0px;
}

/* Allgemeine Links */
a:link { color: black; }
a:visited { color: black; }
a:hover { color: navy; }

/* Spieltag Links */
a.sptag { font-size: 0.75em;}

/* EM Styles */
td#navbaum {
	background-color: #FFFFFF;
	color: black;
	text-align: center;
	vertical-align: top;
	width: 200px;
	border-radius: 9px;
	padding: 5px;
}

table.games_em {
	background-image: url(../images/em2016logo.png);
	background-repeat:no-repeat; 
	background-position:center bottom; 
	background-color: #FFF;
	color: #000000;
	height: 200px;
	border-radius: 9px;
}

table.games_wm {
	/*background-image: url(../images/em2016logo.png); */
	background-repeat:no-repeat; 
	background-position:center bottom; 
	background-color: #FFF;
	color: #000000;
	height: 300px;
	border-radius: 9px;
}


