* {
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
}

body {
    background: white;
    color: #666666;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold;
    min-width: 40em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    overflow: hidden;
}

#page {
    width: 760px;
    margin: 10px auto;
    text-align: left;
}

#navigation {
    font-size: 7pt;
    float: left;
    width: 75px;
    margin: 0;
    padding: 0 20px 0 59px;
    white-space: nowrap;
}

.item {
    display: block;
    font-weight: bolder;
    color: #33CC99;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.subitem {
    display: block;
    font-weight: normal;
    color: #66CCCC;
    text-decoration: none;
    margin-left: 3px;
    line-height: 130%;
}

.group {
    margin-top: 12px;
}

#picture {
    float: right;
    width: 133px;
    margin: 0;
    padding: 0;
}

#main {
    position: relative;
    height: 285px;
    overflow: hidden;
    margin: 0 0 0 10px;
}

#content {
    position: absolute;
    width: 450px;
    margin: 0 30px 0 0;
}

#content h1 {
    font-size: 9pt;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #33cc99;
    line-height: 100%;
}

#content h2 {
    font-size: 10pt;
    font-weight: bold;
    line-height: 120%;
    padding: 10px 0 5px 0;
}

#content h3 {
    font-size: 9pt;
    font-weight: bold;
    line-height: 100%;
    padding: 10px 0 0 0;
}

#content .courseheadline {
    font-size: 9pt;
    font-weight: bolder;
    color: #33CC99;
    text-decoration: none;
    line-height: 100%;
    padding: 10px 0 0 0;
    width: 100%;
}

#content .courseheadline .supertitle {
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    width: 100%;
}

#content .courseheadline .supertitle1 {
    font-size: 8pt;
    font-weight: normal;
    /* color: #666666; */ /*alte Farbe */
    color: #33CC99;
    text-decoration: none;
    width: 100%;
}

#content .courseheadline .date {
    text-align: right;
}

#content p {
    font-size: 7pt;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding-top: 0;
    line-height: 150%;
}

#content p.indented {
        text-indent: -15px;
        padding-left: 15px;
}

#content p.indented em{
    font-weight: bolder;
        font-style: normal;
    color: #33CC99;
}

#content ul {
    list-style-type: square;
    padding-left: 20px;
    margin: 10px 0;
}

#content ul.links {
    list-style-type: none;
    padding-left: 20px;
    margin: 10px 0;
    color: #33CC99;
}

#content ul.links li {
    padding-bottom: 5px;
}

#content .schedule {
    text-align: left;
    font-size: 10pt;
    margin-bottom: 20px;
}

#content .schedule th {
    text-align: left;
    font-size: 10pt;
}

#content .schedule td {
    height: 15px;
    vertical-align: top;
    font-size: 7pt;
    padding: 2px;
}

#content .schedule .firstcolumn {
    font-size: 9pt;
}

#content .schedule .odd td {
    background-color: #CCCCCC;
}

#content .schedule .emptyrow {
    height: 10px;
}

#content input {
    width: 200px;
}

#content .buttons {
    width: 120px;
    margin: 5px;
}

#content .message p {
    font-size: 10pt;
}

#content .message a {
    font-size: 9pt;
}

#content .quote {
    border-top: 2px solid #33cc99;
    border-bottom: 2px solid #33cc99;
    padding: 10px 0;
    margin: 25px 0;
    font-size: 9pt;
}

#content .quote h3 {
    font-size: 10pt;
    margin-bottom: 5px;
    margin-top: 0;
    padding-top: 0;
}

#content .quote .author {
    margin-top: 10px;
    font-size: 8pt;
}

#content .feedback {
        font-size: 7pt;
        font-weight: bold;
        margin-bottom: 15px;
}

#content .feedback p{
        margin-bottom: 2px;
}


#content .feedback .author {
    margin-top: 5px;
        font-style: italic;
}

#scrollbar {
    width: 12px;
    float: right;
}

#scrollbar #scrolldown {
    margin-top: 263px;
    vertical-align: bottom;
    text-align: center;
}

#scrollbar #scrollup {
    vertical-align: top;
    text-align: center;
}

#scrollbar #scrollup img {
    vertical-align: top;
    margin-top: 5px;
}

a img {
    border: none;
}

a:link {
    color: #33CC99;
}

a:visited {
    color: #33CC99;
}

a:hover {
    color: #009966;
}

a:active {
    color: #009966;
}

img.float-left {
    float: left;
    padding: 5px 10px 10px 0;
}

img.float-right {
    float: right;
    padding: 5px 0 10px 10px;
}

.searchengineinfo {
    position: absolute;
    width: 200px;
    height: 115px;
    z-index: 1;
    visibility: hidden
}

.figure {
    width: 210px;
    text-align: center;
}

.figure a {
    text-decoration: none;
}

#welcome {
    width: 400px;
    height: 200px;
    margin: 30px auto;
    font-size: 12pt;
    font-weight: normal;
}





