/*_______________________________________Benutzerdefinierte Stile_____________*/

 body {
   background-color: #DCDCDC;
   margin: 0;  padding: 0;
   }
 a {
   text-decoration: none;
   color: #5B5F77;
   }
 a:hover {
   text-decoration: underline;
   color: #5B5F77;
   }
 div#body {
   width: 780px;
   margin: auto;
   position: relative;
   }
 div#title_frame {
   position: absolute;
   top: 10px; left: 0px;
   background-image: url(images/title.gif);
   background-repeat: no-repeat;
   width: 603px;
   height: 83px;
   border-top: 1px solid #E0E0E0;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #606060;
   border-bottom: 1px solid #606060;
   }
 div#title_search {
   padding: 6px 5px 0px 0px;
   text-align: right;
   }
 div#title_sub {
   font-size: 17px;
   font-weight: bold;
   color: #757575;
   padding: 15px 0px 0px 72px;
   }
 div#title_address {
   font-size: 10px;
   font-weight: bold;
   color: #FFFFFF;
   padding: 6px 5px 0px 0px;
   text-align: right;
   }
 div#content_frame {
   position: absolute;
   top: 110px; left: 115px;
   width: 490px;
   }
 div#content_print {
   width: 478px;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #606060;
   border-bottom: 1px solid #606060;
   background-color: #FFC900;
   padding: 2px 5px;
   }
 div#content_print a {
   color: #FFFFFF;
   }
 div#footer {
   text-align: center;
   font-size: 9px;
   color: #404040;
   padding: 2px 5px;
   }
 div#footer a{
   color: #404040;
   }
 div#menue_frame {
   position: absolute;
   top: 115px; left: 0px;
   width: 114px;
   border-top: 1px solid #E0E0E0;
   border-left: 1px solid #E0E0E0;
   border-bottom: 1px solid #606060;
   background-color: #FFC900;
   min-height: 280px;
   height: auto !important;
   height: 280px;
   }
 .menue {
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   padding: 4px 5px;
   }
 .menue_hover, .menue_open {
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   padding: 4px 5px;
   background-color: #FFAE00;
   }
 .menue_hover {
   cursor: pointer;
   cursor: hand;
   }
 .menue a, .menue_hover a, .menue_open a {
   color: #FFFFFF;
   text-decoration: none;
   }
 .menue_item {
   font-size: 11px;
   color: #757575;
   padding: 3px 5px;
   background-color: #F2F2F2;
   }
 .menue_item_hover, .menue_item_selected {
   font-size: 11px;
   color: #757575;
   padding: 3px 5px;
   background-color: #E2E2E2;
   }
 .menue_item_hover, .menue_item_selected {
   cursor: pointer;
   cursor: hand;
   }
 .menue_item a, .menue_item_hover a, .menue_item_selected a {
   color: #757575;
   text-decoration: none;
   }
 div#sidebar {
   position: absolute;
   top: 0px; left: 620px;
   width: 158px;
   background-color: #F2F2F2;
   border-left: dotted 1px #D10D16;
   border-right: dotted 1px #D10D16;
   border-bottom: dotted 1px #D10D16;
   padding: 10px 0px;
   }
 .sidebar_header {
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   padding: 4px 5px;
   }
 .sidebar_events .sidebar_header {
   background-color: #F5600E;
   }
 .sidebar_events a {
   color: #F5600E;
   }
 .sidebar_news .sidebar_header {
   background-color: #4E45AD;
   margin-top: 10px;
   }
 .sidebar_news a {
   color: #4E45AD;
   }
 .sidebar_infos .sidebar_header {
   background-color: #2F9B41;
   margin-top: 10px;
   }
 .sidebar_infos a {
   color: #2F9B41;
   }
 .sidebar_partners .sidebar_header {
   background-color: #808080;
   margin-top: 10px;
   }
 .sidebar_date {
   font-size: 8px;
   font-weight: bold;
   text-align: right;
   padding: 4px 5px;
   }
 .sidebar_heading {
   font-size: 11px;
   font-weight: bold;
   padding: 0px 5px;
   }
 .sidebar_text {
   font-size: 10px;
   padding: 0px 5px;
   }

/*___________________________________________Allgemeine Stile_________________*/

 div#content {
   width: 448px;
   border-top: 1px solid #E0E0E0;
   border-left: 1px solid #E0E0E0;
   border-right: 1px solid #606060;
   background-color: #FFFFFF;
   background-image: url(images/content_header.gif);
   background-repeat: no-repeat;
   background-position: top right;
   text-align: left;
   padding: 0px 20px 10px 20px;
   min-height: 320px;
   height: auto !important;
   height: 320px;
   }
 .standard {
   font-family: verdana, verdana, sans-serif;
   font-size: 11px;
   color: #5B5F77;
   font-weight: normal;
   text-decoration: none;
   }
 .small {
   font-family: verdana, verdana, sans-serif;
   font-size: 10px;
   color: #5B5F77;
   font-weight: normal;
   text-decoration: none;
   }
 .line {
   height: 1px;
   background-color: #5B5F77;
   margin: 4px 0px;
   width: 100%;
   clear: both;
   }
 .content_header {
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: right;
   padding-top: 2px;
   margin-right: -15px;
   margin-bottom: 22px;
   }
 .content_header_bullet {
   }
 .content_bar {
   margin-left: -20px;
   padding: 4px 5px;
   float: left;
   }
 .toggle_bar {
   padding: 0px;                          /*  Filter an/aus                   */
   font-size: 6px;
   padding-bottom: 2px;
   }
 .title_pic {                             /*  Position Titlebild              */
   width: 110px;
   padding-top: 4px;
   padding-bottom: 8px;
   float: right;
   text-align: right;
   }
 .thumb {                                 /*  Thumb Container                 */
   float: left;
   width: 136px;
   height: 110px;
   text-align: center;
   }
 .column_header {
   font-size: 12px;                       /*  Spalten-Überschriften           */
   font-weight: bold;
   text-align: left;
   }
 .segment_header {
   font-size: 14px;                       /*  Abschnitt-Überschriften         */
   font-weight: bold;
   text-align: left;
   margin: 0px 0px 6px 0px;
   }
 .inline_heading {
   font-size: 12px;                       /*  Zeilen-Überschriften            */
   font-weight: bold;
   text-align: left;
   }
 .preview_heading {
   font-size: 12px;                       /*  Vorschau-Überschriften          */
   font-weight: bold;
   text-align: left;
   }
 .help_heading {
   font-size: 12px;                       /*  Hilfe-Überschriften             */
   font-weight: bold;
   text-align: left;
   }
 .filter {
   background-color: #E9E9E9;             /*  Filter-Zeile                    */
   }
 .user_entry {
   border: 1px solid #044766;             /*  Benutzer-Beiträge               */
   background-color: #F5F5F5;
   font-size: 10px;
   padding: 8px;
   margin-top: 2px;
   margin-bottom: 8px;
   text-align: left;
   }
 .found {
   font-weight: bold;                     /*  Suchergebnis Highlighting       */
   }
 img {
   border-width: 0px;                     /* Verlinkte Bilder: kein Rahmen    */
   }
 .icon {
   vertical-align: middle;                /* Buttons mit Icon                 */
   border-width: 0px;
   }
 .icon_hover {                            /* Icon Mouseover                   */
   vertical-align: middle;
   border-width: 0px;
   background-color: #F5F575;
   }
 .segment_header .icon, .content_header .icon, .segment_header .icon_hover, .content_header .icon_hover {
   margin-right: 2px;
   }
 .content_bar .icon, .content_bar .icon_hover, .small .icon, .small .icon_hover {
   margin-right: 1px;
   }
 .column_header .icon, .column_header .icon_hover {
   margin-left: 1px;
   }
 .toggle_bar .icon {
   height: 6px;
   background-image:url(images/toggle.gif);
   background-repeat: repeat-x;
   background-color: #081D55;
   width: 100%;
   }
 .toggle_bar .icon_hover {
   height: 6px;
   background-image:url(images/toggle.gif);
   background-repeat: repeat-x;
   background-color: #485D95;
   width: 100%;
   }
 .debug {
   color: #A0A0A0;
   font-family: verdana,sans-serif;       /*  Debug-Ausgabe                   */
   font-size: 11px;
   }
 #confirm {
   position: absolute;                    /*  Position Dialogfeld             */
   left: 340px;
   top: 180px;
   }
 #error_report {
   position: absolute;                    /*  Position Error-Report           */
   left: 340px;
   top: 180px;
   }
 #help {
   position: absolute;                    /*  Position Help                   */
   left: 500px;
   top: 60px;
   }
 #smileys {                              /*  Position Smileys                 */
   position: absolute;
   }

/*__________________________________________________BCODE_____________________*/

 .ueb1 {
   font-size: 14px;                       /*  Überschrift1 und BCODE [ueb1]   */
   font-weight: bold;
   text-align: left;
   margin: 0px 0px 6px 0px;
   }
 .ueb2 {
   font-size: 12px;                       /*  Überschrift2 und BCODE [ueb2]   */
   font-weight: bold;
   text-align: left;
   }
 .quote {
   border: 1px solid #044766;             /*  BCODE [quote]                   */
   background-color: #F5F5F5;
   padding: 5px 10px;
   margin: 2px 0px;
   text-align: left;
   width: auto;
   }
 .code {
   border: 1px solid #044766;             /*  BCODE [code]                    */
   background-color: #F5F5F5;
   padding: 5px 10px;
   margin: 2px 0px;
   text-align: left;
   }
 .hl_html {                               /*  Code Highlighting: HTML-tags    */
   color: blue;
   }
 .hl_bcode {                              /*  Code Highlighting: Bcode-tags   */
   color: green;
   }
 .hl_values {                             /*  Code Highlighting: Values       */
   color: red;
   }
 .link {                                  /*  BCODE Hyperlinks                */
   text-decoration: underline;
   }
 .img_left {
   vertical-align: middle;                /*  BCODE [img=#,left]              */
   margin: 2px 10px 4px 0px;
   border-width: 0px;
   float: left;
   }
 .img_right {
   vertical-align: middle;                /*  BCODE [img=#,right]             */
   margin: 2px 0px 4px 10px;
   border-width: 0px;
   float: right;
   }
 .img_inline {
   vertical-align: middle;                /*  BCODE [img=#]                   */
   margin: 1px;
   border-width: 0px;
   }
 .list_bullet {                           /*  BCODE [list]                    */
   padding: 0px 4px;
   vertical-align: top;
   }
 .list_item {
   text-align: left;
   }
 .cols {                                  /*  BCODE [cols]                    */
   text-align: left;
   }
 .table {                                 /*  BCODE [table]                   */
   text-align: left;
   padding: 2px 0px;
   }
 .more {                                  /*  Button <:more>                  */
   font-size: 9px;                        /*  BCODE [more]                    */
   font-weight: bold;
   }

/*__________________________________________________Formularfelder____________*/

 .label{
   margin-top: 10px;                      /*  Formularfeld-Beschriftungen     */
   font-size: 10px;
   }
 .label_required{
   margin-top: 10px;                      /*  Pflichtfeld-Beschriftungen      */
   font-size: 10px;
   padding-left: 6px;
   background-image:url(images/required.gif);
   background-repeat: no-repeat;
   background-position: left bottom;
   }
 .required{
   font-size: 10px;                        /*  Pflichtfeld-Hinweis             */
   color: #8487A6;
   margin-top: 4px;
   text-align: left;
   }
 .input {
   font-family: arial,sans-serif;         /*  Eingabefelder (Text)            */
   font-size: 12px;
   color: #044766;
   background-color: #FFFFFF;
   border: 1px solid #044766;
   padding-left: 2px;
   }
 .error {
   font-family: arial,sans-serif;         /*  Formular-Felder falsche Eingabe */
   font-size: 12px;
   color: #D10D16;
   background-color: #FFFFFF;
   border: 2px solid #D10D16;
   }
 .upload {
   border: 1px solid #606060;              /*  Datei-Upload-Felder            */
   background-color: #FFFFFF;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   width: 320px;
   }
 .select {
   border: 1px solid #606060;              /*  Eingabe-Felder (Typ: Select)   */
   background-color: #FFFFFF;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   }
 .set{
   border: 1px solid #606060;              /*  Eingabe-Felder (Typ: multiple) */
   background-color: #FFFFFF;
   font-family: arial,sans-serif;
   font-size: 10px;
   color: #044766;
   }

/*__________________________________________________Buttons___________________*/

 .button_save {
   border: 1px solid #606060;              /*  Button: Speichern              */
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/icon_files.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_save_hover {
   border: 1px solid #606060;              /*  Speichern Mouseover            */
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/icon_files.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 16px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_cancel {
   border: 1px solid #606060;              /*  Button: Abbrechen              */
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/cancel.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 13px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_cancel_hover {
   border: 1px solid #606060;              /*  Abbrechen Mouseover            */
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/cancel.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 13px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_delete {
   border: 1px solid #606060;              /*  Button: Löschen                */
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/delete.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 17px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_delete_hover {
   border: 1px solid #606060;              /*  Löschen Mouseover              */
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/delete.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 17px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_optimize {
   border: 1px solid #606060;              /*  Button: Optimierung            */
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/optimize.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 14px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_optimize_hover {
   border: 1px solid #606060;              /*  Optimierung Mouseover          */
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/optimize.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 14px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_history {
   border: 1px solid #606060;              /*  Button: History            */
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/history.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 12px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_history_hover {
   border: 1px solid #606060;              /*  History Mouseover          */
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   background-image:url(images/history.gif);
   background-repeat: no-repeat;
   background-position: left;
   padding-left: 12px;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button {                                 /*  Standard Button                */
   border: 1px solid #606060;
   background-color: #F5F5F5;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }
 .button_hover {                           /*  Standard Button Mouseover      */
   border: 1px solid #606060;
   background-color: #F5F575;
   font-family: arial,sans-serif;
   font-size: 11px;
   color: #044766;
   width: 72px;
   height: 18px;
   cursor: pointer;
   cursor: hand;
   }


/*__________________________________________________Editbar___________________*/

 div.editbar {
   text-align: right;                      /*  Formatierungsleiste            */
   float: right;
   background-color: #F5F5F5;
   border: 1px solid #044766;
   padding: 1px;
   height: 20px;
   }
 img.editbar {
   border: 1px solid #F5F5F5;              /*  Formatierungsleiste: Buttons   */
   }
 img.editbar_hover {
   border-color: #FFFFFF #404040 #404040 #FFFFFF;
   border-width: 1px;                      /*  Formatierungsleiste Mouseover  */
   border-style: solid;
   }

/*__________________________________________________Kalender__________________*/

 a.scheduler {                             /*  Hyperlinks im Kalender         */
   text-decoration: none;
   color: #044766;
   }
 table.scheduler{                          /*  Kalender allgemein             */
   border-top: 1px solid #044766;
   border-left: 1px solid #044766;
   border-bottom: 1px solid #044766;
   background-color: #FFFFFF;
   font-family: arial,sans-serif;
   font-size: 10px;
   color: #044766;
   }
 td.scheduler_title{
   border-right: 1px solid #044766;        /*  Kalender Titel (Monat/Jahr)    */
   height: 17px;
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   }
 td.scheduler_header{
   border-top: 1px solid #044766;          /*  Kalender Überschriften (Mo-So) */
   border-right: 1px solid #044766;
   text-align: center;
   height: 17px;
   width: 17px;
   font-weight: bold;
   }
 td.scheduler{
   border-top: 1px solid #044766;          /*  Kalender nicht belegte Tage    */
   border-right: 1px solid #044766;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   }
 td.scheduler_hover{
   border-top: 1px solid #044766;          /*  Nicht belegte Tage Mouseover   */
   border-right: 1px solid #044766;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   background-color: #F5F575;
   }
 td.scheduler_multiple{
   border-top: 1px solid #044766;          /*  Kalender mehrfach belegte Tage */
   border-right: 1px solid #044766;
   background-color: #94D19D;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_multiple_hover{
   border-top: 1px solid #044766;          /*  Mehrfach belegte Tage Mouseover */
   border-right: 1px solid #044766;
   background-color: #B4F1BD;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_events{
   border-top: 1px solid #044766;          /*  Kalender Tage mit Termin       */
   border-right: 1px solid #044766;
   background-color: #FFAD5B;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_events_hover{
   border-top: 1px solid #044766;          /*  Tage mit Termin Mouseover      */
   border-right: 1px solid #044766;
   background-color: #FFCD7B;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_offers{
   border-top: 1px solid #044766;          /*  Kalender Tage mit Angebot      */
   border-right: 1px solid #044766;
   background-color: #B1DDED;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_offers_hover{
   border-top: 1px solid #044766;          /*  Tage mit Angebot Mouseover     */
   border-right: 1px solid #044766;
   background-color: #D1FDFF;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_vacations{
   border-top: 1px solid #044766;          /*  Kalender Tage mit Urlaub  */
   border-right: 1px solid #044766;
   background-color: #E0E0E0;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }
 td.scheduler_vacations_hover{
   border-top: 1px solid #044766;          /*  Tage mit Urlaub Mouseover */
   border-right: 1px solid #044766;
   background-color: #F5F5F5;
   text-align: right;
   vertical-align: top;
   height: 17px;
   width: 17px;
   cursor: pointer;
   cursor: hand;
   }

/*__________________________________________________Dialogfelder______________*/

 td.dialog_top {
   padding: 3px;                           /*  Dialogfenster Titelzeile       */
   background-color: #044766;
   color: #FFFFFF;
   border-top: 1px solid #F0F0F0;
   border-left: 1px solid #F0F0F0;
   border-right: 1px solid #808080;
   border-bottom: 1px solid #000000;
   font-size: 12px;
   font-weight: bold;
   }
 img.dialog_top {                          /*  Titelzeile Buttons             */
   background-color: #FFFFFF;
   }
 img.dialog_top_hover {                    /*  Buttons Mouseover              */
   background-color: #F5F575;
   }
 td.dialog {
   background-color: #E0E0E0;              /*  Dialogfenster Hintergrund      */
   padding: 8px 10px;
   border-left: 1px solid #F0F0F0;
   border-right: 1px solid #808080;
   border-bottom: 1px solid #808080;
   }
 div.dialog {                              /*  Dialogfenster Buttons          */
   background-color: #FFFFFF;
   border: 1px solid #000000;
   padding: 1px 4px;
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: #000000;
   margin-right: 4px;
   float: left;
   cursor: pointer;
   cursor: hand;
   }
 div.dialog_hover {                        /*  Buttons Mouseover              */
   background-color: #F5F575;
   border: 1px solid #000000;
   padding: 1px 4px;
   font-family: arial, sans-serif;
   font-weight: bold;
   font-size: 11px;
   color: #000000;
   margin-right: 4px;
   float: left;
   cursor: pointer;
   cursor: hand;
   }
 a.dialog {
   color: #000000;
   text-decoration: none;
   }
 a.dialog:hover {
   color: #000000;
   text-decoration: none;
   }
 img.smiley {                              /*  Dialogfenster Smileys          */
   border: 1px solid #E0E0E0;
   }
 img.smiley_hover {                        /*  Smileys Mouseover              */
   border-color: #FFFFFF #404040 #404040 #FFFFFF;
   border-width: 1px;
   border-style: solid;
   }
