/*----------------------------------------------------------------------------
        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 {
        padding: 0;
        margin: -10px 20px 20px 20px;
}

/*--- the main container is devided in sub containers ----------------------*/

#sub_container1 {
        margin: 0 0 0 10px;
        padding: 0;  height: 300px;
}

#sub_container2 {
        float: right;
        margin: 0;
        padding: 0;
        width: 530px;
}

#left_column_container {
        margin: 0;
        padding: 0;
        float: left;
        width: 190px;
}

/*--- header ---------------------------------------------------------------*/

#header        {
        position: relative;
        padding: 0;
        margin: 0;
        width: 775px;
        height: 365px;
        top: 0px;
        left: 0px;
}

/*--- key visual -----------------------------------------------------------*/

#key_visual {
        position: absolute;
        top: 50px;
        left: 20px;
        width: 735px;
        height: 278px;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
        width: 283px;
        height: 70px;
        position: absolute;
        top: 280px;
        left: 457px;
}

/*--- caption (as text or background image) --------------------------------*/

#slogan {
        position: relative;
        top: 335px;
        left: 20px;
        height: 50px;
        padding-left: 206px;
}


/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
        z-index: 1;
        position: relative;
        left: 20px;
        top: -348px;
        width: 735px;
        padding: 0 15px 0 0;
        margin: 0;
        overflow: hidden;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 720px;
}

html>body #main_nav_container {
        width: 720px;
}

#main_nav_list {
        position: relative;
        height: 32px;
        margin: 0;
        padding: 0;
        top: 1px;
        left: 12px;
        list-style-type: none;
}

#main_nav_list li {
        float: left;
        margin: 0;
        padding: 0;
}

/*--- main navigation items ------------------------------------------------*/

#main_nav_list a {
        background: transparent;
        margin: 0;
    padding: 3px 19px 2px 17px;
    display: block;
    float: left;
        height: 32px;
        line-height: 22px;
        text-align: center;
        overflow: hidden;
        text-decoration: none;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 20px;
}

html>body #main_nav_list a {
        height: 26px;
}


#main_nav_list a:hover {
        background: transparent;
        text-decoration: none;
}


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 {
        clear: both;
        font-size: 11px;
        margin: 4px 0 2px 0;
        padding: 0;
}

/*--- subnavigation items --------------------------------------------------*/

.sub_nav_list a {
        text-align: left;
        height: 25px;
        line-height: 24px;
        width: 172px;
        padding: 0 0 0 15px;
        display: block;
        overflow: hidden;
}

.sub_nav_list a:hover {
        text-decoration: none;
}


/*--- content --------------------------------------------------------------*/

#content_container {
        margin: 0px; /* margin: 5px 20px 20px 0; */
        padding: 0;
  overflow: hidden;
        width: 500px;
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 510px;
}

html>body #content_container {
        width: 510px;
}


#content_container table {
        border-style: dotted;
        border-width: 0px;
        border-spacing: 0;
        width: 100%;
}

#content_container tr.odd {
        font-size: 11px;
}

#content_container tr.even {
        font-size: 11px;
}



/*--- footer ---------------------------------------------------------------*/

#footer {
        margin: 0;
        padding: 0;
        width: 775px;
        height: 65px;
        clear: both;
}

#footer_text {
        padding: 10px 0 0 0;
        margin: 0 30px 0 30px;
        text-align: center;
        font-size: 11px;
}



/*----------------------------------------------------------------------------
  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 p {
        margin: 5px 0 20px 0;
        padding: 0;
        font-size: 12px;
        line-height: 15px;
}

/*--- headings -------------------------------------------------------------*/

#content_container h1 {
        font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
        font-style: normal;
}

#content_container h2 {
        font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
        font-style: normal;
}

#content_container h3 {
        font-family: Comic Sans MS,Tahoma,Verdana,Arial,sans-serif;
        font-style: normal;
}

/*--- links ----------------------------------------------------------------*/

#content_container a:hover {
        text-decoration : none;
}

/*--- tables ---------------------------------------------------------------*/

table {

}

th {
}

tr {
}

td {

}

/*--- forms ----------------------------------------------------------------*/

fieldset {
        padding: 15px;
        border-style: solid;
        border-width: 1px;
}

input {
        border-style: solid;
        border-width: 1px;
}

textarea {
        border-style: solid;
        border-width: 1px;
}

button {
}

label {
}

select {
}

option {
}

/*--- lists ----------------------------------------------------------------*/

ul {
}

li {
}

/*--------------------------------------------------------------------------*/