* {
    margin: 0;
    padding: 0;
}

/* body */

body {
    background-color: #e3e3e3;
    color: #000;
    font: 0.75em/1.2 arial, helvetica, sans-serif;
    text-align: left;
}

a {
    text-decoration: none;
}

/* wrapper */

#wrapper {
    overflow: auto;
    width: 800px;
    min-height: 1200px;
    margin: 31px auto 0 auto;
    background-color: #fff;
}

/* header */

#header {
    position: relative;
    width: 100%;
    height: 180px;
}

#header img {
    position: absolute;
    top: 0;
    right: 0;
}

#header img.small {
    position: absolute;
    top: 40px;
    right: 30px;
}

/* navigation */

#navigation {
    float: left;
    width: 126px;
}

#navigation_inner {
    padding: 12px 0 24px 24px;
}

#navigation ul {
    list-style-type: none;
}

#navigation li {
    margin-bottom: 1em;
}

#navigation li.active {
    color: #0000ff;
}

#navigation a {
    color: #000;
}

#navigation a:hover {
    color: #ff0000;
}

/* content */

#content {
    position: relative;
    float: right;
    width: 650px;
}

#content_inner {
    padding: 12px 24px 48px 24px;
}

div.front {
    width: 55%;
}

h1, h2, h3, h4, h5 {
    font-size: 100%;
    font-weight: normal;
}

h1 {
    margin-bottom: 1em;
    font-weight: bold;
}

h1.front {
    margin-top: 199px;
    font-weight: normal;
}

h2 {
    margin: 1em 0 0.5em 0;
}

#content a {
    color: #00f;
}

#content a:hover {
    color: #f00;
}

a.link_pdf {
    padding-left: 20px;
    background: url(../images/pdf.gif) no-repeat 0 0;
}

a.link_doc {
    padding-left: 20px;
    background: url(../images/doc.gif) no-repeat 0 0;
}

a.link_xls {
    padding-left: 20px;
    background: url(../images/xls.gif) no-repeat 0 0;
}

#iso {
    position: absolute;
    top: 345px;
    right: 24px;
}

p.front {
    margin-top: 3em;
}

.full {
    margin-top: 1em;
}

.half {
    margin-top: 0.5em;
}

.red {
    color: #f00;
}

#content li {
    margin-left: 1.3em;
}

#content ul.no_bullet {
    list-style-type: none;
}

#content ul.no_bullet li {
    margin-left: 0;
}

table {
    width: 100%;
    border: 0;
}

td,
th {
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    text-align: left;
    vertical-align: top;
}

th {
    font-weight: bold;
}

/* HFT */

/* Tabelle der Fächer (tf) */

td.tf1 {
    width: 20%;
}

td.tf2 {
    width: 80%;
}

/* Tabelle kombinierter Unterricht (tku) */

.tku2 p {
    margin-right: 0.5em;
    padding: 0.5em;
    background: #dfdfdf;
}

/* Tabelle Aufnahmen (ta) */

th.ta1 {
    width: 20%;
}

/* Tabelle Auskuenfte (tak) */

th.tak1 {
    width: 20%;
}

/* Tabelle Kosten (tk) */

td.tk1 {
    width: 40%;
}

td.tk2 {
    width: 10%;
    text-align: right;
}

td.tk3 {
    width: 50%;
}

/* HFP */

div.zitat {
    width: 50%;
}
