@charset "utf-8";
html {
	height: 100%;
	}
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	height: 100%;
	
	background-image: url(img/wrapbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrap {
	width: 1000px;
	text-align: center;
	margin: 0 auto;
}
body > #wrap {
    height: auto;
    min-height: 100%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


#head {
	height: 200px;
	width: 900px;
	background-image: url(img/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;

}
#title {
	padding-left: 220px;
	padding-top: 45px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align: left;
}

#nav {
	padding-left: 220px;
	bottom: 0px;
	padding-top: 25px;
}	
#nav ul {
	padding: 0px;
	margin: 0px;
}
#nav ul li {
	display: block;
	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 16px;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#nav ul li a, a:visited, a:active {
	color:#333333;
	text-decoration:none;
	}
#nav ul li a:hover {
	color:#666666;
	text-decoration:none;
	}	
#main {
	width: 900px;
	padding-top: 20px;
	margin: 0 auto;
	padding-bottom:100px;
}
#main a, a:visited, a:active {
	color:#FF6600;
	text-decoration:none;
	}
#main a:hover {
	color:#666666;
	text-decoration:none;
	}	
#left {
	width: 670px;
	float: left;
	text-align: left;
}
#tore {
	width: 650px;
	float: left;
	text-align: left;
}
#spielplan {
	width: 900px;
	text-align: left;
	}
.entry_left {
	width: 400px;
	float: left;
}
.entry_left_r {
	width: 250px;
	float: right;
	}
#rueckmeldung {
	width:670px;
	}
.c1 {
	background-color:#DDDDDD;
	}
.c2 {
	background-color:#EEEEEE;
	}
/*
#left table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
*/
#right {
	width: 200px;
	margin-left: 700px;
}
#right h2 {
	text-align: right;
}


#footer {
	position:relative;
	margin: 0 auto;
	clear:both;
	height: 100px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
	text-align: right;
	padding-top: 5px;
	width: 900px;
}
#footer a, a:visited, a:active {
	color:#333333;
	text-decoration:none;
	}
#footer a:hover {
	color:#666666;
	text-decoration:none;
	}
.rot {color:#F00;}
.kurzergebnis {
	font-size:16px;
	font-weight:bold;
	}
	
.clearfix:after {
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht für IE-mac Anfang \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Bereich nicht für IE-mac Ende */
	
/***************************************************
 Spielberichte
 ***************************************************/	
#spielberichte{
	float: left;
	width: 330px;
	}
#spielberichte table {
	border-bottom:1px dotted #000000;
	}
.spielergebnis {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	}
#statistik {
	float: right;
	border-left: 1px dotted #000000;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #000000;
	}
#statistik .positiv {
	color:#009900;
	}
#statistik .negativ {
	color:#FF3333;
	}
	
.gewonnen {
	color:#009900;
	font-size: 36px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
.verloren {
	color:#FF4646;
	font-size: 36px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
.unentschieden {
	color:#FFFF66;
	font-size: 36px;
	padding-bottom: 10px;
	padding-top: 10px;
	}
.platzierung {
	font-size:18px;}
.akt_platz {

	background-color:#FF9966;
	}
.diffneg {
	color:#990000;
	}
.diffeq {
	color:#FFCC33;
	}
.diffpos {
	color:#66CC00;
	}			
	
