/* === COMMON === */
*
{
    margin: 0;
    padding: 0;
}
html
{
    width: 100%;
    height: 100%;
    overflow-y: scroll;                                                                                                 /* always y scrollbar avoid flicker */
}
body 
{
    height: 100%;
    font-size: 75%;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    color: rgb(0,0,0);
    background-color: rgb(155,155,155);
    background-image: url(/image/_common/background.jpg);
    background-repeat: repeat-x;
    background-position: left top;
}




/* === FRAME === */
/* position.fixed always to viewport => frame container neccessary for correct navi/side positionings (also in body.auto) */
#f-frame
{
    position: absolute;
    top: 0px;
    left: 0px;                                                                                                          /* just little space to window */
    right: 0px;
    width: 998px;
    margin-left: auto;	
    margin-right: auto;
}
body.auto #f-frame
{
    left: 20px;                                                                                                         /* little more space to window in auto size */
    right: 20px;
    width: auto;
}
#f-frame[id].fixed
{
   position: fixed;
}




/* === CONTENT === */
/* always same width as frame, just here the total width is width + padding */
/* JavaScript clientwidth also includes the paddings! */
#f-content
{
    position: absolute;
    top: 164px;
    left: 0px;                                                                                                          /* just little space to window */
    right: 0px;                                                                                                         /* right always neccessary because content could be smaller */
    width: 938px;                                                                                                       /* frame.width - padding.left - padding.right */
    min-height: 580px;                                                                                                  /* @see navi.height */
    margin-left: auto;	
    margin-right: auto;
    padding: 30px;
    padding-left: 30px;
    line-height: 1.6em;
    background-color: rgb(255,255,255);
}
body.navi #f-content{left:0px;width:938px}
body.side #f-content{right:30px;width:938px}
body.navi.side #f-content{width:484px}

body.auto #f-content
{
    left: 20px;                                                                                                         /* little more space to window in auto size */
    right: 20px;
    width: auto;
}
body.auto.navi #f-content{left:247px}
body.auto.side #f-content{right:247px}
body.auto.navi.side #f-content{width:auto}




/* === TOP === */
#f-top
{
    position: absolute;
    z-index: 1000;
    top: 0px;
    width: 100%;
    height: 164px;
    background-image: url(/image/_common/top.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-top-logo
{
    position: absolute;
    top: 61px;
    left: 33px;
}	
#f-top-info
{
    position: absolute;
    top: 20px;
    right: 175px;
    text-align: right;
    font-weight: bold;
    letter-spacing: .07em;
}	
#f-top-info a
{
    padding-right: 30px;
    text-decoration: none;
    color: rgb(255,255,255);
}	
#f-top-weltkugel
{
    position: absolute;
    z-index: 1001;
    top: -20px;
    left: 820px;
}
#f-top-name
{
    position: absolute; /* @see: index.css h1 */
    z-index: 1001;
    top: 125px;
    left: 450px;
    color: rgb(255,122,0);
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: .07em;
}




/* === NAVI === */
#f-navi
{
    display: none;
    position: absolute;
    z-index: 10;
    top: 164px;
    left: 0px;
    width: 227px;
    height: 640px;                                                                                                      /* @see content.min-height */
    background-color: rgb(255,255,255);
}
body.navi #f-navi{display:block}

#f-navi-head
{
    position: relative;
    z-index: 11;
    width: 225px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: rgb(173,173,173);
    border: 1px solid rgb(153,153,153);
}
#f-navi-body
{
    margin-bottom: 0px;                                                                                                 /* needed for IE */
    list-style-type: none;
}
#f-navi-body li
{
    width: 227px;
    height: 43px;
    margin-top: -1px;
}
#f-navi-body li a
{
    display: block;                                                                                                     /* used for vertical align */
    vertical-align: middle;
    width: 227px;
    height: 43px; 
    padding-left: 40px;
    line-height: 43px;
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: none;
    color: rgb(140,140,140);
    background-image: url(/image/_common/navi-passive.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-navi-body li a:hover, #f-navi-body li .f-navi-active
{
    color: rgb(255,255,255);
    background-image: url(/image/_common/navi-active.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-navi-body li .f-navi-select, #f-navi-body li a.f-navi-select:hover
{
    color: rgb(255,255,255);
    background-image: url(/image/_common/navi-select.jpg);
    background-repeat: no-repeat;
    background-position: left center;
}
#f-navi-text
{
    position: relative;
    z-index: 11;
    margin-top: -1px;
    padding-top: 10px;
    width: 225px;
    height: 80px;
    text-align: center;
    color: rgb(173,173,173);
    border: 1px solid rgb(153,153,153);
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}
#f-navi-text .red
{
    color: rgb(255,122,0);
}
#f-navi-text .orange
{
    color: rgb(255,182,0);
}
#f-navi-text .yellow
{
    color: rgb(255,247,58);
}
#f-navi-address
{
    width: 225px;
    height: 179px;
    text-align: center;
    border: 1px solid rgb(153,153,153);
    border-top: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    color: rgb(255,255,255);
    background-color: rgb(255,182,0);
}
#f-navi-address p
{
    padding-top: 28px;
}



/* === MESSAGES === */
#messages
{
    position: absolute;
    z-index: 100;
    left: 0px;
    right: 180px;
    height: 26px;
}
