@CHARSET "ISO-8859-1";
html {
        min-height: 100%;
        min-width: 100%;
        padding:0;
        margin:0;
        border:0;
        /* hide overflow:hidden from IE5/Mac */
        /* \*/
        overflow: auto;
        /* */
}

body {
        padding:0;
        margin:0;
        border:0;
        min-height: 100%;
        min-width: 100%;
        text-align: center;
        background-color: #fff;
        text-align: center;
}

#Seite{
        position: relative;
        width: 800px;
        padding: 0px;
        margin: auto;
        text-align: left;
        border-top: 1px solid #fff;
        background-image: url("../images/schattenMitte.gif");
        background-repeat: repeat-y;
        background-position: left;
}

#schattenOben{
        padding-top: 27px;
        background-image: url("../images/schattenOben.gif");
        background-repeat: no-repeat;
        background-position: top left;
}

#schattenUnten{
        padding-bottom: 58px;
        padding-left: 67px;
        background-image: url("../images/schattenUnten.gif");
        background-repeat: no-repeat;
        background-position: bottom left;
}

#inhalt{
        position: relative;
        width: 700px;
        border-top: 1px solid #fff;
}

#content{
        position: relative;
        width: 490px;
        min-height: 450px;
        margin-top: 242px;
        padding-left: 210px;
        padding-right: 10px;
        padding-top: 20px;
        border-bottom: 10px solid #a3958f;
        background-image: url("../images/contentBg.png");
        background-repeat: repeat-y;
        background-position: top left;
}

*html #content{
        width: 710px;
        height: 650px;
}

#kopf{
        position:absolute;
        top: 0px;
        left: 0px;
        width: 710px;
        height: 242px;
        background-image: url("../images/header.png");
        background-repeat: no-repeat;
        background-position: top left;
}

#shortCuts{
        position:absolute;
        bottom: 10px;
        right: 0px;
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#shortCuts li{
        padding: 2px;
        margin-right: 5px;
        text-align: right;
        font-size: 12px;
        color: #7e9447;
        line-height: 100%;
}


#fuss{
        position:absolute;
        bottom: 0px;
        left: 0px;
        width: 658px;
        height: 20px;
        background-color: #85a544;
        text-align: center;
}

#scondMainNavi{
        list-style: none;
        margin: 0px;
        margin-left: 230px;
        margin-top: 4px;
        padding: 0px;
}

#scondMainNavi li{
        float:left;
        margin-left: 10px;
        text-align: center;
}

#scondMainNavi li div{
        font-size: 11px;
        color: #fff;
        line-height: 100%;
}

*html .dojoxLightboxContainer{
         margin-left: -50%;
}

input, textarea{
        border: 1px solid #716e6c;
}

#links{
        position: absolute;
        top: 270px;
        left: 10px;
        width: 180px;
}

#links h2{
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
        padding-bottom:5px;
        border-bottom: 1px solid #555;
        font-weight: normal;
        font-size: 14px;
}

#links ul{
        margin: 0px;
        margin-left: 6px;
        padding: 0px;
        list-style: none;
}

#links li ul{
        margin-left: 10px;
}

#links li{
        margin: 0px;
        padding: 0px;
}

#links li div{
        margin: 0px;
        padding: 2px;
        padding-left: 35px;
        font-size: 14px;
        font-weight: bold;
        background-image:  url("../images/li.gif");
        background-repeat: no-repeat;
        background-position: center left;
}


body, td, div, p {
        font-size:12px;
        font-family: "Arial";
        color: #52362c;
        line-height: 160%;
    padding:0px;
        margin:0px;
}

a{
        color: #52362c;
        text-decoration: none;

}

a:hover{
        color: #52362c;
        text-decoration: underline;
}


p{
        margin-bottom: 15px;
}

h2{
        margin: 0px;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 0px;
        padding-bottom:5px;
        border-bottom: 1px solid #52362c;
        font-weight: bold;
        font-size: 14px;
}

.linkeSpalte{
        width: 230px;
        text-align: justify;
}

.rechteSpalte{
        width: 230px;
        float:right;
        text-align: justify;
}

.antifloat{
        clear: both;
        visibility: hidden;
}

.spezialOl{
 margin: 0px;
 padding: 0px;
 padding-left: 15px;
}

ol ol{
        list-style-type: lower-alpha;
}

.eineSpalteOl li{
        margin-bottom: 15px;
        width: 95%;
        font-weight: bold;
        text-align: justify;
}

.eineSpalteOl li li{
        margin-bottom: 0px;
        font-weight: normal;
}

.kleinerText p{
        font-size: 9px;
}