/* CSS Document */
/* © 2008, Richard Gehrig */


/* neutralizing browsers built-in stylesheets, http://developer.yahoo.com/yui/reset/ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse:collapse;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}

abbr, acronym {
	border: 0;
}

/* global classes */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-color: #000000;
	background-image: url(../images/global/bg.jpg);
	background-repeat: repeat-x;
}

#main {
	position: absolute;
	left: 50%;
	width: 940px;
	margin-left: -470px;
	top: 8px;
	background-color: #FFFFFF;
}

#header {
	height: 164px;
}

#navigation {
	height: 31px;
	background-image: url(../images/global/line-navi.gif);
	background-repeat: repeat-x;
	color: #011765;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 31px;
	margin-right: 2px;
	margin-bottom: 1px;
	padding-left: 48px;
}

li.mainnavi {
	float: left;
	margin-right: 20px;
	display: block;
}

.mainnavi a:link, .mainnavi a:visited {
	color: #011765; 
	text-decoration: none; 
	float: left;
}

.mainnavi a:hover, .mainnavi a:active {
	color: #da0025; 
	text-decoration: underline; 
	float: left
}

th {
	font-weight:bold;
	height: 25px;
}

a:link, a:visited {
	color: #da0025; 
	text-decoration: underline; 
}

a:hover, a:active {
	color: #011765; 
	text-decoration: underline; 
}

#varcont {
	float: left;
	background-image: url(../images/global/bg-line.gif);
	background-repeat: repeat-y;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 4px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 4px;
}

#lcont {
	width: 624px;
	float: left;
	padding-left: 25px;
	padding-right: 50px;
	margin-bottom: 2px;
	margin-top: 4px;
}

#rcont {
	width: 212px;
	float: left;
	background-color:#e3e8ed;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-right: 3px;
	margin-left: 5px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	background-image: url(../images/global/ping-pong.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 40px;
	padding-top: 4px;
	margin-top: 30px;
}

h2 {
	font-weight: bold;
}

h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #011765;
	font-size: 11px;
	background-image: url(../images/global/star.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	line-height: 18px;
}

h4 {
	font-weight: bold;
	text-transform: uppercase;
	color: #011765;
	font-size: 11px;
	background-image: url(../images/global/starmargin.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	line-height: 18px;
	margin-top: 20px;
	border-top-color: #c3c6d1;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 5px;
}

.news {
	font-size: 11px;
	line-height: 13px;
}

.fett {
	font-weight: bold;
}


hr {
	border: 0px;
	border-bottom:solid 1px #c3c6d1;
	padding: 0px;
	margin: 0px;
}

#content {
	margin-left: 25px;
	margin-bottom: 10px;
}

.teamplayer {
	width: 580px;
	background-color:#dde1e3;
	padding: 5px;
	display: block;
	margin-bottom: 5px;
}

.teaml {
	width: 200px;
	float: left;
}
.teamr {
	width: 350px;
	float: right;
	text-align: right;
}
.player {
	margin-right: 2px;
	margin-bottom: 2px;
}

#footer {
	background-color: #000000;
	font-size: 10px;
	padding-top: 7px;
	color: #FFFFFF;
	float: left;
	width: 938px;
	padding-left: 2px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF; 
	text-decoration: underline; 
}

#footer a:hover, #footer a:active {
	color: #da0025; 
	text-decoration: underline; 
}

