* {
    font-family: sans-serif;
}

html {
    background: #1e4680 url(startklein-background.png) repeat-y 50% 0%;
}
body {
    background: #1e4680 url(startklein-background.png) repeat-y 50% 0%;
}

#hd h1 {
    display:none;
}
#hd {
    text-align:center;
    margin-top: 6px;
    background: #3465a4
    height: 100px;
    width: 750px;
}

#ft {
    background: #444;
    margin-bottom: 30px;
    padding: 6px;
    color: white;
}
#ft a {
    color: white;
}
#ft a :visited {
    color: white;
}


#bd {
    background: white;
    padding: 12px;
}

#bd h1 {
    font-size: 2.5em;
    font-weight: bold;
    margin-top: 12px;
    text-align:center;
}
#bd h2 {
    font-size: 1.5em;
    margin-top: 4px;
    text-align:center;
}

#bd p {
    margin-top: 12px;
}
#bd em {
    font-style: italic;
}

#bd .balk {
    color: #82afcf;
    margin-top: 32px;
    background: #3465a4;
    font-size: 1.8em;
    text-align: center;
    padding: 4px;
}

#bd .balk a {
    color: white;
}

.topbar {
    text-align: right;
    background: black;
    color: white;
    font-size: 1.6em;
    padding-top: 16px;
    padding-right: 30px;
    padding-bottom: 2px;
}
.topbar a {
    color:white;
    text-decoration:none;
}
.topbar a:visited {
    color:white;
}

h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 18px;
}
ol {
    margin-top: 12px;
}
ol li {
    list-style-type: decimal;
    margin-left: 20px;
}

ul {
    margin-top: 12px;
}
ul li {
    list-style-type: disc;
    margin-left: 20px;
}

table.data {
    border: 0;
    margin-top: 1em;
}
table.data td {
    border:0;
    padding: 4px;
}
table.data th {
    background: #ace;
    border:0;
    padding: 4px;
    font-weight: bold;
}
table.data tr {
    border:0;
}
table.data tr.odd td {
    background: #e0e0e0;
}

