﻿body 
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    color: #000000;
    text-align: center;
}

#page
{
    width: 960px;
    margin: auto;
    text-align:left;
    position: relative;
}
#headBG
{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 288px;
    background-image: url('img/theme/headBG.png');
    background-repeat: repeat-x;
}
#headBGLeft
{
    position: absolute;
    left: -14px;
    width: 14px;
    height: 288px;
    background-image: url('img/theme/headBGLeft.png');
    background-repeat: no-repeat;
}
#headBGRight
{
    position: absolute;
    left: 960px;
    width: 14px;
    height: 288px;
    background-image: url('img/theme/headBGRight.png');
    background-repeat: no-repeat;
}
#header
{
    width: 960px;
    height: 239px;
    background-image: url('img/theme/header.png');
    background-repeat: no-repeat;
}

/* --- HAUPTMENU --------------------------------- */

#MainMenu
{
    width: 713px;
    height: 32px;
    margin: 0px 0px 0px 0px;
    background-color: #FBC05C;

    /* --- 18-1-4 --- */
    border-style: none;
}
#MainMenu .rootItem
{
    /* --- 18-1-4 --- */
    height: 29px; 
    border-style: none;
    margin: -2px 0px 0px -3px;
    padding: 3px 10px 0px 10px;

    font-family: Arial, Helvetica, Sans-Serif;
    /* --- 18-1-4 --- */
    /*font-size: 12pt;*/
    font-weight: normal;
    color: #FFFFFF;
}
#MainMenu .rootItemHover
{
    /* --- 18-1-4 --- */
    background-color:#F6DBAE;
    color: #000000;
}
#MainMenu .rootItem a
{
    color: #FFFFFF;
}
#MainMenu .rootItem a:hover
{
    background-color:#F6DBAE; 
    color: #000000;
}
#MainMenu .rootItemSelected
{
    background-color:#F6DBAE; 
    color: #000000;
}
#MainMenu .rootItemChecked
{
    background-color:#FBC05C;
    color: #FBC05C;
}
#MainMenu .rootItemChecked a:visited
{
    background-color:#FBC05C;
    color: #FBC05C;
}
#MenuLabel
{
    top: 239px;
    left: 713px;
    width: 247px;
    height: 32px;
    line-height: 32px;
    position: absolute;
    background-color: #F6DBAE;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12pt;
    text-align: center;
    /*text-transform: uppercase;*/
}

/* --- SUBMENU --------------------------------- */

.subMenu
{
    font-family: Arial, Helvetica, Sans-Serif;
    /* --- 18-1-4 --- */
    /*font-size: 10pt;*/
    font-weight: normal;
}
.subItem
{
    /* --- 18-1-4 --- */
    height: 32px;
    padding-top: 7px;
    margin: -2px -2px -2px -2px;
}

/* --- CONTENT und FOOTER ----------------------- */

#contentBlock
{
    width: 960px;
    background-image: url('img/theme/contentTopShadow.png');
    background-repeat: no-repeat;
    padding-top: 25px;
    font-size: 12px;
}
#footerBG
{
    background-image: url('img/theme/footer.png');
    background-repeat: repeat-x;
    width: 100%;
    height: 152px;
    text-align: center;
}
#footer
{
    margin: auto;
    width: 960px;
    height: 152px;
    padding-top: 40px;
    text-align: right;
}
#footer A,#footer A:hover, #footer A:visited, #footer A:active
{
    padding-right: 10px;
    text-decoration: none;
    color: #fffaf2;
}
#footerLogo
{
    /* --- Anzeige=block, Verstecken=none --- */
    display:block;
    float: left;
    margin-left: 10px;
}
#footerSyncLabel
{
    background-color: #C0C0C0;
}

/* --- SONDERFÄLLE ---------------------------------- */

#ScheduleTopSelect
{
    display:table;
}
#ScheduleBottomSelect
{
    display:table;
}
#ScheduleBottomLine
{
    display:block;
}

#WishPlanningTopSelect
{
    display:table;
}
#WishPlanningBottomSelect
{
    display:table;
}
#WishPlanningBottomLine
{
    display:block;
}


