<style type="text/css">{ }


/* /////////////////////////////////////////////////// */
/* ---------------------- HÖRNUM ----------------------*/
/* /////////////////////////////////////////////////// */

img {
    vertical-align:bottom;
    behavior:        url("pngbehavior.htc");
}

img.naviimg                 { opacity: 0.6; }
img.naviimg:hover        { opacity: 1; }

/* /////////////////////////////////////////////////// */
/* ----------------------- LINK -----------------------*/
/* /////////////////////////////////////////////////// */

a.link{
    font-family: Arial, Helvetica;
    color: #00007F;
    text-decoration:none;
}
a.link:hover{
    font-family: Arial, Helvetica;
    color: #EFEFEF;
    text-decoration:underline;
}
a.linkbold{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #00007F;
    text-decoration:none;
    font-weight: bold;
}
a.linkbold:hover{
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #EFEFEF;
    text-decoration:underline;
    font-weight: bold;
}
a.linkBelegung{
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #b3443b;
    text-decoration:none;
    font-weight: bold;
}

/* /////////////////////////////////////////////////// */
/* --------------------- Container --------------------*/
/* /////////////////////////////////////////////////// */
#divTabBelegung{
width:204px;
height:30px;
padding:5px 35px 5px 35px;
background-color:#FFFFFF;
float:left;
border-left:1px solid #7782a0;
border-top:1px solid #7782a0;
border-right:1px solid #7782a0;
border-bottom:1px solid #FFFFFF;

}
#divTabBelegungHover{
cursor:pointer;
background-color:#d4d8e6;
width:205px;
height:30px;
padding:5px 35px 5px 35px;
float:left;
border-bottom:1px solid #7782a0;
border-top:1px solid #7782a0;
border-right:1px solid #7782a0;
}
#divTabBelegungHover:hover{
background-color:#c4c9dd;
}
#divTabBelegungHoverLeft{
cursor:pointer;
background-color:#d4d8e6;
width:205px;
height:30px;
padding:5px 35px 5px 35px;
float:left;
border-bottom:1px solid #7782a0;
border-top:1px solid #7782a0;
border-left:1px solid #7782a0;
}
#divTabBelegungHoverLeft:hover{
background-color:#c4c9dd;
}
/* /////////////////////////////////////////////////// */
/* ---------------------- Schrift ---------------------*/
/* /////////////////////////////////////////////////// */
.text {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    text-decoration:none;
}
.textBelegung{
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #b3443b;
    text-decoration:none;
    font-weight: bold;
}
.textbold {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}
.textboldwhite {
    font-family: Arial, Helvetica;
    font-size: 9pt;
    color: #EFEFEF;
    text-decoration:none;
    font-weight: bold;
}
.hometext {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #000000;
    text-decoration:none;
}
.boldtext {
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}
.blueheader {
    font-family: Arial, Helvetica;
    font-size: 18pt;
    color: #262F6D;
    text-decoration:none;
    font-weight: bold;
}
.blueheadersmall {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #262F6D;
    text-decoration:none;
    font-weight: bold;
}
.blueheaderverysmall {
    font-family: Arial, Helvetica;
    font-size: 10pt;
    color: #262F6D;
    text-decoration:none;
    font-weight: bold;
}
.blacksubheader {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}
.whitesubheader {
    font-family: Arial, Helvetica;
    font-size: 11pt;
    color: #FFFFFF;
    text-decoration:none;
    font-weight: bold;
}
/* /////////////////////////////////////////////////// */
/* ---------------------- EXTRAS ----------------------*/
/* /////////////////////////////////////////////////// */

.absatzklein {
    font-family: Arial, Helvetica;
    font-size: 2pt;
    color: #000000;
    text-decoration:none;
}

/* /////////////////////////////////////////////////// */
/* ---------------------- HÖRNUM ENDE------------------*/
/* /////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////// */
/* ----------------------- ADMIN ----------------------*/
/* /////////////////////////////////////////////////// */

.erfolg {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #598527;
    text-decoration:none;
    font-weight: bold;
}
.error {
    font-family: Arial, Helvetica;
    font-size: 14pt;
    color: #7B2E00;
    text-decoration:none;
    font-weight: bold;
}
/* /////////////////////////////////////////////////// */
/* ----------------------- ADMIN ENDE------------------*/
/* /////////////////////////////////////////////////// */

/* /////////////////////////////////////////////////// */
/* ----------------------- Inputs----------------------*/
/* /////////////////////////////////////////////////// */
input.inpField{
border:1px solid #8B91B7;
background-color:#EAECF7;
}
input.inpError{
border:1px solid #D97A83;
background-color:#F7EAEF;
}
</style>