body {
	background-color: #003111;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	padding: 0;
	margin: 0;
	background-image: url(football_hg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#football_img {
	position: absolute;
	width: 264px;
	height: 374px;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	background-image: url(football.jpg);
	background-position: bottem left;
	background-repeat: no-repeat;
}

#football_inhalt {
	position: absolute;
	width: 467px;
	min-height: 300px;
	border: 1px solid white;
	margin: 20px 0 0 270px;
	padding: 8px;
}

#football_titel {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
}

#football_menu {
	border: 1px solid white;
	padding: 5px;
	width: 451px;
}

h2 {
	font-size: 13px;
	margin: 0;
	padding: 5px 0 5px 0;
}

a {
	color: white;
}

a:hover {
	color: grey;
}
