﻿b /*
* Written by Gabriel Akanbi (akanbi@web.de)
* @author Gabriel Akanbi
* @version 1.1.0
*/
/* CSS Document */
html {
    scroll-behavior: smooth;
}

BODY {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    color: #333;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}



BODY.mitSubnavi {
    margin: 0px;
    padding: 0px;
    line-height: 16px;
    color: #333;
    width: 100%;
}

H1 {
    font-size: 16px;
    color: #008000;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

H2 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 0 0 27px 0;
    margin: 0;
}

H4 {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

H3 {
    color: #016bb2;
    font-weight: normal;
    padding: 0 0 16px 0;
    margin: 0;
}

pre {
    font-size: 12px;
}

hr {
    height: 1px;
    border: none;
    border-bottom: 1px solid #888;
    padding: 10px 0 0 0;
    margin: 0 0 10px 0;
}

* html hr {
    margin: 0 0 3px 0;
}

p {
    padding: 0 0 25px 0;
    margin: 0;
}

a {
    color: #016bb2;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

    a:hover {
        color: #016bb2;
        text-decoration: underline;
        cursor: pointer;
    }

div {
    border: 0 none;
}

img {
    border: none;
}

a img {
    cursor: pointer !important;
}

input {
    padding: 0;
    margin: 0;
    display: block;
    color: #000000 !important;
    border: 0px solid #888;
    font-size: 13px;
}

textarea {
    padding: 0;
    margin: 0;
    display: block;
    color: #000000 !important;
    border: 0px solid #888;
    font-size: 13px;
    resize: none;
}

sub {
    vertical-align: sub;
    font-size: 13px;
}



#screen {
    clear: both;
    text-align: left;
    margin: 0;
    padding: 0;
}

#page {
    margin: 0;
    padding: 0;
    margin: 0;
    text-align: left;
}


.headerimage {
    padding: 0;
    margin: 0;
}

#main {
    border-bottom: #fff 15px solid;
    background-color: #e5f0f7;
}

#content {
    float: left;
    margin: 20px 0 0 0;
    padding: 0px 0 0 10px;
    width: 100%;
    background: #fff;
    border: 0 none !important;
}

    #content .contentMitSubnavigation {
        float: left;
        margin: 20px 0 0 0;
        border: solid 1px red;
    }

#startpagecontent {
    float: left;
    margin: 0px;
    padding: 0 20px 0px 0;
    border: solid 0px red;
}

#defaultpagecontent {
    clear: both;
    float: left;
    width: 605px;
    margin: 15px 0px 0px 0;
    padding: 0px 20px 0px 0;
    border: solid 0px red;
}

.defaultpagecontent_label_h1 {
    font-size: 16px;
    color: #008000;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.defaultpagecontent_label_h2 {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 0 0 27px 0;
    margin: 0;
}

#startpagecontent h1, #startpagecontent H1, #defaultpagecontent h1, #defaultpagecontent H1 {
    height: 25px;
    margin: 0 0 0 1px;
    padding: 0 0 0 1px;
}

.inputpage_divtable {
    display: inline-table;
    font-weight: bold;
    clear: both;
    margin: 5px 0 0 0;
    padding: 5px 0 0 0;
    width: 1000px;
    color: #279d2f;
    border: #888 3px double;
    background-color: #f8f8f8;
    border-collapse: separate;
    white-space: nowrap;
}

FORM {
    display: inline;
}

#logout {
    padding-right: 12px;
    float: right;
    color: #ffffff !important;
    text-align: right;
}

    #logout A {
        color: #ffffff !important;
        text-decoration: none;
    }

        #logout A:hover {
            color: #ffffff !important;
        }

#footer {
    clear: both;
    padding: 10px 20px 10px 2px;
    background-color: #008000;
    text-align: left;
    color: #FFFFFF;
    margin: 0;
    height: 35px;
    border: #f66 0px solid;
}

    #footer A {
        color: #fff;
        text-decoration: none;
    }

        #footer A:hover {
            color: #fff;
            text-decoration: underline;
        }

#footerleft {
    float: left;
    border: #f66 0px solid;
}

#footerright {
    width: auto;
    float: right;
    border: blue 0px solid;
}

#footercontent {
    width: 630px;
    border: #f66 0px solid;
}

UL {
    padding: 5px 0 5px 6px;
    margin: 0;
}

    UL.strong LI {
        padding: 0 0 0 14px;
        margin: 0;
        list-style-position: inside;
        background: url(../../Images/Icons/listenBullet.gif) no-repeat 0 6px;
        list-style: none;
    }

    UL.sublist {
        padding: 0px !important;
        margin: 0px !important;
    }

        UL.sublist LI {
            padding: 0 0 0 14px;
            margin: 0;
            list-style-position: inside;
            background: url(../../Images/Icons/listenBullet.gif) no-repeat 0 6px;
            list-style: none;
        }

    * html UL.strong LI {
        padding-left: 0;
    }

    * + html UL.strong LI {
        padding-left: 0;
    }

input.GridViewCheckBox {
    background: none;
    border: none;
    margin: 2px 0px 0px 0px;
}

input.icon {
    background: none;
    border: none;
}

select {
    margin: 0px;
    height: 21px;
}

BUTTON {
    padding: 0;
    margin: 0;
    width: 23px;
    height: 24px;
    border: none;
}




#inhalt {
    width: 457px;
    float: left;
    padding: 0px 20px 0px 23px;
    margin-bottom: 20px;
    line-height: 16px;
}

    #inhalt p {
        margin: 0;
        padding: 5px 0px 5px 0px;
    }

    #inhalt ul {
        margin-top: 0px;
    }

    #inhalt li {
        padding: 0px 0px 0px 0px;
    }
#languageselector {
    position: absolute;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    float: right;
    border: #e1291d 0px solid;
}