* {
	margin: 0;
	padding: 0;
}

html { 
	top: 0; left: 0; right: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin-bottom: 0.1em;
	overflow-y: scroll; 
}

body { 
	position: absolute;
	top: 0; left: 0; right: 0;
	min-height: 100%;
	width: 100%;
	background: #000 url('../images/page_back.jpg') top center fixed;
	font: 62.5% Arial, Verdana, sans-serif;
	color: #ddd;
	text-align: center;
}

#content_container {
	width: 100%;
	padding: 225px 0 25px;
	z-index: 1;
}

#content {
	width: 970px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 1;
}

#header_container {
	position: fixed;
	top:0; left:0; right:0;
	width: 100%;
	height: 225px;
	z-index: 2000;
}

#header	{
	position: relative;
	top:0; left:0; right:0; bottom:0;
	height: 100%;
	width: 970px;
	margin: 0 auto;
	text-align: left;
	z-index: 2000;
}

#footer_container {
	position: fixed;
	bottom:0; left:0; right:0;
	width: 100%;
	height: 25px;
	background: url('../images/footer_back.jpg') no-repeat top center;
	z-index: 2000;
}

#footer {
	position: relative;
	top:0; left:0; right:0; bottom:0;
	width: 970px;
	margin: 0 auto;
	z-index: 2000;
}


/* Fuer IE */

* html, * html body {
	overflow: hidden;
	bottom: 0;
	height: 100%;
}

* html #header_container, * html #footer_container {
	position: absolute;
	width: 100%;
	padding-right: 16px;
}

* html #header,* html #footer {
	height: 100%;
	position: static;
}

* html #content_container {
	position: absolute;
	top:0; bottom:0; left:0; right:0;
	height: 100%;
	width: 100%;
	overflow: auto;
}


/* Wieder fuer alle */

p {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 1.3em;
}

ul li {
	font-size: 1.3em;
	font-weight: normal;
}

img {
	margin: 0;
	padding: 0;
	border: none;
}

#navigation {
	width: 800px;
	height: 15px;
	bottom: 25px;
	left: 185px;
	position: absolute;
}

#l_col {
	width: 185px;
	margin: 0 10px 0 15px;
	float: left;
}

#r_col {
	width: 185px;
	margin-left: 5px;
	float: left;
}


/* Center Column */

#c_col {
	width: 550px;
	margin-bottom: 50px;
	float: left;
}

#c_col h2 {
	font-size: 1.8em;
	color: #206816;
	margin: 9px 0 13px;
}

#c_col h3 {
	font-size: 1.5em;
	color: #000;
	margin: 0 0 15px;
	padding-bottom: 2px;
	border-bottom: 1px solid #999; 
}

#c_col h4 {
	font-size: 1.4em;
	color: #000;
	margin: 0 0 15px
}

#c_col a {
	color: #000;
}

#c_col img {
	margin-bottom: 10px;
}

#c_col img.alignleft, #c_col img[align="left"] {
	margin-right: 10px;
	float: left;
}

a.anchor {
	margin-top: -225px;
	padding-top: 225px;
	display: block;
}

.m_image {
	margin-right: 10px;
	float: left;
}

.m_text {
	height: 266px;
}


/* Gruene Boxen */

.boxitem {
	width: 185px;
	margin: 0;
	padding: 0;
}

.box_title {
	height: 40px;
	background: url('../images/box_head.jpg') no-repeat;
}

.box_title h2 {
	margin: 0;
	padding: 10px 0 0 42px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}

.box_content {
	background: url('../images/box_back.jpg') repeat-y;
	padding: 0 15px;
	overflow: hidden;
}

.sponsorbox_content {
	background: url('../images/box_back.jpg') repeat-y;
	padding-left: 15px;
	overflow: hidden;
}

.box_content p {
	font-size: 1.2em;
	color: #206816;
	margin-bottom: 15px;
}

.box_content ul li {
	margin-left: 15px;
	margin-bottom: 10px;
	font-size: 1.2em;
	color: #206816;
}

.box_content a {
	color: #206816;
}

.box_content li a {
	text-decoration: none;
}

.box_bottom {
	height: 5px;
	background: url('../images/box_bottom.jpg') no-repeat;
	margin-bottom: 5px;
	clear: both;
}

img.sponsoren {
	margin: 0 10px 10px 0;
	float: left;
}

/* Navigation oben */

ul.menu li {
	float: left;
	margin: 0 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #bbb;
	list-style: none;
	display: inline;
}

ul.menu li a {
	position: relative;
	color: #555;
	text-decoration: none;	
}
	
ul.menu li a:hover {
	color: #000;
	text-decoration: underline;	
}

ul.menu li.active a {
	color: #000;
	text-decoration: underline;	
}

.loginbutton {
	position: absolute;
	right: 25px;
}

.thumbnail {
	width: 100px;
	height: 130px;
	margin: 0 10px 10px 0;
	background: url('../images/thumbnail_back.jpg') no-repeat top center;
	text-align: center;
	float: left;
}


/* Fusszeile */

.bottom_addr {
	font-size: 1.1em;
	font-weight: bold;
	color: #7da871;
	text-align: right;
	padding: 9px 20px 0 0;
}

.bottom_addr a {
	color: #7da871;
	text-decoration: none;
}

.bottom_menu {
	font-size: 1.1em;
	font-weight: bold;
	color: #7da871;
	text-align: left;
	padding: 9px 0 0 20px;
	float: left;
}

.bottom_menu a {
	color: #7da871;
	text-decoration: none;
}


/* Galerie Thumbnails */

.thumbnail p {
	width: 80px;
	margin: 0 10px;
	font-size: 1.1em;
	color: #000;
	overflow: hidden;
}

.thumbnail img {
	margin: 10px 10px 5px !important;
}

.clear {
	clear: both;
}

.back {
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #206816;
	padding-right: 10px;
}

.back a {
	color: #206816 !important;
}


/* Tabellen */

table {
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0 0 15px 0;
}

td {
	font-size: 1.3em;
	color: #000;
}

table.spielplan {
	width: 100%;
	background-color: #206816;
}

.spielplan td {
	height: 30px;
	padding: 3px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.sp_head {
	height: 15px;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

td.sp_head_tl {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/spielplan/table_tl.jpg') no-repeat top left;
	color: #fff;
	font-weight: bold;
}

td.sp_head_tr {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/spielplan/table_tr.jpg') no-repeat top right;
	color: #fff;
	font-weight: bold;
}

td.sp_bottom {
	height: 15px;
	font-size: 1.1em;
	background-color: #206816;
	color: #fff;
	font-weight: bold;
}

td.sp_bottom_bl {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/spielplan/table_bl.jpg') no-repeat bottom left;
	color: #fff;
	font-weight: bold;
}

td.sp_bottom_br {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/spielplan/table_br.jpg') no-repeat bottom right;
	color: #fff;
	font-weight: bold;
}

td.sp_heim {
	background-color: #fff;
}

td.sp_ausw {
	background-color: #e7e7e7;
}

td.sp_freund {
	background-color: #669933;
}

td.sp_pokal {
	background-color: #ffcc66;
}

td.sp_turnier {
	background-color: #ff3333;
}

table.vorstand {
	width: 100%;
	background-color: #206816;
}

.vorstand td {
	height: 20px;
	padding: 3px 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

td.vs_head {
	height: 15px;
	font-size: 1.1em;
	color: #fff;
	font-weight: bold;
}

td.vs_head_tl {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/ueber/table_tl.jpg') no-repeat top left;
	color: #fff;
	font-weight: bold;
}

td.vs_head_tr {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/ueber/table_tr.jpg') no-repeat top right;
	color: #fff;
	font-weight: bold;
}

td.vs_bottom {
	height: 15px;
	font-size: 1.1em;
	background-color: #206816;
	color: #fff;
	font-weight: bold;
}

td.vs_bottom_bl {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/ueber/table_bl.jpg') no-repeat bottom left;
	color: #fff;
	font-weight: bold;
}

td.vs_bottom_br {
	height: 15px;
	font-size: 1.1em;
	background: url('../images/ueber/table_br.jpg') no-repeat bottom right;
	color: #fff;
	font-weight: bold;
}

td.vs1 {
	background-color: #e7e7e7;
}

td.vs0 {
	background-color: #fff;
}

td.contact {
	font-size: 1.1em;
	vertical-align: top;
}


/* Formulare */

.input {
	width: 49%;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #000;
	margin: 2px 0 10px;
	padding: 2px;
}
	
.textarea {
	width: 99%;
	border: 1px solid #ddd;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.3em;
	color: #000;
	margin-top: 2px;
	padding: 2px;
	}
	
.button {
	margin-right: 5px;
}
