/*----------------------------------------------------------------------------
        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: 735px;
}

/*-- main container: contains all between header and footer ----------------*/

#main_container {
        clear: both;
        padding: 0;
        margin: 15px 0 0 0;
}

/*--- the main container is devided in sub containers ----------------------*/

#layout_table {
        border-collapse: collapse;
}

#left_column {
        vertical-align: top;
}

#right_column {
        vertical-align: top;
}

#left_column_container {
        padding-left: 10px;
        margin: 0;
        width: 168px;
}

#sub_container2 {
        margin: 0 0 0 15px;
        width: 530px;
        overflow: hidden;
}

#content_container {
        line-height: 1.2;
        margin: 0;
        padding: 0;
        width: 520px;
}

/*--- header ---------------------------------------------------------------*/

#header        {
        position: relative;
        padding: 0;
        margin: 0;
        width: 735px;
        height: 285px;
        top: 0px;
        left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
        z-index: 5;
        position: absolute;
        top: 0;
        left: 0;
        width: 735px;
        height: 279px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
        z-index: 6;
        width: 215px;
        height: 46px;
        position: absolute;
        top: 226px;
        left: 10px;
}

/*--- caption (as text or background image) --------------------------------*/

#text_caption {
        margin: 0 0 15px 15px;
        padding: 0;
        text-align: left;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
        overflow: hidden;
        width: 735px;
        padding: 0;
        margin: 0;
}

#main_nav_list {
        margin: 1px 0 0 10px;
        padding: 0;
        list-style-type: none;
}

#main_nav_list li {
        float: left;
        margin: 0;
        padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
        height: 29px;
        background: transparent;
        margin: 0;
  padding: 0px 10px 0px 10px;
  display: block;
  float: left;
        line-height: 27px;
        text-align: center;
        text-decoration: none;
}

/*--- container for the subnavigation --------------------------------------*/

.sub_nav_container {
        margin: 0;
        padding: 0;
        width: 168px;
}

/*--- subnavigation --------------------------------------------------------*/

.sub_nav_list {
        border: 0;
        padding: 0;
        margin: 0;
        list-style-type: none;
}

.sub_nav_list li {
        clear: both;
        margin: 0 0 3px 0;
        padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
        overflow: hidden;
        text-align: left;
        line-height: 24px;
        height: 24px;
        padding: 0 0 0 15px;
        display: block;
}

/*--- footer ---------------------------------------------------------------*/

#footer {
        margin: 0;
        padding: 0;
        width: 735px;
        height: 30px;
        clear: both;
}

#footer_text {
        padding: 10px 0 0 0;
        margin: 0 10px 0 10px;
        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.2;
}

/*--- tables ---------------------------------------------------------------*/

#content_container table {
        border-style: solid;
        border-width: 1px;
        border-spacing: 1;
}

/*--- 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;
}

/*--------------------------------------------------------------------------*/