/*----------------------------------------------------------------------------
	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 {
    padding: 0;
    margin: 0;
    text-align: left;
    width: 760px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    clear: both;
    padding: 0;
}

#layout_table {
    margin: 25px 0 25px 15px;
    border-collapse: collapse;
}

#logo_col {
    vertical-align: top;
}

#slogan_col {
    vertical-align: top;
}

#sub_container2 {
    margin: 0 0 5px 15px;
    padding: 0;
    width: 740px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    width: 760px;
    margin: 0 0 5px 0;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    clear: both;
    margin: 0 0 0 15px;
    width: 730px;
    height: 180px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 242px;
    height: 48px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-weight: bold;
    width: 480px;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
    margin: 0 0 0 10px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    margin: 0 0 0 15px;
    width: 730px;
    padding: 0;
    overflow: hidden;
}

#main_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    background-repeat: repeat-x !important;
    display: block;
    float: left;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    background: transparent;
    margin: 0;
    padding: 0px 24px 0px 8px;
    height: 24px;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

a.main_nav_active_item:link {
    text-decoration: none;
}

/*--- subnavigation --------------------------------------------------------*/

div.sub_nav_container {
    margin: 5px 0 0 15px;
    width: 730px;
    padding: 0;
    overflow: hidden;
}

.sub_nav_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    height: 24px;
    float: left;
    margin: 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    background-repeat: repeat-x !important;
    background: transparent;
    margin: 0;
    padding: 0px 24px 0px 8px;
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.sub_nav_list a:hover {
    background: transparent;
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    overflow: hidden;
    line-height: 1.2;
    width: 720px;
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 760px;
}

#footer_text {
    padding: 10px 0 10px 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-size: 10px;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*----------------------------------------------------------------------------
  default-styles for html-elements
----------------------------------------------------------------------------*/

/*--- body -----------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: x-small;
    /* IE5 Win */

    font-size: small;
    text-align: left;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container p {
    margin: 5px 0 20px 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.2;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size: 26px;
    font-style: normal;
    text-decoration: none;
}

#content_container h2 {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    text-decoration: none;
}

#content_container h3 {
    font-family: Tahoma,Verdana,Arial,sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    text-decoration: none;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
    text-decoration: none;
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

/*--- tables ---------------------------------------------------------------*/

/*--- forms ----------------------------------------------------------------*/

fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

input {
    border-style: solid;
    border-width: 1px;
}

textarea {
    border-style: solid;
    border-width: 1px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/

#main_nav_list a.main_nav_active_item {
    font-family: Tahoma,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#main_nav_list a.main_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_active_item {
    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: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;
}