#gb-outer {
    background-color: #fbfcfc;
    color: #818080;
    font: 1.3em arial, verdana;
}

    #gb-outer td, #gb-outer th {
        background-color: transparent;
    }

    #gb-outer br.clear {
        clear: both;
        margin-bottom: 8px;
    }

    #gb-outer a {
        text-decoration: none;
    }


    #gb-intro {
        color: #606060;
        float: left;
        font-size: 0.8em;
    }

    #gb-ins-entrieslink {
        float: right;
        margin-bottom: 60px;
    }
        #gb-ins-entrieslink a:link, #gb-ins-entrieslink a:visited {
            background: #fff url('../gfx/arrow.gif') no-repeat 4px 7px;
            border: 1px solid #dadada;
            color: #818080;
            display: block;
            font-size: 0.8em;
            font-weight: bold;
            padding: 2px;
            padding-left: 12px;
            text-decoration: none;
        }
        #gb-ins-entrieslink a:active, #gb-ins-entrieslink a:hover {
            border: 1px solid #a4a4a4;
            color: #818080;
        }



    /* MESSAGES */
    div.ec-message {
        border: 1px solid;
        font-size: .85em;
        font-weight: bold;
        width: 508px;
        min-height: 32px;
        height: 52px;
        padding: 10px 10px 10px 52px;
    }
        /* SUCCESS */
        div.ec-message-type1 {
            background: #89df76 url('../gfx/icon-msg-success.jpg') no-repeat 10px 10px;
            border: 1px solid #43872a;
            color: #346d1f;
        }
        /* ERROR */
        div.ec-message-type2 {
            background: #ee8c97 url('../gfx/icon-msg-error.jpg') no-repeat 10px 10px;
            border: 1px solid #b61e2f;
            color: #921322;
        }
            /* Error Code */
            div.ec-message span.ec-errorcode {
                color: #b7505c;
            }



    /* FORMULARE */
    #gb-outer label {
        float: left;
        font-size: .85em;
        margin-top: 2px;
        width: 104px;
    }

    #gb-outer input, #gb-outer select, #gb-outer textarea {
        width: 184px;
        background-color: #fbfcfc;
        border: 1px solid #dadada;
        margin-bottom: 2px;
        color: #818080;
        font: .8em arial;
    }
    #gb-outer input:hover, #gb-outer select:hover, #gb-outer textarea:hover {
        border: 1px solid #a4a4a4;
    }
    #gb-outer input:focus, #gb-outer select:focus, #gb-outer textarea:focus {
        border: 1px solid #a4a4a4;
    }

    #gb-outer select {
        width: 170px;
    }

    #gb-outer textarea {
        width: 420px;
        height: 160px;
    }

    #gb-outer input.gb-checkbox {
        float: none;
        width: auto;
        background: none;
        border: none;
        margin: 0;
        margin-left: 4px;
    }

    #gb-outer input.gb-button {
        width: auto;
        padding-left: 6px;
        padding-right: 6px;
        margin: 0;
        cursor: pointer;
        background-color: #fff;
    }

    #gb-outer input.dn_input, #gb-outer label.dn_label {
        display: none;
    }

        /* ERROR */
        #gb-outer input.gb-error, #gb-outer select.gb-error, #gb-outer textarea.gb-error {
            background-color: #ee8c97;
            border: 1px solid #ee8c97;
            color: #921322;
        }
        #gb-outer input.gb-error:hover, #gb-outer select.gb-error:hover, #gb-outer textarea.gb-error:hover {
            border: 1px solid #b61e2f;
        }
        #gb-outer input.gb-error:focus, #gb-outer select.gb-error:focus, #gb-outer textarea.gb-error:focus {
            background-color: #fbfcfc;
            border: 1px solid #b61e2f;
            color: #818080;
        }



    /* In das Gästebuch eintragen */
    #gb-ins-heading {
        float: left;
        font-size: .8em;
        font-weight: bold;
    }



    #gb-ins-outer {
        background-color: #fff;
        border: 1px solid #dadada;
        height: 250px;
        padding: 12px;
        width: 546px;
    }

        #gb-ins-outer img, #gb-ins-info img {
            width: 12px;
            height: 12px;
            border: none;
        }

        #gb-ins-outer img.info, #gb-ins-info img.info {
            width: 30px;
        }

        #gb-ins-outer img.spacer, #gb-ins-info img.spacer {
            margin-left: 4px;
        }

        #gb-ins-outer a:link, #gb-ins-info a:link, #gb-ins-outer a:visited, #gb-ins-info a:visited {
            float: left;
            width: 12px;
            height: 12px;
            background: url('../gfx/icon-error.jpg') no-repeat top left;
            text-decoration: none;
            border: none !important;
            margin-left: 4px;
            margin-right: 4px;
        }

        #gb-ins-outer a.info:link, #gb-ins-info a.info:link, #gb-ins-outer a.info:visited, #gb-ins-info a.info:visited {
            width: 30px;
            background-image: url('../gfx/icon-info.jpg');
            float: none;
        }
        #gb-ins-outer a.info:hover, #gb-ins-info a.info:hover {
            background-color: #fff;
        }

            #gb-ins-outer a span, #gb-ins-info a span {
                display: none;
            }
            #gb-ins-outer a:hover span , #gb-ins-info a:hover span {
                display: inline;
                position: absolute;
                background-color: #ee8c97;
                border: 1px solid #b61e2f;
                color: #921322;
                margin-left: 4px;
                padding-left: 38px;
                padding-right: 4px;
                font-size: .7em;
                font-weight: bold;
                width: 172px;
            }

            #gb-ins-outer a.info:hover span, #gb-ins-info a.info:hover span {
                background-color: #8cc5ee;
                border: 1px solid #1e76b6;
                color: #135d92;
                padding: 4px;
                padding-left: 8px;
            }

            #gb-ins-outer a.wide:hover span, #gb-ins-info a.wide:hover span {
                width: 410px;
            }

            #gb-ins-outer a ul {
                margin: 0;
                padding: 0;
            }
                #gb-ins-outer a ul li {
                    margin-left: -1.6em;
                }


    #gb-ins-info {
        float: left;
        
        margin-left: 12px;
        width: 440px;
    }

        #gb-ins-info span {
            font-size: 0.8em;
        }



    /* NAVIGATION */
    #gb-outer td.gb-ins-sitepaging {
        font-size: 0.8em;
    }
        #gb-outer td.gb-ins-sitepaging a {
            background: #fff;
            border: 1px solid #dadada;
            color: #818080;
            padding: 2px;
            padding-left: 8px;
            padding-right: 8px;
            margin-left: 2px;
            margin-right: 2px;
            text-decoration: none;
        }
        #gb-outer td.gb-ins-sitepaging a:hover {
            border: 1px solid #a4a4a4;
            color: #818080;
        }

        span.gb-ins-sitepaging-nl {
            background: #fff;
            border: 1px solid #dadada;
            color: #dadada;
            padding: 2px;
            padding-left: 8px;
            padding-right: 8px;
            margin-left: 2px;
            margin-right: 2px;
            text-decoration: none;
        }



    /* EINTRÄGE */
    #gb-outer table.gb-entry {
        background: #f1f1f1 url('../gfx/bg-message.png') repeat-x top left;
        border: 1px solid #dadada;
        color: #818080;
        font-size: 0.8em;
    }
    #gb-outer table.gb-entry:hover {
        background: #fff;
        color: #818080;
        border: 1px solid #a4a4a4;
    }

        #gb-outer td.gb-entry-counter {
            background: #fff;
            color: #919191;
            font-size: 0.95em;
            font-weight: bold;
            height: 22px;
            line-height: 22px;
            padding: 0px;
            width: 40px;
        }

        #gb-outer td.gb-entry-heading {
            background: #389ee9;
            border-bottom: 2px solid #418cc6;
            color: #fff;
            font-size: 0.9em;
            font-weight: bold;
            height: 22px;
            line-height: 22px;
            padding: 0px;
            padding-left: 6px;
            padding-right: 6px;
            text-align: left;
            width: 600px;
        }
        #gb-outer td.gb-entry-heading a {
            border: none;
            color: #9dd8f6;
        }
        #gb-outer td.gb-entry-heading a:hover {
            color: #fff;
        }

        #gb-outer td.gb-entry-message {
            padding: 8px;
            text-align: left;
        }


        /* KOMMENTARE */
        fieldset {
              /* IE fix für überlappendes fieldset */
                _position: relative;
                _padding-top: 10px;
                _padding-bottom: 15px;
                _padding-right: 8px;
                _margin-top: 10px;
                _display: block;
              
              background: #fbfcfc;
              border: 1px solid #dadada;
              text-align: left;
              width: 480px;
              margin: 8px;
        }

            fieldset legend {
                       /* IE fix für überlappendes fieldset */
                         _position: absolute;
                         _top: -10px;
                       font-weight: bold;
                       font-size: 0.9em;
                       color: #51526a;
                       margin-left: 8px;
            }

        #fieldset  {
                  overflow: auto;
                  width: 450px;
                  font-size: 1em;
                  padding: 4px;
                  padding-left: 8px;
                  padding-right: 8px;
        }


    /* ADMIN PANEL */
    #gb-outer input.gb-admin-button {
        width: auto;
        cursor: pointer;
    }

    #gb-outer input.gb-admin-button-warning:hover {
        border: 1px solid #dd0000;
        color: #dd0000;
    }

    table.gb-admin-info {
        background: #fff;
        border: 1px solid #ddd;
        font-size: 0.7em;
        margin-bottom: 3px;
    }

    #gb-outer table.gb-admin-entry {
        font-size: 0.75em;
    }

    #gb-outer td.gb-admin-entry-counter {
        font-size: 1em;
    }

    #gb-outer table.gb-admin-menu {
        background: #fff;
        border: 1px solid #418cc6;
        font-size: 0.8em;
        margin-top: 66px;
    }

        #gb-outer table.gb-admin-menu th {
            background: #418cc6;
            color: #fff;
            font-weight: bold;
            line-height: 20px;
        }

        #gb-outer table.gb-admin-menu a:link, #gb-outer table.gb-admin-menu a:visited {
            color: #818080;
            background: transparent url('../../fileadmin/iserlohn.de/css/main_FILES/pfeil-grau-rechts.gif') no-repeat scroll 0 3px;
            line-height: 18px;
            padding-left: 14px;
        }

        #gb-outer table.gb-admin-menu a:hover, #gb-outer table.gb-admin-menu a:active {
            background-image: url('../../fileadmin/iserlohn.de/css/main_FILES/toplinks_pfeil_blue.gif');
            color: #418cc6;
            text-decoration: underline;
        }

        #gb-outer table.gb-admin-menu a.active:link, #gb-outer table.gb-admin-menu a.active:visited {
            background-image: url('../../fileadmin/iserlohn.de/css/main_FILES/toplinks_pfeil_blue.gif');
        }

        #gb-outer span.gb-admin-menu-nr {
            color: #ccc;
            font-size: 0.85em;
            line-height: 18px;
        }
