/*----------------------------------------------------------------------------
        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;
        width                                :        771px;
        margin                                :        0px auto;
        padding                                :        0px;
        background-repeat        :        repeat-y;
        text-align                        :        left;

}

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

#main_container {
        z-index: 2;
        position: relative;
        clear: both;
        width                        :        771px;
        margin                        :        0;
        padding                        :        0;
        background-repeat        :        no-repeat;
        background-position        :        0px top;
}

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

#sub_container2 {
        position: relative;
        top: 15px;
        left: 4px;
        margin: 15px;
        padding: 0;
        width: 719px;
}

#content_container {
        clear: both;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width                                :        719px;
        height: auto;
}

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

#header        {
        height                        :        251px;
        width                        :        771px;
        margin                        :        0px;
        padding                        :        0px;
        background-repeat        :        no-repeat;
}

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

#key_visual {
        z-index: 1;
        clear: both;
        position                :        relative;
        top                        :        23px;
        left                        :        11px;
        height                        :        208px;
        width                        :        749px;
        background-repeat        :        no-repeat;
}

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

#logo {
        z-index: 2;
        position                :        absolute;
        top                        :        15px;
        left                        :        780px;
        height                        :        45px;
        width                        :        220px;
        background-repeat        :        no-repeat;
        background-position        :        top right;
}

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

#text_caption {
        z-index: 2;
        position                :        relative;
        top                        :        12px;
        left                        :        35px;
        height                        :        20px;
        width                        :        500px;
        line-height                :        20px;
}

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

#main_nav_container {
        position                        :        relative;
        left                                :        11px;

        z-index                                :        5;
        width                                :        749px;
        padding                                :        0px;
        float: left;
}

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

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

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

#main_nav_list a.main_nav_item, #main_nav_list a.main_nav_active_item {
        display                                :        block;
    float                                :        left;
        height                                :        28px;
        margin                                :        0px;
        padding                                :        0px 11px 0px 11px;
        line-height                        :        28px;
        text-align                        :        center;
        background                        :        transparent;
}

#main_nav_list a.main_nav_item:hover {
        background                        :        transparent;
}

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

.sub_nav_container {
        clear: both;
        float: left;
        position                        :        relative;
        left                                :        11px;

        width                                :        749px;
        padding                                :        0px;
}

.sub_nav_list {
        margin                                :        0px;
        padding                                :        0px;
        list-style-type                :        none;
}

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

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

.sub_nav_list a.sub_nav_item, .sub_nav_list a.sub_nav_active_item {
        overflow: hidden;
        float                                :        left;
        height                                :        16px;
        margin                                :        0px;
           padding                                :        0px 11px 0px 11px;
        line-height                        :        16px;
        text-align                        :        center;
        text-decoration                :        none;
}

.sub_nav_list a:hover {
        text-decoration                :        none;
        background                :        transparent;
}

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

#footer {
        clear: both;
        z-index: 1;
        height                                :        115px;
        width                                :        771px;
        margin                                :        0px;
        padding                                :        0px;
        margin-top                        :        -40px;
        background-repeat        :        no-repeat;

}

#footer_text {
        width: 375px;
        margin                                :        0px 30px 0px 30px;
        padding                                :        65px 0px 0px 0px;
        text-align                        :        left;
}



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

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

body#main_body {
        margin                                :        0px;
        padding                                :        0px;
        text-align                        :        center;
        background-repeat        :        repeat-x;
}

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

#content_container p {
        padding: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
}

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

#content_container h1 {
        padding                                :        0px 0px 0px 25px;
        line-height         :       64px;
        background-repeat        :        no-repeat;
}

#content_container h2 {
        padding                                :        0px 0px 0px 25px;
        line-height         :       41px;
        background-repeat        :        no-repeat;
}

#content_container h3 {
        padding                                :        0px 0px 0px 25px;
        line-height         :       27px;
        background-repeat        :        no-repeat;
}


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

#content_container a:link {
        text-decoration                :        none;
}

#content_container a:visited {
        text-decoration                :        none;
}

#content_container a:hover {
        text-decoration                :        underline;
}

#content_container a:active {
        text-decoration                :        underline;
}

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

#content_container table {
        border-width                :        1px;
        border-style                :        dotted;
        border-spacing                :        0;
}
#content_container th {
        padding                                :        3px 2px 3px 2px;
        margin                                :        0px 0px 2px 0px;
        border                                :        1px solid;
}

#content_container tr {
        padding                                :        3px 2px 3px 2px;
        font-size                        :        100%;
}

#content_container tr.odd {
        padding                                :        3px 2px 3px 2px;
        font-size                        :        100%;
}

#content_container tr.even {
        padding                                :        3px 2px 3px 2px;
        font-size                        :        100%;
}

#content_container td {
        border                                :        0px solid;
}

/*--- forms ----------------------------------------------------------------*/

#content_container fieldset {
        display                                :        block;
        overflow                        :        hidden;
        width                                :        729px;
        margin                                :        25px auto 0px auto;
        padding                                :        0px;
        border-width                :        1px;
        border-style                :        solid;
}

#content_container input {
        border-width                :        1px;
        border-style                :        solid;
}

#content_container textarea {
        border-width                :        1px;
        border-style                :        solid;
}

#content_container button {
        border                                :        1px solid;
}

#content_container legend {
        font-weight                        :        bold;
        font-style                        :        italic;
}

#content_container label {
        font-weight                        :        bold;
}

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