* {
	margin:0;
	padding:0;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #595959;
}
a:active {
	color: #000000;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
	background: #c0c0c0 url(image/background3.png) repeat-y 50% 0;
	color: #333;
	text-align: left;
}

body {
	position:relative;
	min-width:800px;
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
}

#container {
	position: relative;
	width: 800px;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body>#container {
	height:auto; /* corrects height value for non-IE Win */
}

#header {
	position: relative;
	width: 800px;
	height: 140px;
	background-color: #DCD8CF;
	background:url(image/header.png) no-repeat;
}

		#header a{
				font-family: "Tahoma", arial, helvetica, sans-serif;
				font-size:12px;
				font-style:normal;
				text-align:right;
				color: #E6E3DA;
				text-decoration: none;
				padding-right: 30px;
		
		}

body>#content {
	padding:10px 10px 150px;
}

#navi {
	width: 800px;
	height: 33px;
	background: url(image/navi-bg.png) no-repeat;
	background-repeat: no-repeat;
	color: #E6E3DA;
	font-size: 11px;
	
}

	#navi a{
		color: #E6E3DA;
		text-decoration: none;
		padding-left: 20px;
		text-align:left;
		margin-top: 25px;
		line-height: 30px;
	}
	
	#navi a:hover {
		color: #fff;
		text-decoration: none;
		padding-left: 20px;
		background: left no-repeat;
		text-align:left;
	}
	

	#navi form {
		padding-left: 20px;
	}
	
	#navi input {
		border: 1px solid #fff;
		background-color: #095093;
		font-family: "Tahoma", arial, helvetica, sans-serif;
		font-size: 11px;
		line-height:16px;
	}
	
	#navi .small {
		font-size: 9px;
		font-style: italic;
	}
	
	#navi .schrift {
	    font-family: "Tahoma", arial, helvetica, sans-serif;
		font-size: 11px;
		padding-left: 20px;
	}
	

#content {
	float: left;
	width: 590px;
	height: 500px;
	padding: 10px 0 0 0;
	margin-left: 40px;
	margin-right:20px;
	margin-top: 10px;
	margin-bottom: 40px;
}

	#content h1 {
		font-size: 12px;
		color: #2e46fb;
		font-weight: bold;
		margin: 8px 0 3px 0;
	}
	
	#content h2 {
		font-size: 11px;
		color: #000000;
		font-weight: bold;
		margin: 8px 0 3px 0;
	}
	
	#content input {
		border: 1px solid #000000;
		background-color: #DCD8CF;
		font-family: "Tahoma", arial, helvetica, sans-serif;
		font-size: 12px;
		line-height:16px;
	}
	
	#content select { 
	background-color: #DCD8CF;
	border: solid 1px #000000;
	color: #000000;
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
    }
	
	#content a {
	color: #0a4883;
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
	}
	
	#content a:hover {
	color: #0a4883;
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
	text-decoration:underline;
	}

img {
	border: none;
}

#teamstats {
	font-family: "Tahoma", arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-collapse: collapse;
	border-color: #000000;
}
select {
		border: 1px solid #fff;
		background-color: #095093;
		font-family: "Tahoma", arial, helvetica, sans-serif;
		font-size: 11px;
		line-height:16px;
		width:100px;
	}
	
#news_content {
	width: 590px;
	height:auto;
	border:2px;
	border-style: solid;
	border-color:#FFFFFF;
	font-family:Georgia,"Tahoma", arial, helvetica, sans-serif;
	padding-right:20px;
	}
	
#right {
	float: right;
	width: 124px;
	height: 633px;
	margin-left:0px;
	margin-right: 23px;
	margin-bottom:30px;
	background: none;
	text-align:left;
}
    #right a {
		color: #595959;
		text-decoration: none;
	}
	
    #right a:hover {
		color: #333333;
		text-decoration: none;
	}
	
#right1 {
	float: right;
	width: 140px;
	height: 400px;
	margin-left:0px;
	margin-right: 23px;
	background: none;
	text-align:left;
}

#footer {
	position:relative;
	width: 800px;
	height: 18px;
	background: url(image/footer.png) no-repeat;
	background-repeat: no-repeat;
	color: #E6E3DA;
	font-size: 11px;

}




