#container {
    width: 960px;
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
}

#banner {
    padding: 5px;
    margin-bottom: 5px;
    background-color: rgb(213, 219, 225);
}

#content {
    overflow: auto;
    padding: 5px;
    height: 600px;
    width: 630px;
    background-color: rgb(213, 219, 225);
}

#sidebar-a {
    float: left;
    width: 140px;
    margin: 0;
    margin-right: 5px;
    padding: 5px;
    background-color: rgb(235, 235, 235);
}

.Stil4b { font-size: xx-small; }
.Stil13b { font-size: small; font-weight: bold; }
.Stil16b { font-size: large; }

#sidebar-b {
    float: right;
    overflow: auto;
    width: 140px;
    height: 600px;
    margin: 0;
    padding: 5px;
}

.linkL {
    color: black;
    background: #CCCCCC;
    display: block;
    text-align: center;
    width: 130px;
    border: black solid 1px;
    padding: 2px;
    text-decoration: none;
    font: bold 14px Arial, sans-serif;
}

.linkL:hover {
    color: #ffffff;
    background-color: #999999;
}

select {
    font-size: 8pt;
}

/* Aus index.php hinzugefügt */
@import url(main.css);
.Stil1 {
    font-family: "Comic Sans MS";
    font-size: 36px;
    font-weight: bold;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.Stil4 { font-size: small; }
.Stil13 { font-size: large; font-weight: bold; }
.Stil16 { font-size: large; }

