/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG


	----------------------------------------------------------------------
	Modified and extended by Barti Bartman for the Sports-Template

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

 ----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

/*-- global container ------------------------------------------------------*/

#container {
    position: relative;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    width: 775px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    padding: 0px;
    margin: 0px;
}

#layout_table {
    border-collapse: collapse;
}

#sub_nav_column {
    vertical-align: top;
}

#content_column {
    vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#content_container {
    margin-left: 27px;
	margin-right: 25px;
	margin-top: -8px;
    line-height: 1.4;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 17px 0 0 0;
    margin: 0;
    background-position: top left;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    clear: both;
    margin: 0 0 0 20px;
    width: 735px;
    height: 180px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    position: relative;
    left: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 735px;
}

#main_nav_list {
    margin: 1px 5px 0 10px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 32px;
}

#main_nav_list a {
    white-space: nowrap;
    background: transparent;
    margin: 0;
    padding: 3px 19px 3px 17px;
    display: block;
    float: left;
    line-height: 22px;
    text-align: center;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

html>body #main_nav_list a {
    height: 26px;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 10px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    z-index: 1;
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: -1px 0px -1px 0px;
	padding: 5px;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    line-height: 24px;
    background-repeat: repeat-y !important;
    width: 172px;
    overflow: hidden;
    padding: 0px 25px 0px 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 130px;
}

html>body .sub_nav_list a {
    width: 130px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 10px 0 0 0;
    padding: 0;
    width: 775px;
    height: 65px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
}

/*--- tables ---------------------------------------------------------------*/

.content table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

.content tr.odd {
    font-size: 90%;
}

.content tr.even {
    font-size: 90%;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.content input {
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    border-style: solid;
    border-width: 1px;
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:active {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:link {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:visited {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h1 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h2 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container h3 {
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
}

#content_container, #content_container p {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content_table, .content_table_center, .ssi_table
{
    margin: 0;
    width: 700px;
    line-height: 1.4;
}
.content_table td, .ssi_table td
{
	border-bottom: solid 1px;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
}
.content_table_center td
{
	border-bottom: solid 1px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
.tor
{
	background-color: #DDFFCC;
}
.verteidigung
{
	background-color: #FFFFCC;
}
.libero
{
	background-color: #FFFFCC;
}
.mittelfeld
{
	background-color: #E5EEFF;
}
.sturm
{
	background-color: #FFCCCC;
}
.tor_icon
{
	background: url(../images/t.gif) no-repeat;
	background-color: #DDFFCC;
}
.verteidigung_icon
{
	background: url(../images/v.gif) no-repeat;
	background-color: #FFFFCC;
}
.libero_icon
{
	background: url(../images/vl.gif) no-repeat;
	background-color: #FFFFCC;
}
.mittelfeld_icon
{
	background: url(../images/m.gif) no-repeat;
	background-color: #E5EEFF;
}
.sturm_icon
{
	background: url(../images/s.gif) no-repeat;
	background-color: #FFCCCC;
}
.grau
{
	background-color: #CCCCCC;
}
.hellgrau
{
	background-color: #DDDDDD;
}
.win
{
	color: #11AA22;
	font-weight: bold;
}
.duece
{
	color: #1122FF;
	font-weight: bold;
}
.loss
{
	color: #FF2211;
	font-weight: bold;
}
.tbl_header
{
	background-color: #DDFFCC;
	font-weight: bold;
}
.tbl_header td
{
	text-align: center;
}
.tbl_line td
{
	text-align: right;
	padding-left: 10px;
}
.bold
{
	font-weight: bold;
}