/*----------------------
  globale definitionen
----------------------*/

body{
    background:#FFFFFF url('/images/html/schatten.jpg') repeat-y scroll 1000px 50%;
    color:#303030;
    font:75% Verdana,Arial,sans-serif;
    line-height:1.3em;
    margin:0;
}

/* ueberschriften */
h1{

    background:url("/images/html/favicon.ico") no-repeat left center;
    border-bottom:1px solid #CCCCCC;
    font-size:1.15em;
    margin:0 0 10px 0;
    padding:0 0 3px 20px
}

h2{
    color:#5B5B5B;
    font-size:1.15em;
    margin:1.5em 0 0.75em;
}

h3 {
    font-size:1.0em;
    margin:1.5em 0 0.75em;
}

/* links */
a{
    background-color:inherit;
    color:#2C5A93;
    text-decoration:none;
}

    a:hover{
        color:#2C5A93;
        text-decoration:underline;
    }

    a img{
        border:0px;
    }
dl {
/*     width: 380px; */
}
dt {
    color:#2C5A93;
    text-decoration:none;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}
dd {
    margin: 0 0 10px 0;
}
dd div{
    padding-left: 25px;
    background:url('/images/html/li-dash.png') no-repeat;
    background-position: 8px 2px;
}

blockquote {
    margin:0.3em 1em;
    background-color:#EEF3FB;
    border:1px solid #CCCCCC;
    padding: 4px;
    border-left-width: 4px;
    clear: both;
}

/* formulare */
form {
    margin:0;
}
fieldset{
    background:#EFEFEF;
    border:1px solid #CCCCCC;
    margin:5px 0 !important;
    padding:5px;
}
legend {
    font-weight:bold;
}
input, button, textarea {
    font-size:0.8em;
    font-family:Verdana,Tahoma,Arial,sans-serif;
}
input[type=text] {
    font-size:1em;
}

/* weitere block-elemente */
hr {
    background:#CCCCCC;
    border:#CCCCCC;
    color:#CCCCCC;
    clear:both;
    height:1px;
}
p {
    margin:5px 0;
}
ul, ol{
/*     list-style:none; */
}

/* inline-element */
acronym {
    border-bottom:1px dotted #303030;
    cursor:help;
    font:inherit;
}
del {
    color:red;
}
ins {
    color:green;
}
em {
    color:#990000;
    font-weight:bold;
}
h2 em {
    float:right;
    font-size:0.9em;
}
.present p em {
    display:block;
    text-align:right;
}

/*----------------------------
  id-definitionen (bereiche)
----------------------------*/
#sitemap ul li{
    margin-left: 30px;
    list-style:none;
}


#sitemap .red {
    color: red;
}

/* kopfbereich mit banner, logo, kopfnavigation
------------------------------------------------------*/
#head {
    background:url('/images/html/banner.jpg') bottom left no-repeat #FFFFFF;
    float:left;
    margin:0;
    padding-bottom:75px;
    width:990px;
}
    #head li {
        border-left:1px dotted #FFFFFF;
        float:left;
    }
        #head li a {
            display:block;
            padding:0 10px;
        }
        #head li a:hover {
            text-decoration:none;
        }
    #head .wappen {
        float:right;
        margin-top:6px;
        width:340px;
    }
        #head .wappen img {
            float:right;
        }
    #head .head_navi, #head .head_subnavi {
        float:left;
        width:620px;
    }
    #head .head_navi {
        background:#2C5A93;
        color:#FFFFFF;
    }
        #head .head_navi ul {
            float:right;
            margin:0.2em 0;
        }
            #head .head_navi ul li {
                font-size:0.8em;
                line-height:2em;
            }
                #head .head_navi ul li a {
                    color:#FFFFFF;
                }
        #head .head_subnavi ul {
            border-right:1px dotted #2C5A93;
            float:left;
            margin:2.2em 0 0 5em;
        }
            #head .head_subnavi ul li {
                border-color:#2C5A93;
                line-height:1.6em;
            }
                #head .head_subnavi ul li a {
                    font-weight:bold;
                }

/* kompletter seiteninhalt,
      noetig, damit die mit float angeordenten
      elemente nicht umbrechen koennen
------------------------------------------------------*/
#site{
/*     background-image:url('/images/html/background.png'); */
    background-repeat: repeat-y;
    clear:both;
    width:1000px;
    z-index:1;
}

    /* kekse */
    p.kekse {
        background:#FFFFFF;
        float:left;
        line-height:2em;
        margin:0;
        padding:6px 0 6px 15px;
        width:900px;
    }

/* globale menue spalte
-----------------------*/
#navi {
    background:#EEF3FB;
    color:#FFFFFF;
    float:left;
    overflow:hidden;
    width:160px;
}

/*    #navi h1 {
        border:none;
        color:#EEF3FB;
        padding-left:15px;
    }*/

    #navi ul {
        padding:0;
        margin:0;
/*display:block;*/
    }

    /* seiten-navigation */
    #navi .menu {
        background:#2C5A93;
/*         margin-bottom:10px; */
/*         padding-bottom:10px; */
/*         padding-top:10px; */
    }

        #navi .menu h1 {
            color:#2C5A93;
        }

        #navi .menu ul a {
            color:#FFFFFF;
        }

/* Test mit css-hover-effekt
            #navi .menu ul a span {
                display:none;
            }

            #navi .menu ul a:hover span {
                background:#EEEEEE;
                border:1px solid #CCCCCC;
                color:#303030;
                left:25px;
                font-style:italic;
                padding:0.3em;
                position:absolute;
                z-index:100;
            }
*/

    #navi ul.navigation a{
        margin:0 0 3px 10px;
        padding:3px 0 0 0;
        display: block;
    }

        #navi ul.navigation ul {
            padding:5px 0 0 0;
        }

/*             ebene2 links */
            #navi .menu  ul.navigation  .Level2 a {
                padding:0;
                margin:0 0 0 15px;
                display:inline;
                font-size:0.9em;
            }

            #navi .menu  ul.navigation  .Level2Active a {
                padding:0;
                margin:0 0 0 15px;
                font-size:0.9em;
            }
/*             ebene2 links */

/*                 striche ebene2 */
            #navi .menu  ul.navigation ul li{
                border-bottom:1px solid #FFFFFF;
            }

           #navi .menu  ul.navigation ul {
                padding: 0;

            }

/*                 striche ebene2 */

/*                 striche ebene1 */
            #navi .menu  li.Level1, li.Level1Active{
                border-bottom:1px solid #FFFFFF;
            }
/*                 striche ebene1 */

                /* nur der aktive menuepunkt soll leuchten */
                #navi ul.navigation li.Level1Active a {
                        font-weight:bold;
                }

                /* farbe der ebene2 punkte */
                #navi .menu ul.navigation li.Level1Active li a {
                    color:#2C5A93;
                }

                #navi .menu ul.navigation li.Level1Active li a:hover {
                    text-decoration:underline;
                }

                #navi ul.navigation li.Level1Active li.Level2Active a {
                    color:#2C5A93;
                    font-weight:bold;
                }

                #navi ul.navigation li a {
                    text-decoration:none;
                }

            /* sonderformatierungen level 2 punkte  */
            #navi ul.navigation ul li {
                padding:2px 0;
                background-color:#EEF3FB;
            }

                #navi .menu ul.navigation ul li a {
                    font-weight:normal;
                }

                #navi ul.navigation1 {
                    padding: 15px  0 0 15px;
                    background-color:white;
/*                     font-weight:bold; */
                }

/* eigentlicher inhalt
----------------------*/
#substance{
    float:left;
/*     padding:10px 0 10px 10px; */
    padding:0 0 10px 10px;
    width:540px;
    overflow:hidden;
    position:relative;
}

    /* block-elemente */
    #substance p {
/*         width:380px; */
    }

    #substance div.wide p,
    #substance div.present p,
    #substance div.wide ul,
    #substance.wide p,
    #substance.wide ul {
        width:auto;
    }
        #substance p.teaser {
            margin-bottom:1.5em;
        }
        #substance.artikel p.teaser {
            width:100%;
        }

    #substance ul, #substance ol {
        list-style-image:url('/images/html/li-dash.png');
        margin-left:0;
        clear:left;
/*         width:380px; */
    }

        #substance ul ul, #substance ol ul {
            width:auto;
        }

        #substance .selection_teaser ul, #substance .selection_teaser ol {
            width:auto;
        }

        #substance ul li, #substance ol li {
            margin-left:25px;
        }


    /* liste ohne punkte */
    ul.no-style {
        list-style:none !important;
        margin-left:0;
        padding-left:0;
    }

    /* tabellen */
    #substance table {
        clear:both;
        font-size:inherit;
    }
        #substance td, #substance th, #substance .cell {
            background:#EFF2FA;
            border:1px solid #CCCCCC;
            padding:2px;
        }

    /* Meldungs-Listen mit Datum (span) und Ueberschrift (div) */
    #substance ul.news_list {
        list-style:none;
        list-style-image:none;
        list-style-type:none;
    }
        #substance ul.news_list li span {
            float:left;
            width:16%;
        }
        #substance ul.news_list li div {
            float:left;
            width:80%;
        }
            #substance ul.news_list li div b {
                color:#5B5B5B;
            }

    /* inline-elemente */
    #substance img {
    }
        #substance ul img{
            margin:2px 2px 2px 0;
        }
        /* banner-grafik */
        #substance .banner img {
            margin:0 !important;
        }

    /* sub-menu */
    /* * * * */
    #substance .sub_menu {
        background:#EEEEEE;
        border:solid #CCCCCC;
        border-width:5px 1px 1px 1px;
        float:right;
        margin:7px 0 25px 15px;
        overflow:hidden;
        text-align:right;
        min-width:150px;
    }

        #substance .sub_menu h2 {
            background:#EEF3FB;
            margin:0;
            padding:0.3em;
        }

        #substance .sub_menu p {
            padding:0 0.3em;
            width:auto;
        }

        #substance .sub_menu ul {
            list-style:none;
            margin:/*0.5em */0;
            padding:0;
            width:auto;
        }

        #substance .sub_menu li {
            list-style-image:none;
            margin:2px 0;
            padding-right:0.3em;
        }
    /* + + + */
    /* sub-menu */

    /* aktuell-box */
    /* * * * */
    #substance .aktuell {
        background:#FAFAFA;
        border:solid #CCCCCC;
        border-width:5px 1px 1px;
        clear:both;
        margin-top:35px;
        padding:3px;
    }
    #substance .cloud_pages {
        margin-top:50px;
    }

        #substance .aktuell h3 {
            margin-top:0;
        }

        #substance .aktuell a {
            font-weight:bold;
            list-style-image:none;
            padding-right:0.3em;
        }

        #substance .aktuell p {
            width:100%;
        }

            #substance .aktuell p a {
                background:url('/images/html/dash.png') no-repeat;
                padding-left:16px;
            }

        #substance .aktuell ul {
            width:100%;
        }
    /* + + + */
    /* aktuell-box */

    /* 3-er Kombination (bild,ueberschrift,absatz) */
    /* * * * */
    #substance .present, #substance .single_news {
        clear:both;
        float:left;
        margin:0.5em 0 0.5em;
        padding:0;
        width:100%;
    }

        #substance .present h2, #substance .present div {
            margin-left:160px;
            margin-top:0;
        }
        .present dd {
            float:left;
            width:100%;
        }

        #substance .single_news h2 {
            margin-top:0;
        }

        #substance .present p, #substance .single_news p {
            margin-left:160px;
        }

        #substance .present img, #substance .single_news img {
            float:left !important;
            margin:0 0 10px 0 !important;
        }

            #substance .present p a, #substance .single_news p a {
                font-weight:bold;
            }
    /* + + + */
    /* 3-er Kombination */



/* marginal-spalte
-----------------------*/
#margin{
    background:#EEEEEE;
    float:left;
    margin-left:10px;
    padding:10px 0 10px 0;
    width:160px;
}

    #margin ul {
        list-style:none;
        margin:0;
        padding:inherit;
    }

    #margin h1 {
        border:none;
        color:#EEEEEE;
        padding-left:15px;
    }

/* fuss-zeile
-----------------------*/
#foot {
    background:#FFFFFF;
    clear:both;
    line-height:1.5em;
    padding-top:5px;
    width:880px;
}

    #foot .foot_links {
        text-align:center;
    }

    #foot .foot_source {
        display:none;
        font-weight:bold;
    }



/*----------------------
  klassen definitionen
----------------------*/

/* keine float-effekte mehr */
.clear {
    clear:both !important;
    height:0 !important;
    float:none !important;
    width:100% !important;
}

.hidden {
    display:none;
}

/* linke und rechte ausrichtung */
.right{
    float:right;
}

.left{
    float:left;
}

.anchor {
    clear:both;
    display:block;
    padding-top: 25px;
    text-align:right;
    width:100% !important;
}

/* artikel-teaser */
p.teaser{
    font-style:italic;
}

/* brotkrumen */
.last_bread_crumb {
    font-weight:bold;
}

.old {
    background: #FF9148;
    clear:both;
    display:block;
    float:left;
    width:100%;
}
.new {
    background: #A9C0CE;
    clear:both;
    display:block;
    float:left;
    width:100%;
}

.error {
    border:1px solid #CCCCCC;
    color:red;
    font-weight:bold;
    margin:5px;
    padding:5px;
}

/* pfeil-hintergrund z.B. bei links */
.arrow_up {
    background:url('/images/html/arrow_up.png') no-repeat left center;
    padding-left:18px;
}
.arrow_right {
    background:url('/images/html/arrow_right.png') no-repeat left center;
    padding-left:18px;
}
.arrow_down {
    background:url('/images/html/arrow_down.png') no-repeat left center;
    padding-left:18px;
}
.arrow_left {
    background:url('/images/html/arrow_left.png') no-repeat left center;
    padding-left:18px;
}


/* schrift-groessen-aenderung */
/* * * * */
.fontsize {
/*     border-left:1px dotted #FFFFFF; */
}

    .fontsize span {
        float:left;
        padding:0 10px;
    }

    .fontsize a {
        display:block;
        float:left;
        font-size:large;
        font-weight:bold;
        text-decoration:none !important;
    }

    #head .fontsize a.font_sel {
        background-color:#C2D9EF;
        color:#2C5A93;
    }
/* + + + */
/* schrift-groessen-aenderung */

/* suchfeld */
/* * * * */
.schnellsuche{
    background:#fff;
    border:1px solid #8F8F8F;
    margin:2px 0;
/*     width:146px; */
}

    .schnellsuche input{
        border:1px solid silver;
/*         margin:0; */
        border:0px solid #FFFFFF;
        float:left;
/*         font-size:0.9em; */
        width:120px;
    }

    .schnellsuche button {
        border:1px solid #EEEEEE;
        cursor:pointer;
/*         float:right; */
/*         height:1.2em; */
        margin:0;
        padding:0;
    }

    .schnellsuche img{
        float:left;
        margin:0 !important;
        padding:0;
    }
/* + + + */

/* imgb-tag */
/* * * * */
.imgb {
/*     border:1px solid #CCCCCC; */
}

    .imgb div {
        margin:0 !important;
    }

        .imgb div img {
            border:0;
            float:left;
        }

    .imgb p {
        margin:0 !important;
        clear:left;
        padding-left:2px;
    }

        .imgb p a {
            background: url('/images/default/filefind.png') no-repeat right 1px;
            display:block;
            padding:2px 16px 0 0;
        }

        #substance .imgb p {
            width:auto;
        }
/* + + + */

/* viewer-design */
/* * * * */
.viewer {
    border:1px solid #CCCCCC;
}

    .viewer .pic {
        background:#EFEFEF;
        float:left;
        padding:5px 10px 20px;
        width:250px;
    }

    .viewer .pic_wide {
        background:#EFEFEF;
        padding:0.5em 0;
    }

        #substance .viewer p {
            width:auto;
/*             background:silver; */
        }

        #substance .viewer .pic p, #substance .viewer .pic_wide p {
            text-align:center;
            margin:0;
        }

        #substance .viewer .pic img, #substance .viewer .pic_wide img {
            margin:0.2em 0;
        }

            #substance .viewer .pic p img, #substance .viewer .pic_wide p img {
                vertical-align:middle;
            }

    .viewer .desc {
        float:right;
        margin-right:5px;
        width:255px;
    }

    .viewer .desc_wide {
        margin:0 5px;
    }
/* + + + */

/* Auto-Completer */
/* * * * */
div.autocomplete {
    position:absolute;
    width:500px;
    background-color:#E2EAF4;
    border:1px solid #888888;
    margin:0px;
    padding:0px;
}

    div.autocomplete ul, #substance div.autocomplete ul {
        list-style-type:none;
        margin:0px;
        padding:0px;
    }

        div.autocomplete ul li, #substance div.autocomplete ul li {
            list-style-type:none;
            list-style-image:none;
            display:block;
            margin:0;
            padding:2px;
            cursor:pointer;
        }

        div.autocomplete ul li.selected { background-color: #C2DAEF;}
/* + + + */

/* terminkalender */
/* * * * */
/* hell:   #FEF6DE */
/* dunkel: #DFB859 */
.cal_termine {
    border:1px solid #CCCCCC;
    border-collapse:collapse;
    font-size:0.9em;
    margin:0 0px 0px;
    width:152px;
}

    .cal_termine td {
        background:#FEF6DE;
        border:1px solid #FEEAAD;
        border-bottom: none;
        text-align:center;
    }

        .cal_termine td.first {
            border-left:1px solid #CCCCCC;
        }

        .cal_termine td.last {
            border-right:1px solid #CCCCCC;
        }

    .cal_termine td.today {
        background:#FEEAAD;
    }

    .cal_termine th {
        background:#FEEAAD;
    }

.cal_termine_months {
    border-bottom:none;
    margin:0 0px;
}

    .cal_termine_months td {
        background:#FEEAAD;
        border:1px solid #FEF6DE;
    }

        .cal_termine_months tr.first_line td {
            border-top: 1px solid #CCCCCC;
        }
/* + + + */

/* infobox fuer die startseite der aemter */
/* * * * */
.amt_info_box {
    background:#EEF3FB;
    border:1px solid #A9C0CE;
    float:left;
    padding:5px;
    width:528px;
}

    .amt_info_box p, .amt_info_box div {
        margin:/*0.5em*/ 0;
        display:block;
        float:left;
        text-align:left;
        width:264px;
    }

    .amt_info_box div {
        margin-bottom:5px;
    }

    a.selected {
        font-weight:bold;
    }

        .amt_info_box div.clear {
            width:100%;
        }

        .amt_info_box p img, .amt_info_box div img {
            float:left;
            vertical-align:middle;
        }

        .amt_info_box span {
            display:block;
            margin-left:40px;
        }

            .amt_info_box ul span {
                margin-left:0;
            }

/* banner fuer die amtsseite */
#substance p.amt_banner {
    height:120px;
    width:540px;
}
/* + + + */

/* Kontakt-Formular */
/* * * * */
.kontakt input, .kontakt select, .formular input, .formular select {
    float:left;
    font-size:1em;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 300px;
}

.kontakt input, .kontakt select, .kontakt textarea, .formular input, .formular select, .formular textarea {
    border:1px solid #CCCCCC;
}

.kontakt input:focus, .kontakt select:focus, .kontakt textarea:focus, .formular input:focus, .formular select:focus, .formular textarea:focus {
    background:#FEF6DE;
}

.formular input[type=checkbox], .formular input[type=radio], .formular input.radiocheck {
    margin-top:3px;
    width:auto;
}

    .kontakt textarea, .formular textarea {
        font-size:inherit;
        width:450px;
    }
    .kontakt textarea {
        height:250px;
    }

    .kontakt label, .formular label {
        float: left;
        display: block;
        clear: both;
        width: 150px;
        margin:3px 5px 3px 0;
    }

    .kontakt .anrede label {
        clear: none;
        width: auto;
    }
        .kontakt label.label_right, .formular label.label_right {
            clear:none;
            margin-left:5px;
            width:450px;
        }

            .kontakt label.label_right input, .formular label.label_right input {
                margin-right:5px;
                width:auto;
            }

input.small, select.small {
    width: 50px;
}

input.medium, select.medium {
    width: 248px;
}

label.ganz {
    width:500px;
}
/* + + + */

.marker {
    line-height: 1.5em;
}

.marker a {
    border:1px solid #CCCCCC;
    color: #CCCCCC;
    cursor: pointer;
    float:left;
    font-weight: bold;
    margin:3px;
    padding:3px 5px;
    text-decoration:none;
}

.marker a.sel, .marker a:hover {
    background-color:#EFF2FA;
    color:#2C5A93;
}

/* kasten fuer zusatz-informationen */
/* * * * */
.box{
    background:#fff;
    border:1px solid #CCCCCC;
    border-top:5px solid #CCCCCC;
    margin:0 0 20px;
    text-align:center;
/*     -moz-border-radius-topright:20px; */
}

#margin .box {
    margin:0 3px 3px;
    overflow: hidden;
}

#margin .add .box {
    padding:0 3px;
    text-align:left;
    overflow:hidden;
}

    #margin .add .box img {
        display:block;
        margin:0 auto;
    }

    #margin .add .box h2, #margin .add .box h3, #margin .add .box p {
        padding-left:0;
        padding-right:0;
    }

    #margin .add .box a {
        font-weight:bold;
    }

    .wizard .box {
        text-align:inherit;
    }

    .viewer h1, #substance .sub_menu h3 {
        background:#EEF3FB;
        border:none;
        border-bottom:1px solid #EEF3FB;
        margin:0;
        padding:0.2em 3px;
        text-align:left;
    }

    .box ul {
        text-align:left;
    }

    .box h2 {
        padding-left:3px;
        text-align:left;
    }

    .box h3 {
        border:none;
        color:#444444;
        font-size:1em;
        margin:0;
        padding:0.2em 3px;
        text-align:left;
    }

    .box img {
        margin:1px 0;
    }

    .box p, .box ul, .box fieldset {
        padding:0 3px;
        text-align:left;
    }

    #margin .box ul, .box fieldset {
        padding:3px;
        margin:3px;
    }

#margin .search {
    background:#2C5A93;
    border-width:0;
/*     margin:0 0 20px; */
    padding:2px;
}

    .search h3, .search a {
        color:#EEF3FB;
        font-weight:normal;
    }
/* + + + */

    .cloud {
/*         text-align:justify; */
    }

        .cloud a {
            cursor:pointer;
            line-height:1.5em;
/*             display:block; */
            font-weight:normal !important;
            padding:0 3px;
            text-decoration:none;
        }

        .cloud a:hover, .cloud .selected {
            background:#2C5A93;
            color:#FFFFFF;
            text-decoration:none;
        }

        .cloud a.tag0 {
            font-size:0.8em;
/*             color:#BBBBBB !important; */
        }

        .cloud a.tag1 {
            font-size:1em;
/*             color:#888888 !important; */
        }

        .cloud a.tag2 {
            font-size:1.2em;
/*             color:#444444 !important; */
        }

        .cloud a.tag3 {
            font-size:1.4em;
/*             color:#333333 !important; */
            font-weight:bold;
        }

        .cloud a.tag4 {
            font-size:1.6em;
/*             color:#333333 !important; */
            font-weight:bold;
        }

        .cloud a.tag5 {
            font-size:1.8em;
/*             color:#333333 !important; */
/*             font-weight:bold; */
        }

/* administrationsbereich */
/* * * * */
#substance.admin {
    background:#FEEAAD;
    background:#FFF3CF;
/*     padding:0 5px 10px 5px; */
    padding:0;
    width:880px;
}

    #substance.admin .box, #wizard .box {
        background:#FEEAAD;
        border-color:#FFCF3F;
        border-width:1px 3px 3px 1px;
        text-align:left;
    }

    #substance.admin .box {
        width:600px;
    }

    #substance.admin .trigger {
        background-position:left -3px;
        background-repeat: no-repeat;
        cursor:pointer;
        padding-left:20px;
    }

/*    .schnellsuche button{
        border:none;
        float:right;
        height:1.2em;
        margin:0;
        padding:0;
    }

    .schnellsuche img{
        margin:0 !important;
        padding:0;
    }*/

    #substance.admin ul {
        width:auto !important;
    }

    #substance.admin .admin_head, #wizard .admin_head {
        background:#2C5A93;
        color:#FFFFFF;
        margin:0 0 15px -5px;
        padding:5px 10px;
        width:860px;
    }

        #substance.admin .admin_head a, #wizard .admin_head a {
            color:#FFFFFF;
        }

        #substance.admin .admin_head h1, #wizard .admin_head h1 {
            background:none;
            border:none;
            float:left;
/*             font-size:1.5em; */
            margin:5px 0 5px 0;
            padding:0;
        }

        #substance.admin .admin_head p, #wizard .admin_head p {
            float:right;
            margin:5px 0 5px 0;
            width:auto;
        }
/* + + + */


/* Zeitreihen */
/* * * * */
    .zr-frame {
        clear:both;
        overflow:hidden !important;
        position:relative;
        padding:10px 0;
        width:805px !important;
    }
    .zr-pic-frame {
        background-position:left top;
        clear:both;
        height:450px;
        position:relative;
        width:800px;
    }
    .zr-pic {
        border-right:2px solid #CCCCCC;
        height:450px;
        left:0;
        position:absolute;
        top:0;
        width:400px;
        z-index:100;
    }
    .zr-slider {
        margin:10px 0 18px;
        width:800px;
    }
    .zr-label {
        background:#EFEFEF;
        border:1px solid #CCCCCC;
        bottom:0;
        right:0;
        opacity:0.9;
        overflow:hidden;
        position:absolute;
        width:100px;
    }
    .zr-pic .zr-label {left:0;}
    .zr-label p {margin:5px;}
    .zr-tab {
        list-style:none;
    }
    .zr-tab {
        float:left;
        padding:0;
        margin:10px 0 0;
        position:relative;
        width:800px;
    }
    .zr-tab li {
        float:left;
        margin:0;
        padding:0;
        width:10%;
    }
    .zr-tab li a {
        background:#EFEFEF;
        border:1px solid #CCCCCC;
        color:#303030;
        cursor:pointer;
        display:block;
        margin:0;
        padding:10px;
        text-align:center;
        text-decoration:none;
    }
    .zr-tab li a.selected {
        font-weight:bold;
    }
    .zr-trigger a {
        cursor:pointer;
    }
    .dia-flow {
        clear:both;
    }
/* + + + */


/* jQuery-Klassen */
/* * * * */
/* Dialog
----------------------------------*/
/*.ui-dialog {
    background: #ffffff;
    border:1px solid #CCCCCC;
    overflow:hidden;
    margin-top:1em;
    padding:10px;
    position: absolute;
}
.ui-dialog-titlebar {
    font-size:1.5em;
    font-weight:bold;
    margin:0 0 0.75em;
    position:relative;
    width:100%;
    float:left;
}
.ui-dialog-title {
    float:left;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background: none;
    overflow: hidden;
    zoom: 1;
}
.ui-dialog-titlebar-close {
    background:url(/images/html/lb/closelabel.gif) no-repeat left top;
    float:right;
    width:86px;
    height:20px;
    text-indent:1000px;
}*/
/* + + + */

.flow, .flow-inline-big {
/*     border:1px solid #CCCCCC; */
    display:block;
    height:480px;
    margin:10px auto;
    width:780px;
}
.flow-inline-big {
    clear:both;
    float: left;
    height:304px;
    margin:10px auto;
    width:540px;
}


/* Box-Definitionen
 ----------------- */
.box-diff-y {
    margin:1em auto;
}
.box-diff-top {
    margin:1em auto 0;
}
.box-diff-bottom {
    margin:0 auto 1em;
}
.box-proz-25 {
/*    background: yellow;*/
    width:24%;
}
.box-proz-33 {
    width:33%;
}
.box-proz-66 {
    width:66%;
}
.box-proz-75 {
/*    background: red;*/
    width:75%;
}
.box-proz-25, .box-proz-33, .box-proz-33, .box-proz-75 {
    float:left;
    margin:0;
    padding: 0;
}
td.box-proz-25, td.box-proz-33, td.box-proz-33, td.box-proz-75 {
    float:none !important;
    vertical-align: top;
}
.border-top {
    border-top:1px solid #CCCCCC;
}

/* Wanderwege-Definitionen
 ------------------------ */
#substance li.track {
    list-style: none;
    list-style-image: none;
    margin:0;
}
#substance ul li li.track {
    list-style: none;
    margin-left:15px;
}
.track .trigger, a.lk-trigger, .toggle-trigger {
    background: url("/images/html/arrow_right.png") no-repeat left top #FFFFFF;
    color: #2C5A93;
    cursor: pointer;
    display:block;
/*    font-weight: normal;*/
    padding-left: 18px;
}
.track a.track-sel, .lkreis-sel a.lk-trigger, .toggle-sel {
    background: url("/images/html/arrow_down.png") no-repeat left top #FFFFFF;
    font-weight: bold;
}
.track-info {
    padding: 5px;
    position:relative;
}
.profil-preview {
/*    cursor:help;*/
}
.toolbox {
    margin:0;
}
.toolbox a {
    background: url("/images/html/ui-bg_highlight-hard_100_e6e6e6_1x100.png") repeat-x scroll 50% 50% #E6E6E6 !important;
/*    background: url("/images/html/ui-bg_highlight-hard_100_eff2fa_1x100.png") repeat-x scroll 50% 50% #E6E6E6 !important;*/
    border: 1px solid #C2C2C2;
    float: left;
    height: 19px;
    line-height: 19px;
    margin: 0 2px;
    padding:2px 3px;
    vertical-align: middle;
}
.toolbox a:hover {
    text-decoration: none;
}
.toolbox a span {
    background-image: url("/images/html/icon_toolbar.png");
    display: block;
    height: 19px;
    margin: 0;
    overflow: hidden;
    text-indent: -99999px;
    width: 38px;
}
.toolbox a span.ui-tool-drucken {
    background-position: 0 -19px;
}
.toolbox a span.ui-tool-karte {
    background-position: 0;
}
.toolbox a span.ui-tool-bayern-info {
    background-position: 0 -76px;
}
.toolbox a span.ui-tool-wegweiser {
    background-position: 0 -95px;
}



/* versuch von buffy css like gdi */

.new_box {
   border: 1px solid #CCCCCC;
}

.new_space {
    margin: 10px;
}

.new_space_reset {
    margin: 0px !important;
}
.new_space_top {
    margin-top: 10px !important;
}

.new_space_bottom {
    margin-bottom: 10px !important;
}

.new_space_inside {
    padding: 5px;
}

.new_fill {
    background: #EFEFEF;
}

/* gsa */
.gsa-selektor {
    border-top: 1px solid #CCCCCC;
    padding-top:1em;
    text-align: right;
}
.gsa-selektor a, .gsa-selektor span {
    line-height: 2em;
}
.gsa-selektor span {
    border: 1px solid #FFFFFF;
    display: inline-block;
    text-align: center;
    width:30px;
}
.gsa-selektor a {
    border: 1px solid #CCCCCC;
    color: #777777;
    display: inline-block;
    padding:0 8px;
    text-decoration: none;
}
.gsa-selektor a:hover {
    background-color: #2C5A93;
    border-color: #2C5A93;
    color: #FFFFFF;
}
.gsa-selektor a.sel-cur {
    background-color: #EEF3FB;
    border-color: #CCCCCC;
    color: #303030;
    font-weight: bold;
}

.gsa-form input.text {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    float:left;
    font: 18px arial,sans-serif;
    font-weight: bold;
    margin: 0 5px 0 0;
    padding: 0 8px 0 6px;
    vertical-align: top;
    height: 32px;
    width:400px;
}
.gsa-form span {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #EEEEEE;
    border-color: #CCCCCC #999999 #999999 #CCCCCC;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 30px;
}
.gsa-form .button {
/*    background: url("http://www.google.de/images/srpr/nav_logo73.png") repeat scroll center bottom transparent;*/
    background: url("/images/html/ui-bg_highlight-hard_100_e6e6e6_1x100.png") repeat-x scroll 50% 50% #E6E6E6 !important;
    border: medium none;
    color: #000000;
    cursor: pointer;
    font: 15px arial,sans-serif;
    height: 30px;
    margin: 0;
    outline: 0 none;
    vertical-align: top;
}

.gsa-form .gsa-add-filter {
    border: 1px solid #CCCCCC;
    padding:2px 5px;
    display:none;
}

.gsa-form .gsa-add-filter label {
    display: inline-block;
    width:200px;
}
.gsa-keymatch {
    background: url("/images/html/ui-bg_highlight-hard_100_e6e6e6_1x100.png") repeat-x scroll 50% 50% #E6E6E6 !important;
    border: 1px solid #CCCCCC;
    padding:8px 10px;
}
.gsa-keymatch a {
    background: transparent;
    font-weight: bold;
}



a.icon_kreditkarte {
    background: url("/images/html/Icon_visa.gif") no-repeat scroll left top #FFFFFF;
    padding-left: 80px;
    display:block;
    line-height: 23px;
}
a.icon_cc-by-nc-nd {
    background: url("/images/html/cc-by-nc-nd.png") no-repeat scroll left top #FFFFFF;
    display:block;
    width: 88px;
    height: 31px;
}
a.icon_cc-by {
    background: url("/images/html/cc-by.png") no-repeat scroll left top #FFFFFF;
    display:block;
    width: 88px;
    height: 31px;
}
a.icon_cc-by-nc {
    background: url("/images/html/cc-by-nc.png") no-repeat scroll left top #FFFFFF;
    display:block;
    width: 88px;
    height: 31px;
}
