/* LAYOUT */

* {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	background: #FFFFFF url(images/grass.jpg) repeat fixed;
	color: #363535;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}

#wrapper {
	border-bottom: 1px solid #336600;
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/bg_weiss.gif);
	background-repeat: repeat-y;
	background-position: 0% 0%;
}

#header {
	width: 950px;
	height: 133px;
	background-image: url(images/bg_header_2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

#header h1 { color: #eee8aa;; font: 35px/35px georgia, times new roman, times, serif; letter-spacing: 2px; padding: 20px 0 0 130px; }

#leftcolumn {
	display: inline;
	width: 180px;
	float: left;
}

#maincolumn {
	float: right;
	width: 730px;
	display: inline;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0;
	background-repeat: no-repeat;
	background-position: right top;
}

#maincolumn p { padding-bottom: 15px; }

#footer {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px 0 15px 0;
	height: 30px;
	text-align: center;
}

#footer a { background-image: none; padding: 0; color: #e5f5e5; text-decoration: underline; outline: none; }

#footer a:hover { color: #eee8aa; text-decoration: underline; }

.clear {
	clear: both;
	background: none;
}

/* NAVIGATION TOP */

#navtop ul {
	padding: 0;
	background: #336600 url(images/bg_navigation.gif) no-repeat;
	float: right;
	width: 945px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
}

* html #navtop ul { width: 100%; }

#navtop ul li { display: inline; }

#navtop ul li a {
	background-image: none;
	padding: 3px 10px 3px 20px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
	outline: none;
}

#navtop ul li a:hover { color: #eee8aa; text-decoration: underline; }

#navigation {
	width: 180px;
	line-height: normal;
	
}

/* NAVIGATION LEFT */

/* SITE STYLES */

#maincolumn h1 {
	letter-spacing: 2px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0% 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 42px;
}

#maincolumn h2, #maincolumn h3 {
	background-color: #FFFFFF;
	letter-spacing: 2px;
	border-top: 1px solid #363636;
	border-bottom: 1px solid #363636;
	margin-bottom: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

#maincolumn h4, #maincolumn h5, #maincolumn h6 { font: bold 11px/18px verdana, arial, helvetica, sans-serif; letter-spacing: 2px; text-transform: uppercase; }

a, a:link, a:active, a:visited {
	color: #363535;
	font-weight: bold;
	outline: none;
	padding-left: 0px;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

div.news { background: url(images/h2_line.gif) repeat-x 0% 15px; text-align: center; }

div.news p { text-align: left; }

div.news a, div.news a:link, div.news a:active, div.news a:visited { background: url(images/page.gif) no-repeat 0% 0%; color: #363636; padding: 0 0 5px 21px; }

div.news a:hover { color: #999; text-decoration: none; }

div.news strong { color: #336600; font: normal 16px/32px georgia, times new roman, times, serif; letter-spacing: 2px; background-color: #fff; padding: 0 5px 0 5px; }

div.tableleft { font-size: 10px; margin: 10px 0 10px 10px; }

div.tableleft table { border: 1px solid #336600; margin-top: 5px; }

div.tableleft td { padding: 0 0 0 2px; }

div.tableleft .yourteam { background-color: #039A01; color: #fff; }

div.tableleft .otherteam { background-color: #fff; }

#leftcolumn h3 { font: bold 11px/18px verdana,arial, helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2px; margin: 10px 0 10px 0; }

#leftcolumn h4 { background: url(images/ball.gif) no-repeat left 6px; margin: 10px 5px 0 0; font: bold 11px/18px verdana,arial, helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2px; text-align: right; border-top: 1px solid #336600; padding-top: 5px; }

