/*----------------------------------------------------------------------------
	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: 736px;
}

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

#main_container {
    clear: both;
    padding: 0;
    margin: 20px 12px 0px 20px;
}

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

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 675px;
    overflow: hidden;
}

#content_container {
    line-height: 1.4;
    width: 670px;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.4;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

html>body #content_container {
    width: 670px;
}

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

#header {
    position: relative;
    padding: 0;
    margin: 0;
    width: 736px;
    height: 218px;
}

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

#key_visual {
    position: absolute;
    top: 32px;
    left: 4px;
    width: 727px;
    height: 186px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 220px;
    height: 65px;
    position: absolute;
    top: 54px;
    left: 4px;
    z-index: 1;
}

/*--- wave -----------------------------------------------------------------*/

#extra_div1 {
    display: block;
    width: 100%;
    position: absolute;
    top: 17px;
    left: 0px;
}

#extra_div1 span {
    display: block;
    width: 729px;
    height: 38px;
    margin: 0px auto 0px auto;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
    position: relative;
    padding-left: 6px;
    height: 70px;
    width: 674px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

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

#main_nav_container {
    overflow: hidden;
    width: 727px;
    margin: 0 0 0 4px;
    text-align: center;
}

#main_nav_list {
    margin: 0 0 0 12px;
    padding: 0;
    list-style-type: none;
}

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

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

#main_nav_list a {
    white-space: nowrap;
}

#main_nav_list a.main_nav_item {
    white-space: nowrap;
    display: block;
    float: left;
    background: transparent;
    margin: 0;
    padding: 5px 12px 3px 24px;
    height: 33px;
    line-height: 22px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 25px;
}

#main_nav_list a.main_nav_active_item {
    white-space: nowrap;
    display: block;
    float: left;
    background: transparent;
    margin: 0;
    padding: 5px 12px 3px 24px;
    height: 33px;
    line-height: 22px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 25px;
}

html>body #main_nav_list a.main_nav_item {
    height: 25px;
}

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

.sub_nav_container {
    overflow: hidden;
    clear: both;
    text-align: center;
    width: 727px;
    padding: 0 15px 0 0;
    margin: 0 0 0 4px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 712px;
}

html>body .sub_nav_container {
    width: 712px;
}

.sub_nav_list {
    position: relative;
    margin: 1px 0 0 12px;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    width: 105px;
    float: left;
    margin: 0;
    padding: 0;
}

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

.sub_nav_list a {
    white-space: nowrap;
}

.sub_nav_list a.sub_nav_item {
    padding: 3px 0px 2px 0px;
    display: block;
    float: left;
    height: 31px;
    width: 105px;
    line-height: 22px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

.sub_nav_list a.sub_nav_active_item {
    padding: 3px 0px 2px 0px;
    display: block;
    float: left;
    height: 31px;
    width: 105px;
    line-height: 22px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 26px;
}

html>body .sub_nav_list a {
    height: 26px;
    width: 105px;
}

/*--- content --------------------------------------------------------------*/

#content_container table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

#content_container tr.odd {
    font-size: 10px;
}

#content_container tr.even {
    font-size: 10px;
}

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

#footer {
    margin: 0;
    padding: 0;
    width: 736px;
    height: 56px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
}

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

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

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

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

#content_container p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.4;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

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

/*--- 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;
}

/*--- lists ----------------------------------------------------------------*/

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

