body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #FCFCFE;
	width: 970px;
   	margin-left: auto;
   	margin-right: auto;
}

/* GENERAL  ------------------------------------------------------------------------ */

#container {
	float: left;
	width: 970px;
}

.clear_floats {
    clear: both;
}

a {
    color: #1432C8;
    text-decoration: none;
} 

a:hover{
    color: #C90000;
}

.selected a {
    color: #C90000;
}

/* HEADER -------------------------------------------------------------------------- */

#header {
    display: block;
    width: 970px;
    height: 146px;
    background-image: url("images/header.jpg");
    background-repeat: no-repeat;
    background-color: #D1D1D1;
}

#content_title {
    font-size: 24px;
    font-weight: bold;
    font-family: "Bauhaus Md BT", Arial, Verdana, Helvetica, sans-serif;
    color: #505050;
    padding-top: 40px;
    padding-left: 40px;
    width: 920px;
    text-align: left;
    vertical-align: bottom;
}

#site_title {
    height: 75px;
    width: 960px;
    line-height: 75px;
    text-align: right;
    vertical-align: bottom;
    background-image: url("images/site_title.gif");
    background-position: right;
    background-repeat: no-repeat;
}

/* NAVIGATION ---------------------------------------------------------------------- */

#navbar {
    width: 968px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

#navbar div {
    width: 100px;
    line-height: 30px;
    text-align: center;
    float: left;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

/* SUBNAVIGATION ------------------------------------------------------------------- */

#subnavbar {
    width: 758px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
}

#subnavbar div {
    width: 100px;
    float: left;
}

/*
#subnavbar {
	padding: 0px 28px 0px 28px;
	margin: 0px 25px 0px 25px;
	width: 668px;
	min-height: 3px;
	height: auto !important;
	height: 2px;
 	background-color: #f5f5f5;
 	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-family: arial, sans-serif;
	font-size: 11px;
}
#subnavbar ul {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	list-style: none;
}
#subnavbar ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}
#subnavbar ul li a, #subnavbar ul li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #555555;
}
#subnavbar ul li a:hover, #subnavbar ul li a.active {
	text-decoration: underline;
}
*/

/* CONTENT ------------------------------------------------------------------------- */

#content_wrapper {
    width: 968px;
    min-height: 400px;
    background-image: url("images/content_background.jpg");
    background-repeat: repeat-x;
    background-color: #E6E6E6;
    border-left: 1px #808080 solid;
    border-right: 1px #808080 solid;
}

#content_left {
    display: block;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 10px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    min-height: 360px;
}

#content {
    float: left;
    font-size: 14px;
    min-height: 360px;
    width: 758px;
    color: #404040;
    text-align: left;
}

#content h1 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    color: #C90000;
    border-bottom: 11px #BDBDBE solid;
    line-height: 25px;
}

#content h2 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #1432C8;
    line-height: 17px;
}

#content h3 {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
}

#content td {
    font-size: 14px;
    line-height: 20px;
}

#content_text {
	line-height: 18px;
	padding-right: 20px;
}

#content_text hr {
    border: 1px solid #808080;
    width: 90%;
    color: #404040;
    line-height: 17px;
}

#content_text input {
	padding: 2px 1px 2px 3px;
	background-color: #f5f5f5;
	border: 1px solid #666666;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
}

#content_text select, #content_text textarea {
	background-color: #f5f5f5;
	border: 1px solid #666666;
}

#content_text input { /* Funktioniert nicht bis IE 6.0 */
	background-color: #FFFFFF;
}

#content_text input[type="submit"] { /* Funktioniert nicht bis IE 6.0 */
    width: 100px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    background-image: url("images/button_background.png");
    border: 1px #808080 solid;
    font-weight: bold;
    margin-right: 5px;
}

#content_text input[type="reset"] { /* Funktioniert nicht bis IE 6.0 */
	height: 20px;
	background-image: url('images/input_reset_bg.gif');
	background-repeat: repeat-x;
	border: 0px;
	color: #ffffff;    
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
}

#content_text select {
    background-color: #FFFFFF;
}

.teaser_text {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    color: #404040;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    float: left;
    width: 90%;
}

.teaser_image {
    font-family: Arial,Verdana,Helvetica,sans-serif;
    color: #404040;
    line-height: 18px;
    float: right;
}

/* FOOOTER ------------------------------------------------------------------------- */

#footer {
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    vertical-align: middle;
    border-bottom: 1px #808080 solid;
    background-color: #E6E6E6;
}
    
#copyright {
    font-size: 9px;
    font-weight: normal;
    color: #808080;
}

/* SIDEBAR ------------------------------------------------------------------------- */

#sidebar {
    display: block;
    width: 200px;
    height: 200px;
    float: right;
    margin-right: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    min-height: 390px;
}

#logo {
    width: 200px;
    height: 250px;
    background-image: url("images/logo.gif");
    background-repeat: no-repeat;
}

#lettner {
    width: 200px;
    height: 250px;
}


/* CUSTOM ------------------------------------------------------------------------- */


.news_list {
    width: 100%;
    text-align: left;
}

.news_list th {
    line-height: 22px;
    border-bottom: 2px #808080 solid;
}

.news_list td {
    line-height: 22px;
    border-bottom: 1px #808080 solid;
}

.news_list td.no_border {
    border: none
}

.big_result {
    font-size: 28px;
    font-weight: bold;
    color: #1432C8;
}

.news_list td.left {
    text-align: left;
}




.tflw_default_table {
    width: 100%;
    text-align: center;
}

.tflw_default_table th {
    line-height: 22px;
    border-bottom: 2px #808080 solid;
}

.tflw_default_table td {
    line-height: 22px;
    border-bottom: 1px #808080 solid;
}

.tflw_default_table td.no_border {
    border: none
}

.big_result {
    font-size: 28px;
    font-weight: bold;
    color: #1432C8;
}

.tflw_default_table td.left {
    text-align: left;
}

.small_text {
    font-size: 12px;
}

.match_details_results {
    vertical-align: middle;
}

input[type="submit"] {
    display: inline;
    width: 100px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px #808080 solid;
    font-weight: bold;
    margin-right: 5px;
}

.not_confirmed {
    font-weight: bold;
    color: #FF0000;
}

.team_logo_small {
    width: 40px;
}

.red {
    color: #FF0000;
}

.tflw_default_table .result_break {
    border-bottom: 2px #808080 solid;
}

.tflw_default_table td.blueTableBackground {
    font-weight: bold;
    color: #1432C8;
}

.tflw_default_table tr.greyTableBackground {
    background-color: #DDDDDD;
}

.tflw_default_table tr.greenTableBackground {
    position: relative;
    background-color: #DDFFDD;
}

.entrydetails {
    font-style: italic;
}
