/* ----------------------------------------------- */
/* Standard-Style-Sheet für BE
/* ----------------------------------------------- */

html, body {
  width: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    text-align:left;
    color: #000000;
    font-family: Arial,Helvetica,Sans-serif,sans-serif;
    font-size: 12px;
}

form, p {
    padding: 0px;
    margin: 0px;
}

/* ----------------------------------------------- */

input, select, textarea { font-size: 12px; }

h1 { font-size: 20px; font-weight: bold; padding-top: 0; margin-top: 0; }

h2 { font-size: 18px; font-weight: bold; padding-top: 10px; margin-top: 0; }

h3 { font-size: 16px; font-weight: bold; padding-top: 0; margin-top: 0; }

h4 { font-size: 14px; font-weight: bold; padding-top: 0; margin-top: 0; }

p.frmHeadline {
    font-weight: bold;
    border-bottom: 1px solid #730000;
    margin: 15px 0 10px 0;
}
label {
    font-size: 14px;
    width: 150px;
    float: left; 
    line-height: 22px;
}

input.inputKF {
    font-size: 14px;
    width: 350px;
    margin: 0 0 2px 0;
    padding: 2px;
}

/* ----------------------------------------------- */

a {
    color: #5C5B60;
    text-decoration: none;
}

/*
a:hover, a:focus, a:active {
    text-decoration: underline;
    background-color: #E1E1E1;
}
*/

a.sec_nav_off { font-size: 13px; font-weight: bold; color: #fff; line-height:24px; }
a.sec_nav_on { font-size: 13px; font-weight: bold; color: #FF9900; line-height:24px; }


/* ----------------------------------------------- */
.hidden { display: none; }

/* ----------------------------------------------- */
/* Styles für das Layout                           */
/* ----------------------------------------------- */

#pageTopSpacer {
    display:none;
}

#pageBody {
    display:block;
    width:100%;
}
#pageNavi {
    display:none;
}
#pageNaviMain {
    display:none;
}
#pageNaviFirst {
    display:none;
}
#pageNaviSub {
    display:none;
}
#pageNaviLogo {
    display:none;
}
#pageNaviSubContent {
    display:none;
}
#pageNaviFooter {
    display:none;
}
#pageContent {
    float:left;
    width:585px;
    background-color:white;
}
#pageContentTopSpacer {
    display:none;
}
#pageContentNavi {
    display:block;
    width:585px;
    text-align:right;
}
#pageContentNaviSpacer {
    float:left;
    width:167px;
    height:32px;
    line-height:32px;
}
#pageContentNaviMenue {
    float:left;
    width:300px;
    height:32px;
    line-height:32px;
    vertical-align:bottom;
}
#pageContentNaviButtons {
    float:left;
    width:118px;
    height:32px;
}
#pageContentHeadText {
    clear:both;
    display:block;
    width:585px;
    height:32px;
    background-color:#900000;
    text-align:right;
    line-height:32px;
}
#pageContentHeadForm {
    clear:both;
    display:block;
    width:585px;
    height:32px;
    background-color:#900000;
    text-align:right;
    line-height:32px;
}
#pageContentContent {
    clear:both;
    display:block;
    background-color:#F18D01;
    text-align:left;
    line-height:1.1em;
}
#pageRightSpace {
    float:left;
    width:10px;
    height:485px;
    background-color: transparent;
}
#pageFooter {
    clear:both;
}

/* ----------------------------------------------- */

