/*----------------------------------------------------------------------------
	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;
}

#popup_container {
    margin-left: 30px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0px 20px 20px 20px;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
    border-collapse: collapse;
}

#left_col {
    vertical-align: top;
}

#right_col {
    vertical-align: top;
}

#sub_container2 {
    margin: 0;
    padding: 0;
    width: 530px;
}

#left_column_container {
    margin: 0;
    padding: 0;
    width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header {
    position: absolute;
    padding: 0;
    margin: 0;
    width: 775px;
    height: 365px;
    top: 0px;
    left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
    position: relative;
    clear: both;
    margin: 0;
    width: 735px;
    height: 278px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
    width: 283px;
    height: 70px;
    position: absolute;
    top: 230px;
    left: 437px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan_table {
    margin: 5px 0 0 0;
    border-collapse: collapse;
}

#slogan_img_col {
    vertical-align: top;
}

#slogan_col {
    vertical-align: top;
}

#slogan_img {
    width: 190px;
    height: 50px;
    background-position: top left;
    background-repeat: no-repeat;
}

#slogan {
    margin: 5px 0 0 0;
    width: 530px;
    font-family: Comic Sans MS,Courier,Verdana,Arial,sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
    position: relative;
    width: 735px;
    padding: 0;
    margin: 17px 0 0 0;
    overflow: hidden;
}

#main_nav_list {
    margin: 1px 0 0 12px;
    padding: 0;
    list-style-type: none;
}

#main_nav_list li {
    float: left;
    margin: 0;
    padding: 1px 0 3px 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
    background: transparent;
    margin: 0;
    padding: 0px 15px 0px 15px;
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
}

#main_nav_list a.main_nav_item:hover {
    background: transparent;
    text-decoration: none;
    font-family: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

a.main_nav_active_item:link, a.main_nav_active_item:visited {
    text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
    margin: 10px;
    padding: 0;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
    border: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.sub_nav_list li {
    margin: 4px 0 2px 0;
    padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
    text-align: left;
    height: 25px;
    line-height: 24px;
    width: 157px;
    padding: 0 0 0 15px;
    display: block;
    overflow: hidden;
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a:hover {
    text-decoration: none;
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}

/*--- content --------------------------------------------------------------*/

#content_container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 510px;
}

#content_container table {
    border-style: dotted;
    border-width: 1px;
    border-spacing: 0;
}

#content_container tr.odd {
    font-size: 11px;
}

#content_container tr.even {
    font-size: 11px;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
    margin: 0;
    padding: 0;
    width: 775px;
    height: 65px;
}

#footer_text {
    padding: 10px 0 0 0;
    margin: 0 30px 0 30px;
    text-align: center;
    font-size: 11px;
    font-family: Comic Sans MS,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: Comic Sans MS,Tahoma,Verdana, Arial, sans-serif;
    font-size: small;
    /* IE5 Win */

    font-size: small;
    text-align: center;
}

/*--- paragraph ------------------------------------------------------------*/

#content_container {
    font-size: 12px;
    line-height: 1.25;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#content_container p {
    font-size: 12px;
    line-height: 1.25;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 30px;
    font-weight: normal;
    text-decoration: none;
}

#content_container h2 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 22px;
    font-weight: normal;
    text-decoration: none;
}

#content_container h3 {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-style: normal;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
    text-decoration: none;
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    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: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#main_nav_list a.main_nav_item {
    font-family: Comic Sans MS,Verdana, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

.sub_nav_list a.sub_nav_active_item {
    font-family: Courier,Verdana, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}

#content_container a:active {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:visited {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

#content_container a:link {
    font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}