@media screen
{

    /*servicenr header*/
    #serviceNr
    {
        color: #459529;
    }

    /*hover*/
    #mainMenu ul li a:hover, #subMenu ul li a:hover
    {
        color: #d4fe9b;
        text-decoration: none;
    }

    #mainMenu ul li a:active, #mainMenu ul li a.sel
    {
        color: #d4fe9b;
    }


    #subMenu ul li a:active, #subMenu ul li a.sel
    {
        color: #d4fe9b;
    }

    /*theme*/
    #menuWrap
    {
        background: url(../../App_Themes/sport/images/menuBg.gif) no-repeat 0 0;
    }

    /*themeImageheadline*/
    #menuWrap H1
    {
        color: #d4fe9b;
    }

    #content a.more, #content a.moreReferenzen, #content a.moreLesen
    {
        background: url(../../App_Themes/sport/images/arrow.gif) left no-repeat;
    }
    #content a.more:hover, #content a.moreReferenzen:hover, #content a.moreLesen:hover
    {
        color: #4D6D1B;
        text-decoration: none;
    }

    /* Banner Text */
    #banner h1, #banner p, #banner li
    {
        color: #ffffff;
    }

    /*main headline*/
    #content h1, #frage, #frage p
    {
        background: #459529;
        color: #ffffff;
    }
    /*themeheadline*/
    h3
    {
        margin-top: 1.3em;
        color: #459529;
    }

    /*simple bt inside col1, col2*/
    #content .boxLight a, .col1 a
    {
        font-weight: 600;
        color: #459529;
    }

    #content .boxLight a:hover, .col1 a:hover
    {
        color: #4D6D1B;
    }

    /*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/sport/images/arrow.gif) 3px 7px no-repeat;
        background-color: #d4fe9b;
        padding-left: 1em;
        margin-left: -1em;
        font-weight: bold;
        color: #5c5c5c;
    }

    #content ul.courses li a
    {
        background: url(../../App_Themes/sport/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;
    }

    select
    {
        background-color: #ffffff;
    }

    /* download box */
    a.downloadBoxLink
    {
        color: #333333;
        background: transparent url(../../App_Themes/sport/images/arrow.gif) no-repeat scroll 0 2px;
    }
    a.downloadBoxLink:hover
    {
        color: #333333;
    }

    /* related pages*/
    a.relatedPagesBoxLink
    {
        color: #333333;
        background: transparent url(../../App_Themes/sport/images/arrow.gif) no-repeat scroll 0 2px;
    }
    a.relatedPagesBoxLink:hover
    {
        color: #333333;
    }
}
