html, body { 
height: 100%; 
}

body {
	padding: 0;
	margin: 0px;
	background-color: #00518f;
	color: #c0c0c0;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a, a:visited, a:hover {
	text-decoration: none;
	color: #bb5e5e;
	font-weight: bold;
}

p, h1, h2, h3, h4, h5 { margin: 0; color: #ffffff;}

h1 {
	font-weight: bold;
	font-size: 20px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
}

h3 {
	font-weight: bold;
	font-size: 16px;
}

h4 {
	font-size: 14px;
	text-decoration: underline;
}

h5 {
	font-size: 12px;
	text-decoration: underline;
}

div.flasher h1,
div.flasher h2,
div.flasher h3,
div.flasher h4,
div.flasher h5 {
	color: #0d3d91;
}

p {
	font-size: 11px;
	color: #c0c0c0;
	line-height: 17px;
}

li {
	line-height: 18px;
}

img { border: 0px; }

table {
	width: 100%;
	border-spacing: 0px;
}

th { background-color: #00335b; }

td {
	border-top: 1px solid #00477d;
	font-size: 11px;
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
}

font {
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif, sans;
	font-size: 9pt;
}

td.center { text-align: center; }
tr { background-color: #003e6e; }
tr:hover { background-color: #00477d; }

/* Page Layout Elements */

#container {
	position: absolute;
	margin:0;
	width: 965px;
	background: url('../img/site/bg_main.png') repeat-y;
	/*height: 100%;*/
	height: auto !important;
	min-height: 100%;
	z-index: 1;
}

#header {
	width: 949px;
	height: 100px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #730000;
	z-index: 2;
}

#navigation {
	width: 949px;
	height: 22px;
	background: url('../img/site/bg_navi.png') repeat-x;
	border-bottom: 1px solid #3e0000;
	z-index: 2;
}

#content {
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	margin-top: 30px;
	width: 679px;
	z-index: 2;
}

#content_news {
	float: left;
	margin-top: 30px;
	width: 719px;
	z-index: 2;
}

#sidebar {
	float: left;
	width: 190px;
	margin-top: 10px;
	margin-left: 20px;
	z-index: 2;
}

#logo_fac{
	position: absolute;
	background: url('../img/site/logo_fac_bg.png') no-repeat;
	width: 110px;
	height: 110px;
	margin-top: 7px;
	margin-left: 7px;
	z-index: 3;
}

#logo_tfw {
	position: absolute;
	background: url('../img/site/logo_tfw_bg.png') no-repeat;
	width: 180px;
	height: 60px;
	margin-top: 20px;
	margin-left: 743px;
	z-index: 3;
}

#banners_top {
	position: absolute;
	margin-left: 130px;
	margin-top: 0px;
	height: 100px;
	z-index: 3;
}

#footer {
	width: 665px;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-top: 2px;
	border-top: 1px solid #c0c0c0;
	font-size: 7pt;
	color: #c0c0c0;
}

#footer_news {
	width: 685px;
	margin-top: 50px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 2px;
	border-top: 1px solid #c0c0c0;
	font-size: 7pt;
	color: #c0c0c0;
}

#footer_filler {
	margin-bottom: 0px;
	width: 100%;
	height: 1px;
	clear: none;
}

/* Inner Page Elements */
#navigation_content { padding-left: 120px; }

#navigation_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation_content li {
	float: left;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	height: 18px;
	font-size: 7pt;
	background: url('../img/site/bg_navi_element.png') no-repeat right top;
	line-height: 15px;
}

#navigation_content li:hover { text-decoration: underline; }

#navigation_content a, 
#navigation_content a:hover, 
#navigation_content a:visited {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}


#footer a,
#footer a:hover,
#footer a:visited { color: #808080; }
#footer_stats { float: left; }
#footer_copyright { float: right; }

div.news_top_container_left {
	width: 180px;
	float: left;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 0px;

}

div.news_top_container_right {
	margin-top: 0px;
	float: left;
	width: 500px;

	margin-left: 10px;
}

p.news_date {
	font-size: 9px;
	color: #c0c0c0;
}

p.news_content {
	text-align: justify;
	font-size: 11px;
	color: #c0c0c0;
}

div.news_container {
	margin-bottom: 30px;
}

p.content_footer_left { float: left; }
p.content_footer_right { float: right; }

h1.news_title {
	font-size: 13px;
	font-weight: bold;
	padding: 1px;
	padding-left: 0px;
}

p.result_win,
p.result_draw,
p.result_loose { font-weight: bold; font-size: 10px;}
p.result_win { color: #1bbc39; }
p.result_draw { color: #bcb31b; }
p.result_loose { color: #a93939; }

table.results {
	width: 400px;
	margin: 30px auto;
}

h1.results_title { text-align: center;}
h1.results_sponsors { margin-bottom: 20px; text-align: center;}
td.results_head {
	font-weight: bold;
	text-align: left;
	padding-right: 2px;
	width: 1%;

}

td.results_head_top {
		font-weight: bold;
	text-align: left;
	padding-right: 2px;
	width: 1%;
	vertical-align: top;
}

tr.results_row hr {
	width: 60px;
	height: 1px;
	color: #c0c0c0;
	margin-left: 0px;
}

tr.results_row:hover { background-color: #003e6e; }

img.team, img.player {
	margin-top: 10px;
	padding: 5px;
	/*background-color: #00599c;*/
}

h2.teamview {
	margin-top: 20px;
}

#content_player_img { float:left; }
#content_player_facts { float:left; }

table.player {
	margin-left: 30px;
	margin-top: 10px;
	width: 300px;
}

p.sponsor { padding: 3px; }

td.sponsor {
	text-align: center;
	width: 200px;
	padding: 10px;
}	

td.sponsor:hover { background-color: #00477d; }

table.calendar {
	margin-top: 10px;
	margin-bottom: 30px;
}

table.calendar_detail {
	margin: auto;
	width: 400px;
}

iframe.sidebar {
	border: 0px;
	width: 170px;
	height: 350px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}

/*eingefuegt von Gustav Freudmann auf Wunsch von Herrn Eigl */

iframe.sidebar_bigbutton {
	border: 0px;
	width: 120px;
	height: 120px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}

#sidebar_content_element {
	text-align: center;
	margin-top: 20px;
}

#sidebar_content_element_footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

p.infoMessage {
	text-align: center;
	font-weight: bold;
	margin: 5px;
}

div.errorMessage {
	color: #bc1b1b;
	font-weight: bold;
}

/* admin styles */
p.admin { margin: 10px; }

table.admin {
	margin: 30px auto;
	border-spacing: 1px;
	width: 500px;
}

td.admin {
	border-top: 0px;
	vertical-align: top;
}

tr.admin:hover { background-color: #003e6e; }

/* Forms */
input, textarea, select {
	color: #ffffff;
	background-color: #00477d;
	border: 1px solid #ffffff;
	padding: 2px;
	margin: 2px;
	font-size: 8pt;
}
.mceEditorArea {
    font-family: "MS Sans Serif";
    background: #c0c0c0;
}
/* ank */
div.flasher {
	margin-top: 20px;
	margin-left: 5px;
	width: 172px;
	background-color: #dddddd;
	border: 2px solid #ffffff;
	padding: 2px;
	color: black;
}

div.flasher p {
	color: black;
}

/* tinymce rules */
body.mceContentBody {
	background-color: #00477d;
}

.mceContentBody select {
	color: black;
}

#small-table table  td{
	font-size: 8pt;
}
