/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
form { margin: 0px; }

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#222222;
	color: #ffffff;
}
.contentbox {
	position: absolute;
	width: 100%;
	background-color:#000000;
	top: 50%;
	height: 400px;
	margin-top:-235px;
	background-image:url(bg_football.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.sponsoren {
	position: absolute;
	width: 740px;
	left: 50%;
	margin-left: -350px;
	top: 50%;
	height: 50px;
	margin-top: 175px;
	background-color:#ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #000000;
}
.copy {
	position: absolute;
	width: 160px;
	right: 4px;
	bottom: 2px;
	font-size: 9px;
	color: #aaaaaa;
	text-align: right;
}
.block1 {
	margin-left: 75px;
	height: 394px;
	float: left;
	padding-top: 6px;
	text-align: right;
}
.block1 ul {
	padding-top: 45px;
	list-style: none;
}
.block1 ul li {
	padding: 2px;
}
.block1 a {
	color: #fbe32a;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 21px;
	font-weight: bold;
	background-image:url(alpha.png);
}
.block1 a:hover {
	background-color:#000000;
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
}
.block2 {
	height: 400px;
	width: 600px;
	margin-left: 10px;
	float: left;
}
.menu {
	width: 100%;
	height: 0px;
}

.content {
	width: 100%;
	height: 400px;
	overflow: auto;
}

h1, h2, h3, h4, h5, h6 { color: #fbe32a; font-variant:small-caps;}
h1 {
	width: 570px;
	border-bottom: 1px solid #fbe32a;
	padding-left: 5px;
	font-size: 22px;
	margin-bottom: 15px;
}
h2 {
	padding-left: 5px;
	font-size: 17px;
	margin-bottom: 11px;
}
h3 {
	padding-left: 5px;
	font-size: 14px;
	margin-bottom: 7px;
}
p {
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.content img {
	margin: 7px;
	border: 1px solid #fbe32a;
}
.content a {
	color: #fbe32a;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.content table tr:hover {
	background-color:#222222;
}