body {
	background-color: #c0e36f;
	background-image: url(../img/bodybg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: verdana, helvetica, georgia;
	margin: 0;
	padding: 0;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header a {
	background-image: url(../img/agon_logo.png);
	background-repeat: no-repeat;
	width: 200px;
	height: 110px;
	text-indent: -9999px;
	margin-top: 15px;
	float:left;
}
#content {
	height: 510px;
	background-image: url(../img/contentbg.png);
	background-repeat: repeat-x;
	background-color: #aae5fe;
	border: solid 1px #FFF;
	clear: both;
}
#linkespalte {
	width: 80%;
	float: left;
	z-index: 999;
}
#linkespalte ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	z-index: 1400;
}
#linkespalte ul li {
	width: 230px;
	height: 100px;
	background-image: url(../img/navbg_links.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	margin-left: 14px;
	margin-top: 14px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	overflow: visible;
}
/* IE6 Hack */
* html #linkespalte ul li {
	width: 230px;
	height: 100px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/navbg_links.png', sizingMethod='scale');
	background:none;
	background-repeat: no-repeat;
	float: left;
	margin-left: 14px;
	margin-top: 14px;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	overflow: visible;
}
#linkespalte ul li a:link, #linkespalte ul li a:visited {
	width: 234px;
	text-decoration: none;
	color: #1a749c;
	padding-top: 60px;
	padding-bottom: 10px;
	display: block;
	background-image: url(../img/navbg_pfeil.png);
	background-repeat: no-repeat;
	background-position: right 0;
}
#linkespalte ul li a:hover {
	background-position: right -100px;
	color: #0b5c80;
}
#linkespalte ul li a span {
	display: block;
	font-size: 10px;
	font-weight: normal;
}
.karussel {
	margin-left: 128px;
	margin-top: 28px;
}
#rechtespalte {
	width: 200px;
	height: 492px;
	background-image: url(../img/rechtsbg.png);
	font-size: 10px;
	line-height: 21px;
	font-color: #1a749c;
	padding-top: 18px;
	margin-left: 289px;
	position: absolute;
	left: 50%;
	top: 126px;
	overflow: visible;
}
#rechtespalte a:link, #rechtespalte a:visited {
	color: #1a749c;
	text-decoration: none;
	margin-left: 30px;
}
#rechtespalte a:hover {
	color: #0b5c80;
}
#rechtespalte ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rechtespalte span {
	font-weight: bold;
	text-transform: uppercase;
}
.fussballspieler {
	position: absolute;
	bottom: 0px;
	right: -18px;
	z-index: 10;
}
#footer {
	height: 100px;
	background-image: url(../img/footerbg.png);
	background-repeat: repeat-x;
	display: block;
}
#footer img {
	margin-top: 22px;
	margin-left: 22px;
	border: none;
}

