body {
    background: #02296E;
}

div, th, td, p, h1, h2, h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: black;
    background: transparent;
}

body {
    margin: 0;
    padding: 0;
    text-align: center;
}

th, td {
    vertical-align: top;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #10AC9F;
}

h1 {
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
    color: #02296E;
    margin-top: 10px;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    color: #02296E;
    margin-top: 10px;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
    color: #02296E;
    margin-top: 10px;
}

#page {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}

#global {
    width: 900px;
    background: #9999CC;
    float: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

#header {
    width: 900px;
    background: white;
    text-align: left;
}

img {
    border: none;
}

#header img {
    margin: 10px 0 10px 10px;
}

#navi {
    width: 180px;
    float: left;
    text-align: center;
    padding: 0;
    margin-top: 15px;
}

#navi a, #navi a:link, #navi a:visited, .chosen {
    display: block;
    width: 150px;
    height: 25px;
    background: #cccccc;
    border: 1px solid #000;
    margin-top: 2px;
    text-align: center;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    color: #000;
    line-height: 25px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

#navi a:hover {
    color: #fff;
    background: #6E022A;
}

#navi a:active, .chosen {
    color: #fff;
    background: #6E022A;
}

#content {
    width: 720px;
    color: black;
    background: #e4ecf1;
    float: left;
    text-align: left;
    padding: 0 10px 15px 10px;
}

/* IE box-model-hack */
html>body #content {
    width: 700px;
}

.philo {
    color: black;
    line-height: 33px;
    text-align: justify;
}

#footer {
    color: #02296E;
    background: #e4ecf1;
    font-size: 12px;
    text-align: center;
    clear: both;
    width: 900px;
    padding-bottom: 5px;
}

.rot {
    color: #990000;
    background: transparent;
    font-weight: bold;
}

.klein {
    font-size: 10px;
}

.spantable * {
    padding-bottom: 15px;
}
