* {
	margin: 0px;
	padding: 0px;
}
html, body {
	height: 100%; /* Required */
}

body {
	color: #333;
	font-size: 13px;
	font-family: Arial, Helvetica;
	background: #670001 url(images/bg_red.gif) repeat-x;
}

#container-page {
	width: 760px;  /* control the width here */
	margin: 0 auto;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background-color: #F0F0F0;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/* CONTENT */
div.mainbg {
	/* see body style css */
	margin-bottom: 30px;
	background: #f0f0f0;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

div#header {
	position: relative;
	height: 198px;
	color: #fff;
	background: #fff url(images/header_bg.jpg) repeat-x;
}

#logo {
	/* see primary style css */
	position: absolute;
	top: 140px;
	left: 20px;
	display: block;
	width: 500px;
	height: 57px;
	border: 0;
	background: url(images/logo.png) no-repeat;
}

div#content {
	font-family:Trebuchet MS;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding: 5px;
	margin-bottom: 20px;
}
#content p {
	margin-bottom: 10px;
}

h1 {
	font-weight: bold; 
	font-size: 16pt;
	padding-top: 6px;
}

h2 {
	font-weight: bold; 
	font-size: 14pt;
	padding-bottom: 6px;
}

div#footer {
	/* see body style css */
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #f0f0f0;
	background: #ccc;
}

/* CONTENT END */

/* NAVIGATION */

#nav {
	font-family:Arial Narrow,Helvetica,sans-serif;
	top: 0;
	height: 28px;
	width: 100%;
	background: url(images/topmenu_bg.png) repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}

#nav a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: url(images/topmenu_sep.png) 100% 0 no-repeat;
	font-weight: normal;
	font-size: 95%;
	font-weight: bold;
	
}

#nav a:link,
#nav a:visited {
	color: #333;
}

#nav a:hover {
	color: #000;
}
/* END NAVIGATION */

/* FOOTER */
#container-footer {
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #666666;
}

#container-footer  a{
	color: #DDD;
}

/* FOOTER END */

.leftimage {
	padding: 3px;
	float: left;
}

.rightimage {
	padding: 3px;
	float: right;
}
#content li {
	margin-left: 30px;

}
.t1 {
	
}

#spieltermine {
	border: #000000 1px solid;
	margin-bottom: 30px;
}

#spieltermine tr td {
	border-bottom: 1px solid #666666;
	padding: 2px;
}

#spieltermine th {
	background-color: #333333;
	color: #FFFFFF;
}

.fotos_spieler a {
	text-decoration: none;
	color: #333333;
}
