/*----------------------------------------------------------------------------
	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: center;
    width: 100%;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    clear: both;
    padding: 0;
    margin: 0 auto;
    width: 800px;
    text-align: left;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container2 {
    margin: 0;
    padding: 20px 0 32px 0;
    width: 800px;
}

#content_container {
    overflow: hidden;
    width: 675px;
    margin: 0;
    padding: 0 25px 0 100px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 800px;
    height: 277px;
    top: 0px;
    left: 0px;
}

#bg_bottom {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    margin: 0;
    padding: 0;
    width: 800px;
    height: 277px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 200px;
    height: 45px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
    margin: 0 0 0 50px;
    padding: 20px 0 0 0;
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-weight: bold;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    z-index: 1;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

#main_nav_list {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 20px;
}

#main_nav_list a {
    float: left;
}

/*--- main navigation items ------------------------------------------------*/

a.main_nav_item {
    background: transparent;
    margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
    line-height: 14px;
    text-align: center;
}

a.main_nav_item:hover {
    background: transparent;
    margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
    line-height: 14px;
    text-align: center;
}

a.main_nav_active_item {
    background: transparent;
    margin: 0;
    padding: 0px 29px 0px 4px;
    display: block;
    line-height: 14px;
    text-align: center;
}

/*--- container for the subnavigation --------------------------------------*/

#sub_nav_container {
    clear: both;
    z-index: 1;
    position: relative;
    top: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    list-style-type: none;
}

.sub_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
    height: 18px;
}

.sub_nav_list a {
    float: left;
}

/*--- subnavigation items --------------------------------------------------*/

a.sub_nav_item {
    line-height: 10px;
    margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

a.sub_nav_item:hover {
    line-height: 10px;
    margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

a.sub_nav_active_item {
    text-decoration: none;
    line-height: 10px;
    margin-left: 0px;
    padding: 0px 29px 0px 4px;
}

/*--- content --------------------------------------------------------------*/

.content table {
    border-collapse: collapse;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    margin: 0 0 35px 0;
}

.content th {
    text-indent: 5px;
    border-style: solid;
    border-width: 1px;
}

.content td {
    text-indent: 5px;
    border-style: solid;
    border-width: 1px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0 auto;
    padding: 0;
    width: 800px;
}

#footer_text {
    padding: 0;
    margin: 0 100px;
    text-align: left;
    font-size: 10px;
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0px;
    padding: 0px;
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: x-small;
    text-align: center;
    /* IE5 Win */

    font-size: small;
    background-color: white;
}

/*--- paragraph ------------------------------------------------------------*/

.content .content p {
    margin: 0;
    padding: 0;
    letter-spacing: 1pt;
    line-height: 140%;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    width: 800px;
    text-indent: 50px;
    margin-left: -100px;
    line-height: 49px;
    font-size: 24px;
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container h2 {
    width: 800px;
    text-indent: 50px;
    margin-left: -100px;
    line-height: 49px;
}

#content_container h3 {
    width: 800px;
    text-indent: 53px;
    margin-left: -100px;
    line-height: 49px;
}

/*--- 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 ----------------------------------------------------------------*/

.content ul {
    letter-spacing: 1pt;
    margin: 20px 0;
    padding: 0;
    list-style-position: inside;
}

.content ol {
    letter-spacing: 1pt;
    margin: 20px 0;
    padding: 0;
    list-style-position: inside;
}

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    font-family: Arial,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item {
    font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_item:hover {
    font-family: Arial, Tahoma,Verdana, Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:active {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:hover {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container a:link {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:visited {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container h2 {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container h3 {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container, #content_container p {
    font-family: Arial,Trebuchet MS,Tahoma,Verdana,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}