
@media screen
{

    /*servicenr header*/
    #serviceNr
    {
        color: #fabd11;
    }

    /*thememenu*/

    #menuWrap
    {
        background: transparent url(../../App_Themes/fitness/images/menuBg.gif) no-repeat scroll 0 0;
    }

    /*hover*/
    #mainMenu ul li a:hover, #subMenu ul li a:hover
    {
        color: #c28104;
        text-decoration: none;
    }

    #mainMenu ul li a:active, #mainMenu ul li a.sel
    {
        color: #c28104;
    }

    #subMenu ul li a:active, #subMenu ul li a.sel
    {
        color: #c28104;
    }
    /*themeheadline*/
    #menuWrap H1
    {
        color: #c28104;
    }

    /* Banner Text */
    #banner h1, #banner p
    {
        color: #fabd11;
    }

    /*main headline*/
    h1, #frage, #frage p
    {
        background: #fabd11;
        color: #ffffff;
    }
    /*themeheadline*/
    h3
    {
        margin-top: 1.3em;
        color: #fabd11;
    }
    /*headline orange2.html */
    h4
    {
        color: #333;
        font-size: .9em;
        padding: 1.5em 0 1em 0;
    }
    /*subheadline like h2, just less padding*/
    h5
    {
        color: #333;
        font-size: .7em;
        padding: 0 0 .9em 0;
    }

    /*kurs angebote*/
    /*adds border inbetween headline & uls*/
    .courseWrap
    {
        background: transparent url(/images/sep.gif) repeat-x scroll center bottom;
        height: auto;
        overflow: hidden;
        padding: 0 0 2em;
        width: 100%;
    }

    #content a.more, #content a.moreReferenzen, #content a.moreLesen
    {
        background: url(../../App_Themes/fitness/images/arrow.gif) left no-repeat;
    }
    #content a.more:hover, #content a.moreReferenzen:hover, #content a.moreLesen:hover
    {
        color: #fabd11;
    }

    /*simple bt inside col1, col2*/
    #content .boxLight a, .col1 a
    {
        font-weight: 600;
        color: #FABD11;
    }
    #content .boxLight a:hover, .col1 a:hover
    {
        color: #c28104;
    }


    /*col1 linklist*/
    #content ul.courses
    {
        width: 100%;
        float: left;
        font-size: .7em;
        padding: 0 1.2em 1em 0;
    }
    #content ul.courses li
    {
        background: url(/images/sep.gif) top repeat-x;
        padding: .2em 0;
        margin-left: 1em;
    }
        #content ul.courses li.nosep
    {
        background: none;
        padding: .2em 0;
        margin-left: 1em;
    }

    #content ul.courses li h1
    {
        background: url(../../App_Themes/fitness/images/arrow.gif) 3px 7px no-repeat;
        background-color: #fdebc0;
        padding-left: 1em;
        margin-left: -1em;
        font-weight: bold;
        color: #5c5c5c;
    }
    #content ul.courses li a
    {
        background: url(../../App_Themes/fitness/images/arrow.gif) 0 4px no-repeat;
        color: #333;
        font-weight: normal;
        display: block;
        text-indent: 1em; /*iE6 wont display padding correctly*/
    }
    #content ul.courses li a:hover
    {
        color: #333;
        text-decoration: underline;
    }
    /*col2 linklist*/
    #content .col2 ul.courses
    {
        width: 100%;
        font-size: .7em;
        padding: 0;
    }
    #content .col2 ul.courses li
    {
        margin: 0;
        background: none;
        padding: 0;
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #content .col2 ul.courses li a
    {
        float: left;
        width: 83%;
    }

    /*ocntent bold*/
    #content p.teaser
    {
        font-size: .7em;
    }

    select
    {
        background-color: #ffffff;
    }


    /* Downloadbox */
    a.downloadBoxLink
    {
        color: #333333;
        background: transparent url(../../App_Themes/fitness/images/arrow.gif) no-repeat scroll 0 2px;
    }
    a.downloadBoxLink:hover
    {
        color: #333333;
    }


    /* related pages*/
    a.relatedPagesBoxLink
    {
        color: #333333;
        background: transparent url(../../App_Themes/fitness/images/arrow.gif) no-repeat scroll 0 2px;
    }
    a.relatedPagesBoxLink:hover
    {
        color: #333333;
    }

}
