/* __________________ ALLGEMEIN  __________________ */
* {
	margin: 0px;
	text-align: left;
}
body {
	background: #385A7D url(img/bodyhg.gif) top;
	text-align: center;
}
#site {
	width: 799px;
	margin: 0px auto 0px auto;
	background: #FFFFFF url(img/hg.gif);
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {	
	clear:both;
}
/* __________________ TOP  __________________ */
.hidden {
	display: none;
}
#logo {
	background: url(img/header.png);
	width: 799px;
	height: 137px;
}
/*	#header { */
/*	background: url(img/header.jpg); */
/*	width: 799px; */
/*	height: 306px; */
/*	}  */

/* __________________ CONTENT  __________________ */
#content ul#nav {
	list-style: none;
	margin: 0px 0px 0px 7px;
	height: 26px;
	padding: 0px;
}
#content ul#nav li {
	float: left;
}
#content ul#nav li a {
	display: block;
	height: 26px;
}
#content ul#nav li a b {
	display: none;
}
#content ul#nav li a.news {
	background: url(img/navigation_btn_news.gif);
	width: 72px;
}
#content ul#nav li a.news:hover {
	background: url(img/navigation_btnh_news.gif);
}
#content ul#nav li a.teams {
	background: url(img/navigation_btn_teams.gif);
	width: 75px;
}
#content ul#nav li a.teams:hover {
	background: url(img/navigation_btnh_teams.gif);
}
#content ul#nav li a.matches {
	background: url(img/navigation_btn_matches.gif);
	width: 92px;
}
#content ul#nav li a.matches:hover {
	background: url(img/navigation_btnh_matches.gif);
}
#content ul#nav li a.server {
	background: url(img/navigation_btn_server.gif);
	width: 80px;
}
#content ul#nav li a.server:hover {
	background: url(img/navigation_btnh_server.gif);
}
#content ul#nav li a.gallery {
	background: url(img/navigation_btn_gallery.gif);
	width: 88px;
}
#content ul#nav li a.gallery:hover {
	background: url(img/navigation_btnh_gallery.gif);
}
#content ul#nav li a.register {
	background: url(img/navigation_btn_register.gif);
	width: 95px;
}
#content ul#nav li a.register:hover {
	background: url(img/navigation_btnh_register.gif);
}
#content ul#nav li a.about {
	background: url(img/navigation_btn_about.gif);
	width: 75px;
}
#content ul#nav li a.about:hover {
	background: url(img/navigation_btnh_about.gif);
}
#content ul#nav li a.sponsors {
	background: url(img/navigation_btn_sponsors.gif);
	width: 99px;
}
#content ul#nav li a.sponsors:hover {
	background: url(img/navigation_btnh_sponsors.gif);
}
#content ul#nav li a.impressum {
	background: url(img/navigation_btn_impressum.gif);
	width: 108px;
}
#content ul#nav li a.impressum:hover {
	background: url(img/navigation_btnh_impressum.gif);
}
/* __________________ LINKE SEITE  __________________ */
.spacer {
	background: #FFFFFF;
	height: 2px;
	width: 795px;
	margin-left:3px;
	font:1px tahoma;
}
#contents {
	width: 799px;
}
#contents #left, #contents #right, #contents #mid {
	float:left;
}
#contents #left {
	width:204px;
	margin: 0px;
}
#contents #left ul.box {
	margin: 0px;
	list-style: none;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#contents #left ul.box li.head {
	height: 22px;
	width: 197px;
	list-style: none;
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
}
#contents #left ul.box li.head b {
	display:none;
}
#contents #left ul.box li.inhalt {
	font: bold 10px tahoma;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
#contents #left ul.box li.matches_c table tr td {
	font: bold 10px tahoma;
	color: #FFFFFF;
	text-decoration: none;
}
#contents #left ul.box li.matches_c table tr {
	background: url(img/lmatches_borderbottom.gif) bottom left repeat-x;
	height: 25px;
	cursor: pointer;
}
#contents #left ul.box li.matches {
	background: url(img/left_head_latestmatches.gif);
	border-top: 0px;
}
#contents #left ul.box li.voting {
	background: url(img/left_head_voting.gif);
}
#contents #left ul.box li.ad {
	background: url(img/left_head_advertising.gif);
}
#contents #left ul.box li.ad_c {
	text-align:center;
	padding-top:6px;
}
/* __________________ MITTELTEIL  __________________ */
#contents #mid {
	width: 390px;
	margin: 0px;
}
/* __________________ RECHTE SEITE  __________________ */
#contents #right {
	width: 205px;
	margin: 0px;
	color:#FFFFFF;
}
#contents #right ul.box {
	margin: 0px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#contents #right ul.box li.head {
	height: 22px;
	width: 197px;
	list-style: none;
	border-bottom: 1px #FFFFFF solid;
	border-top: 1px #FFFFFF solid;
}
#contents #right ul.box li.head b {
	display:none;
}
#contents #right ul.box li.inhalt {
	font: bold 10px tahoma;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
}
#contents #right ul.box li.login {
	background: url(img/right_head_login.gif);
	border-top: 0px;
}
#contents #right ul.box li.sponsors {
	background: url(img/right_head_sponsors.gif);
}
/* __________________ FOOTER  __________________ */
#footer {
	width: 799px;
	height: 80px;
	background: url(img/footer.gif);
}
#bottom {
	bottom:0px;
	height:25px;
	width:100%;
	background:#000000;
	margin-top:3px;
}
