@CHARSET "ISO-8859-1";
body{
	font-family: Tahoma;
	font-size: 12px;
}
.bodyContent{
	background-color: #00ff00;
	width: 840px;
	padding-left: 60px;
	padding-right: 60px;
}
h2 {
	padding: 0px 10px 10px 20px;
	margin:0;
}
.tipptitel{
	font-size: larger;
	font-weight: bold;
	padding-bottom:10px;
}
.mannschaft{
	font-weight: bold;
	vertical-align: middle;
}
.tortipp{
	width: 20px;
}
.tortippInp{
	width: 72px;
	border: 1px;
	border-color: green;
	border-style: solid;
	text-align: center;
}
.tortippAnzeige{
	width: 20px;
	text-align: center;
	background-color: white;
	padding:3px;
}

.bottom{
	padding:5px;
	background-color:green;
	font-weight: bold;
	color: white;
	width: 780px;	
}
.leereBox{
	padding-bottom: 300px;
	
	
}