#content {
        width: 540px;
        padding: 0px;
        position: absolute;
        top: 130px;
        left: 250px;
}

#topic {
        width: 200px;
        padding: 0px;
        position: absolute;
        top: 130px;
        left: 20px;
        background: #EBF3FA}

#sidebar {
        width: 150px;
        padding: 5px;
        position: absolute;
        top: 130px;
        left: 820px;
        background: #EBF3FA}

#logo {
        width: 100%;
        height: 70px;
        background : #002A72 url(../images/s2dlogo.jpg) no-repeat;
}

#plaintext {
        position: absolute;
        top: 10px;
        left: 880px;
        text-align: right;
        width: 100px;
}

#plaintext a {
        color: #ffffff;
        text-decoration: none;
}

/* Ergänzt für die Krümel-Navigation */
#youarehere {
        position: absolute;
        left: 20px;
        top: 100px;
        width: 900px;
        height: 30px;
}

#youarehere a {
        display: block;
        float: left;
        height: 30px;
        padding: 0px 10px 0px 23px;
        line-height: 30px;
        color: #002A72;
        text-decoration: none;
        font-size: 11px;
        background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
        color: #BF0A1E;
        background : url(../images/pmra.gif) no-repeat;
}
/* Ende: Ergänzt für die Krümel */

#maintopic {
        width: 100%;
        margin: 0px;
        padding: 1px 0px 2px 0px;
        background: #f9f9f9 url(../images/pmtp.gif) repeat-x;
        height: 32px;
}

#maintopic ul {
        list-style-type: none;
        margin:0px;
        padding:0px;
}

#maintopic li {
        display: inline;
}

#maintopic a {
        display: block;
        float: left;
        margin: 0px;
        padding: 8px 16px 0px 16px;
        text-decoration: none;
        font-family : Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #002A72;
        border-right: 1px solid #dedede;
        border-left: 1px solid #fdfdfd;
        text-transform : uppercase;
        height: 21px;
}

#maintopic a:hover {
        background-color: #FCF8D5;
}

#maintopic a.sel {
        background-color: #EBF3FA;
        color: #BF0A1E;
}

#topic h3 {
        border-top: 1px solid #EBF3FA;
        border-bottom: 1px solid #EBF3FA;
        background-color: #C4E2FF;
        color: #002A72;
        padding: 4px 10px 4px 10px;
        font-size: 100%;
        font-weight: bold;
        text-transform : uppercase;
        margin: 0px 0px 0px 0px;
}

#topic p {
        padding: 4px 10px 4px 10px;
        border-bottom: 1px solid #EBF3FA;
        margin: 0px;
}

#topic p a {
        text-decoration: none;
        color: #002A72;
}

#topic a.sel {
        text-decoration: none;
        color: #BF0A1E;
}

#topic p a:hover {
        text-decoration: underline;
        color: #002A72;
}

form.search {
        padding: 5px;
        margin: 5px 0px 5px 0px;
}

form.search input {
        margin: 0px;
        vertical-align : middle;
}

input.search {
        border-top: #cccccc 1px solid;
        border-left: #cccccc 1px solid;
        border-bottom: #eeeeee 1px solid;
        border-right: #eeeeee 1px solid;
        background-color: #fcfcfc;
        width: 150px;
        padding: 2px;
        color: #002A72}

#ts {
        text-align: center;
}

#ts a {
        text-decoration: none;
        color: #BF0A1E;
}
