body {
    background-image: url(images/gradientbg.gif);
    background-color: #EBEBEB;
    background-repeat: repeat-y;
    background-position: center;
    padding: 0;
    margin: 0;
    
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

#page {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#pagecontent {
    position: relative;
}

#head {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(images/head.jpg);
    background-repeat: no-repeat;
    width: 700px;
    height: 100px;
    border-bottom: 1px solid #DCDCDC;
}

#kurzbibelschule {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
}

#jahreszahl {
    position: absolute;
    display: block;
    top: 67px;
    left: 55px;
}

#menu {
    position: absolute;
    display: block;
    top: 101px;
    left: 0;
    width: 175px;
    padding: 0.5em;
    padding-top: 10px;
}

#contentcolumn {
    position: absolute;
    display: block;
    top: 101px;
    left: 185px;
    width: 360px;
    padding: 0.3em;
    padding-right: 1em;
    padding-top: 10px;
}

#content_right {
    position: absolute;
    display: block;
    top: 101px;
    left: 555px;
    width: 135px;
    padding: 0.3em;
    font-size: 80%;
    padding-top: 10px;
}

#content h1{
    font-size: 12pt;
}

#content_right h1 {
    font-size: 7pt;
}

#content_right ul {
    margin-left: 10pt;
    padding-left: 0;
}

#copyright {
    margin-top: 5em;
    font-size: 80%;
}

#menu a {
    display: block;
    margin-bottom: 0.8em;
    text-decoration: none;
    color: #fff;
    font-size: 80%;
}

#menu a:hover {
    color: #ddd;
    text-decoration: underline;
}

.overviewtable {
    border-collapse: collapse;
    width: 98%;
}

.overviewtable td {
    white-space: nowrap;
    font-size: 80%;
    padding: 0.3em;
    border: 1px solid #CFB31F;
}

.overviewtable th {
    padding-top: 0.5em;
    border: 1px solid #CFB31F;
    background-color: #CFB31F;
    color: #fff;
}

td p {
    margin: 0;
    padding: 0;
}

td {
    vertical-align: top;
}

fieldset {
    border: 0;
}

.csc-mailform-field label {
    display: block;
}

a {
    color: #CFB31F;
}