#gecko_scrollbar {
    display: none;
}

html>body #gecko_scrollbar {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    width: 1px;
    height: 1px;
    display: block;
    font-size: 0;
    line-height:145%;
}

body {
    color:#FDFDFD;
    background:#343434;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    margin:12px;
    line-height:145%;
}

p {
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    line-height:145%;
}

div {
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    line-height:145%;
}

td {
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    line-height:145%;
}

th {
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    font-weight:bold;
}

h1 {
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-weight:bold;
    font-size:16px;
}

h2 {
    color:#5187a1;
    font-family:Arial,Verdana,Helvetica;
    font-weight:bold;
    font-size:10px;
}

.a {
    color:#FDFDFD;
    text-decoration:underline;
}

a:link {
    color:#FDFDFD;
    text-decoration:underline;
}

a:active {
    color:#FDFDFD;
    text-decoration:underline;
}

a:visited {
    color:#FDFDFD;
    text-decoration:underline;
}

a:hover {
    color:#FDFDFD;
    text-decoration:underline;
}


form {
    margin:0px;
    padding:0px;
}

input, textarea, select {
    color:#333333;
    border:1px solid #999999;
}

.small_grey {
    color:#808080;
    font-family:Arial,Verdana,Helvetica;
    font-size:10px;
}

.pfeil, .pfeil:link, .pfeil:visited, .pfeil:active, .pfeil:hover {
    color:#5187a1;
    padding-left:10px;
    background-image:url(/bilder/allgemein/pfeil_blau.gif);
    background-repeat:no-repeat;
    background-position:1px 3px;
}

.pfeil_klein, .pfeil_klein:link, .pfeil_klein:visited, .pfeil_klein:active, .pfeil_klein:hover {
    color:#5187a1;
    padding-left:10px;
    background-image:url(/bilder/allgemein/pfeil_blau.gif);
    background-repeat:no-repeat;
    background-position:1px 3px;
}

.pfeil_rot, .pfeil_rot:link, .pfeil_rot:visited, .pfeil_rot:active, .pfeil_rot:hover {
    color:#5187a1;
    padding-left:10px;
    background-image:url(/bilder/allgemein/pfeil_rot.gif);
    background-repeat:no-repeat;
    background-position:1px 3px;
}

.pfeil_blau, .pfeil_blau:link, .pfeil_blau:visited, .pfeil_blau:active, .pfeil_blau:hover {
    color:#5187a1;
    padding-left:10px;
    background-image:url(/bilder/allgemein/pfeil_blau.gif);
    background-repeat:no-repeat;
    background-position:1px 3px;
}

.box {

    margin-top:0px;
    margin-bottom:10px;
}

.box_ueberschrift {
    text-align:left;
    background:#666666;
    color:#ffffff;
    font-family:Arial,Verdana,Helvetica;
    font-size:12px;
    font-weight:bold;
    padding-top:3px;
    padding-bottom:3px;
    padding-left:3px;
    letter-spacing:0.1em;
}

.box_text {
    color:#333333;
    background:#999999;
    padding-left:3px;
    padding-right:3px;
}


.ueberschrift {
    color:#5187a1;
    font-weight:bold;
    padding-left:20px;
    padding-top:3px;
    padding-bottom:3px;
    border-top:1px solid #eaedef;
    border-bottom:1px solid #eaedef;
    background-image:url(/bilder/allgemein/pfeil_rot.gif);
    background-repeat:no-repeat;
    background-position:11px 7px;
}

.ueberschrift_ohne_pfeil {
    color:#5187a1;
    font-weight:normal;
    padding-left:10px;
    padding-top:3px;
    padding-bottom:3px;
    border-top:1px solid #eaedef;
    border-bottom:1px solid #eaedef;
}

.inhalt {
    padding-left:13px;
    padding-right:10px;
    padding-top:20px;
    padding-bottom:30px;
    line-height:17px;
}

/**********************************************************
 *
 * Calendar
 *
 **********************************************************/

.calendar {
    cursor:default;
    float:left;
    margin-bottom:10px;
}

.calendar-td {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    background:#efefef;
    border:1px solid #ffffff;
}


.calendar-td-current-day {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#dd0000;
    font-weight:bold;
    text-decoration:none;
    background:#efefef;
    border:1px solid #ffffff;
}

.calendar-td-linked-day {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#CE000E;
    border:1px solid #ffffff;
}

.calendar-td-linked-day-free {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#66CC66;
    border:1px solid #ffffff;
}

.calendar-td-linked-current-day {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    background:#dd0000;
    border:1px solid #ffffff;
}

.calendar-td-none-anzahl {
    cursor:pointer;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#66CC66;
    border:1px solid #ffffff;
}

.calendar-td-remaining-day {
    cursor:default;
    padding-left:4px;
    padding-right:4px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:11px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    background:#ffffff;
    border:1px solid #ffffff;
}

.calendar-link, .calendar-link:link, .calendar-link:hover, .calendar-link:visited, .calendar-link:active {
    cursor:pointer;
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
}

/**********************************************************
 *
 * Calendar Overview
 *
 **********************************************************/

.calendar-overview {
    cursor:default;
    float:left;
    margin-bottom:10px;
    line-height:100%;
}

.calendar-overview-td {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    background:#efefef;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-saturday {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    background:#bfccc3;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-sunday {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    background:#bfccc3;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-linked-day {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#CE000E;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-linked-saturday {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    background:#dd0000;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-linked-sunday {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    background:#dd0000;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-remaining-day {
    cursor:default;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#000000;
    font-weight:normal;
    text-decoration:none;
    /* background:#ffffff;
    border:1px solid #ffffff; */
    line-height:100%;
}

.calendar-overview-link, .calendar-overview-link:link, .calendar-overview-link:hover, .calendar-overview-link:visited, .calendar-overview-link:active {
    cursor:pointer;
    font-size:10px;
    color:#ffffff;
    text-decoration:none;
    line-height:100%;
}

.calendar-overview-td-linked-day-split {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background-image:url(/bilder/allgemein/split.gif);
    background-position:center;
    background-repeat:no-repeat;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-linked-day-free {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#66CC66;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-linked-day-plan {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#6a6a6a;
    border:1px solid #ffffff;
    line-height:100%;
}

.calendar-overview-td-none-anzahl {
    cursor:pointer;
    padding-left:3px;
    padding-right:2px;
    padding-top:3px;
    padding-bottom:3px;
    text-align:right;
    font-size:10px;
    color:#ffffff;
    font-weight:normal;
    text-decoration:none;
    background:#66CC66;
    border:1px solid #ffffff;
    line-height:100%;
}



/**********************************************************
 *
 * Navi
 *
 **********************************************************/

/*
 * Ebene 0 - normal
 */
.ebene0-1, .ebene0-1:link, .ebene0-1:visited, .ebene0-1:active {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:10px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:0px;
}

.ebene0-1:hover {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:10px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:0px;
}

.ebene0-1_angewaehlt, .ebene0-1_angewaehlt:link, .ebene0-1_angewaehlt:visited, .ebene0-1_angewaehlt:active {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:10px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:0px;
}

.ebene0-1_angewaehlt:hover {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:10px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:0px;
}

/*
 * Ebene 1
 */
.ebene1-1, .ebene1-1:link, .ebene1-1:visited, .ebene1-1:active {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:15px;
    text-transform:lowercase;
}

.ebene1-1:hover {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:15px;
    text-transform:lowercase;
}

.ebene1-1_angewaehlt, .ebene1-1_angewaehlt:link, .ebene1-1_angewaehlt:visited, .ebene1-1_angewaehlt:active {
    display:block;
    text-align:left;
    color:#ffff99;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:15px;
    text-transform:lowercase;
}

.ebene1-1_angewaehlt:hover {
    display:block;
    text-align:left;
    color:#ffff99;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:15px;
    text-transform:lowercase;
}


/*
 * Ebene 2
 */
.ebene2-1, .ebene2-1:link, .ebene2-1:visited, .ebene2-1:active {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:30px;
    text-transform:lowercase;
}

.ebene2-1:hover {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:30px;
    text-transform:lowercase;
}

.ebene2-1_angewaehlt, .ebene2-1_angewaehlt:link, .ebene2-1_angewaehlt:visited, .ebene2-1_angewaehlt:active {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:30px;
    text-transform:lowercase;
}

.ebene2-1_angewaehlt:hover {
    display:block;
    text-align:left;
    color:#FDFDFD;
    font-family:Arial,Verdana,Helvetica;
    font-size:13px;
    font-weight:bold;
    padding-bottom:5px;
    /*letter-spacing:0.2em;*/
    text-decoration:none;
    padding-left:30px;
    text-transform:lowercase;
}

/**********************************************************
 *
 * Navi Aufklapp Layer
 *
 **********************************************************/

.aufklapp0-1, .aufklapp0-1_angewaehlt {
    position:absolute;
    margin-left:0px;
    margin-top:30px;
    width:200px;
}

.aufklapp1-1, .aufklapp1-1_angewaehlt {
    position:absolute;
    margin-left:200px;
    margin-top:0px;
    width:200px;
}


/**********************************************************
 *
 * Navi Runde Ecken
 *
 **********************************************************/

.ecke0-1_mitte, .ecke0-1_angewaehlt_mitte {
}

.ecke0-1_om, .ecke0-1_angewaehlt_om {
    background-image:url(/bilder/allgemein/ecke_om.gif);
    background-position:top;
    background-repeat:repeat-x;
}

.ecke0-1_um, .ecke0-1_angewaehlt_um {
    background-image:url(/bilder/allgemein/ecke_um.gif);
    background-position:bottom;
    background-repeat:repeat-x;
}

.ecke0-1_lm, .ecke0-1_angewaehlt_lm {
}

.ecke0-1_rm, .ecke0-1_angewaehlt_rm {
}

.ecke0-1_lo, .ecke0-1_angewaehlt_lo {
    background-image:url(/bilder/allgemein/ecke_lo.gif);
    background-position:left top;
    background-repeat:no-repeat;
}

.ecke0-1_ro, .ecke0-1_angewaehlt_ro {
    background-image:url(/bilder/allgemein/ecke_ro.gif);
    background-position:right top;
    background-repeat:no-repeat;
}

.ecke0-1_lu, .ecke0-1_angewaehlt_lu {
    background-image:url(/bilder/allgemein/ecke_lu.gif);
    background-position:left bottom;
    background-repeat:no-repeat;
}

.ecke0-1_ru, .ecke0-1_angewaehlt_ru {
    background-image:url(/bilder/allgemein/ecke_ru.gif);
    background-position:right bottom;
    background-repeat:no-repeat;
}


