/* 
    Created on : 21.03.2024, 12:24:55
    Author     : Ingo
    Version    : 0.00.04
*/

/* ########### */
/* HTML - TAGS */
body
{
    margin: 0 0 0 0;
}

/* #### */
/* IDs  */

#Page
{
    width: 100%;
}

#SiteFrame
{
    min-width: 500px;
}

#HeadFrame
{
    background-color: #bb5533;
    height: 80px;
}

#LogoFrame
{
    width: 20%;
    min-width: 100px;
    height: 60px;
    padding: 10px;
}

#LogoBox
{
    padding-right: 15px;
}

#FrokuLogoImg
{
    width: 50px;
}

#LogoLinkText
{
    font-size: 40px;
    color: #000000;
    text-decoration: none;
}
#LogoLinkText:hover
{
    color: #333333;
}

#LogoText
{
    padding-top: 2px;
}

#MidleHeadFrame
{
    width: 60%;
}

#PageMottoHead
{
    font-size: 25px;
    padding-top: 23px;
    text-align: center;
}

#MessengerHead
{
    font-size: 25px;
    text-align: center;
    display: none;
}

#UserHeadFrame
{
    /*width: 20%;*/
}

#MenuFrame
{
    background-color: #bbffff;
    /*padding-bottom: 10px;*/
}

#MenuLevel1Frame
{
    background-image: url("../image/MenueBack.jpg");
    background-size: 35px;
    height: 35px;
}

#MenuLevel1Box
{
    margin-left: auto;
    margin-right: auto;
    width: 450px;
}

#ContentFrame
{
    
    background-color: #fefaf0;
}

#FooterFrame
{
    /*display: none;*/
    /*margin-top: 20px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #bb5533;
    border-radius: 0 0 20px 20px;
}


#FooterBorder
{
    background-image: url("../image/FooterBack.jpg");
    background-size: 10px;
    height: 5px;
}

/* ####### */
/* Classes */

#SiteFrame .fl
{
    float: left;
}

#SiteFrame .noDisplay
{
    display: none;
}

#MenuFrame .menuDiv
{
    font-size: 18px;
    color: #0000c9;
    padding: 4px 10px 2px 10px;
    border-style: solid;
    border-color: #d9d9d0;
    border-radius: 20px 20px 0px 0px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-width: 1px 1px 1px 1px;
    background-color: #e5e5d9;
}
#MenuFrame .menuDiv:hover
{
    color: #0000f0;
    background-color: #eaeae0;
}

#MenuFrame .selected
{
    padding-bottom: 3px;
    background-color: #fefaf0;
    border-width: 1px 1px 0px 1px;
    background-color: #fefaf0;
}
#MenuFrame .selected:hover
{
    color: #0000f0;
    background-color: #fefaf0;
}

#MenuFrame .menuLink
{
    text-decoration: none;
}

.mailLink
{
    text-decoration: none;
    color: #0000c9;
    font-weight: bold;
}

.mailLink:hover
{
    text-decoration: none;
    color: #0000f0;
    font-weight: bold;
}