@charset "UTF-8";

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}
body {
    font-size: 16px;
}
html {
    background-color: #B0BD25;
    font-family: verdana, arial, helvetica, clean, sans-serif;
    height: 100%;
}
body {
    line-height: 1.5;
    min-height: 100%;
    overflow-y: scroll;
    background-color: #B0BD25;
    font-family: verdana, arial, helvetica, clean, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
div.page, div#header, div#message-view, div#navbar, div#content, div#footer {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.page h1, div.page h2, div.page h3, div.page h4, div.page h5, div.page h6, div.page p, div.page ul, div.page ol, div.page li, div.page div {
    font-weight: normal;
    text-decoration: none;
    color: #68615A;
}
div.page div.image {
    line-height: 0;
}
div.page div.image div.image-title {
    line-height: 1.5em;
}
div.page div.image div.image-subtext{
    line-height: 1.5em;
    font-size: .9em
}

div.page a {
    color: #5D6221;
    text-decoration: none;
}
div.page a:hover {
    color: #3A3E15;
    text-decoration: underline;
}
div#sitebar ul {
    position: absolute;
    top: 0;
    right: 0.5em;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -khtml-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
div#sitebar ul {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    margin: 0;
    font-size: 12px;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
}
div#sitebar ul li {
    list-style: none;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    padding-top: 4px;
}
div#sitebar ul li img {
    margin-top: -5px;
}
div#sitebar ul li img + a {
    margin-left: 3px;
    font-weight: bold;
    color: #5D6221;
    background-color: transparent;
}
div#sitebar ul li.sep {
    min-height: 18px;
    border-left: 1px solid #5D6221;
    margin-top: 3px;
}
div#message-view {
    position: relative;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 0 10px 0;
}
div.page .simple_form {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0 1em 0;
    color: #fff;
}
div.page .simple_form label {
    width: 90%;
}
div.page .simple_form input.radio {
    margin-top: 0.8em;
}
div.page .simple_form label.collection_radio {
    margin-top: 1em;
    margin-left: 1px;
    margin-right: 0.5em;
}
div.page .simple_form input {
    margin-top: 0.25em;
}
div.page .simple_form input[type='submit'] {
    display: block;
    float: none;
}
div.page .simple_form div.input {
    margin: 10px 0 0 0;
    position: relative;
    display: block;
    width: 100%;
}
div.page .simple_form span.hint {
    margin-top: 0.2em;
    margin-left: 0.2em;
    display: block;
    color: darkgrey;
    font-style: italic;
    font-size: 85%;
}
div.ebox {
    display: inline-flex;
}
div.ebox textarea {
    width: 100%;
}
div.ebox table {
    clear: both;
    height: 18px;
    border-spacing: 0;
}
div.ebox td.ebox-content {
    border: 1px dotted #333;
    min-width: 10px;
}
div.ebox td.ebox-e-lnk {
    vertical-align: top;
    line-height: 1.2;
}
div.ebox td.ebox-e-lnk a {
    display: block;
    background-color: blue;
    text-align: center;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -khtml-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    margin: 0;
    padding: 0;
    border-top: 1px solid #009;
    border-left: 1px solid #009;
    border-bottom: 1px solid #009;
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -khtml-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    height: 18px;
    width: 18px;
}
div.ebox td.ebox-e-lnk a:hover {
    text-decoration: none;
    cursor: pointer;
}
div.ebox td.ebox-d-lnk {
    vertical-align: top;
    line-height: 1.2;
}
div.ebox td.ebox-d-lnk a {
    display: block;
    background-color: red;
    text-align: center;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -khtml-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    margin: 0;
    padding: 0;
    border-top: 1px solid #900;
    border-right: 1px solid #900;
    border-bottom: 1px solid #900;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -khtml-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    height: 18px;
    width: 18px;
    text-decoration: none;
}
div.ebox td.ebox-d-lnk a:hover {
    text-decoration: none;
    cursor: pointer;
}
div.nbox {
    line-height: 1.2;
    color: white;
}
div.nbox a {
    float: left;
    background-color: green;
    text-align: center;
    color: white;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -khtml-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    margin: 0;
    padding: 0;
    border: 1px solid #090;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    height: 18px;
    width: 18px;
}
div.nbox a:hover {
    text-decoration: none;
    cursor: pointer;
}
div.loginpage {
    background: #B0BD25;
    margin: 0;
    font-family: verdana, arial, helvetica, clean, sans-serif;
}
div.loginpage h1, div.loginpage h2, div.loginpage h3, div.loginpage a, div.loginpage label, div.loginpage p {
    font-weight: normal;
    text-decoration: none;
    color: #68615A;
}
div.loginpage h1 {
    font-size: 1.50em;
    margin: 0.5em 0;
}
div.loginpage h2 {
    font-size: 1.25em;
    margin: 1em 0 0.5em;
}
div.loginpage h3 {
    margin: 0 0 0.5em;
}
div.loginpage li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}
div.loginpage ul {
    margin: 1em 0;
}
div.loginpage ul li {
    list-style: none;
}
div.loginpage ul li a {
    margin: 0 !important;
    width: 100% !important;
}
#login {
    display: block;
    width: 300px;
    margin: 0 auto;
    background-color: transparent;
}
#login .alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#login .alert, #login .alert h4 {
    color: #c09853;
}
#login .alert h4 {
    margin: 0;
}
#login .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
    border: 0;
    float: right;
    font-size: 20px;
    font-weight: bold;
    opacity: 0.4;
    filter: alpha(opacity=20);
    background: transparent;
}
#login .alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
#login .alert-danger h4 {
    color: #b94a48;
}
#login .alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 10px;
}
#login .alert-block > p, #login .alert-block > ul {
    margin-bottom: 0;
}
#login .alert-block p + p {
    margin-top: 5px;
}
#login #section {
    display: block;
    width: 460px;
    float: left;
    margin: 140px 0 380px -30px;
    background-color: transparent;
    background-repeat: repeat;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
}
#login #section h1 {
    margin: 20px 0 6px 40px;
}
#login #section h2, #login #section p {
    margin-left: 40px;
}
#login #section .hint, #login #section label, #login #section input, #login #section a {
    display: block;
    width: 85%;
    margin: 0 0 2px 40px;
    font-size: 0.9em;
}
#login #section .hint {
    color: darkgrey;
}
#login #section label {
    margin: 8px 0 0 40px;
}
#login #section label.boolean {
    margin: 6px 0 0 40px;
    padding: 4px 0 8px 0;
}
#login #section .collection_radio {
    display: block;
    position: relative;
    margin: -20px 0 10px 60px;
}
#login #section label.optional, #login #section label.required {
    display: block;
    width: 85%;
    margin: 10px 0 2px 40px;
}
#login #section input.radio_buttons {
    width: auto;
    float: left;
    margin: 4px 8px 10px 20px;
}
#login #section input.boolean {
    width: auto;
    float: left;
    margin: 6px 6px 0 0;
}
#login #section input[type="submit"] {
    margin-bottom: 12px;
    padding: 6px;
}
#login #section .control-group.error .help-inline {
    margin-left: 40px;
}
#login #section .control-group.error .control-label, #login #section .control-group.error .help-block, #login #section .control-group.error .help-inline {
    color: #b94a48;
}
#login #section .control-group.error .checkbox, #login #section .control-group.error .radio, #login #section .control-group.error input, #login #section .control-group.error select, #login #section .control-group.error textarea {
    color: #b94a48;
}
#login #section .control-group.error input, #login #section .control-group.error select, #login #section .control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#login #section .control-group.error input:focus, #login #section .control-group.error select:focus, #login #section .control-group.error textarea:focus {
    color: #953b39;
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
div#navbar {
    background-color: #D0D87C;
    color: #5D6221;
    border: solid #fff;
    border-width: 1px 0;
}
div#navbar .navlink {
    font-size: .8em;
    text-align: right;
    width: 237px;
}
div#navbar .navlink:first-child {
    border-top: 0;
}
div#navbar .navlink a {
    display: block;
    background-color: #D0D87C;
    color: #5D6221;
    padding: 3px 33px 3px 5px;
    border-top: 1px solid #C1C973;
    text-decoration: none;
}
div#navbar .navlink a:visited {
    background-color: #D0D87C;
    color: #5D6221;
}
div#navbar .navlink a:hover {
    background-color: #D0D87C;
    background-image: url(hg_menue_hover.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    color: #3A3E15;
}
div#navbar .navlink a:active, div#navbar .navlink a:focus {
    background-color: #D0D87C;
    color: #5D6221;
    position: relative;
}
div#navbar td.ebox-content .navlink {
    width: 198px !important;
}
div#content {
    width: 518px;
    padding-bottom: 36px;
    line-height: normal;
}
div#content .webpage {
    font-size: .8em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #fff;
    text-align: center;
    color: #68615A;
    padding: 10px 0;
    border: 1px solid #D8D8D8;
    min-height: 565px;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
    -khtml-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.35);
}
div#content .webpage section {
    margin: 0 auto;
}
div#content .webpage section article {
    margin: 0 auto;
    padding: 0;
    color: #68615A;
    text-align: left;
}
div#content .webpage section article h1 {
    font-size: 1.25em;
}
div#content .webpage section article h2 {
    background-color: #F6F6F6;
    color: #4459A7;
    font-size: 1em;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 4px 6px;
    margin-top: 1em;
    border: 1px solid #C5C5C5;
}
div#content .webpage section article h3 {
    color: #4459A7;
    font-weight: bold;
    font-size: 0.85em;
    margin-bottom: 1em;
}
div#content .webpage section article h4 {
    background-color: inherit;
    color: #4459A7;
}
div#content .webpage section article p {
    padding: 1em 0 0;
    font-size: 0.9em;
}
div#content .webpage section article ul {
    margin: 0;
    padding: 0;
    color: #4459A7;
    font-weight: bold;
}
div#content .webpage section article address {
    padding: 0 0 1em;
    font-style: italic;
}
div#content .webpage section article.left img {
    display: block;
    border: 1px solid #D8D8D8;
    margin: auto;
}
div#content .webpage section article.full, div#content .webpage section article.right {
    clear: both;
}
div#content .webpage section article.full img, div#content .webpage section article.right img {
    float: right;
    clear: right;
    margin: 1em 0 0 10px;
    padding: 1px;
    border: solid 1px #CDD8EA;
}
div#content .webpage section.full {
    clear: both;
    margin-top: 1em;
    border-top: 1px dotted #68615A;
    width: 474px;
}
div#footer {
    font-size: .7em;
}
div#footer .footerbar {
    margin-left: 10px;
    margin-top: 4px;
}

div#footer .footerbar .footerlink a {
    color: #fff;
}
div#footer .footerbar .footerlink:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}
div#footer .footerbar div.ebox {
    float: left;
}
div#footer .footerbar div.ebox .footerlink {
    margin: 0;
    padding: 0;
    border: 0;
}
div#footer .footerbar div.ebox table {
    float: left;
}
div.page.bluecloud-edit-active .footerbar {
    margin-left: 815px !important;
}
/* schmal */
@media (max-width: 768px) {
    div#header {
        position: absolute;
        left: 79%;
    }
    div#header .logo img {
        width: 90px;
        margin: 10px;
    }
    div#message-view {
        position: absolute;
    }
    div#content {
        padding-bottom: 12px;
    }
    div#footer {
        height: 30px;
    }
    div#footer .footerbar .footerlink {
        float: left;
        padding-left: 10px;
        border-left: 1px solid #777;
        margin-left: 10px;
    }
}
/* ganz schmal (< 520) */
@media (max-width: 520px) {
    div#header {
        position: absolute;
        left: 412px;
    }
}
/* breit ( > 768) */
@media (min-width: 768px) {
    div#content {
        position: absolute;
        top: 45px;
        left: 241px;
    }
    div#navbar {
        margin-top: 296px;
    }
    div#header .logo {
        position: absolute;
        top: 90px;
        left: 70px;
    }
    div#header .logo img {
        width: 100%;
        margin: 0;
    }
}
/* sehr breit ( > 1020) */
@media (min-width: 1020px) {
    div#footer .footerbar {
        margin-top: 4px;
        margin-left: 775px;
    }
    div#footer .footerbar .footerlink {
        float: left;
        padding-left: 10px;
        border-left: 1px solid #777;
        margin-left: 10px;
    }
}