body {
    font: 0.8em Verdana, sans-serif;
    text-align: center;
    color: #303030;
    background-color: #fcfafa;
}

#page {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: left;
}

#left, #main, #right {
    float: left;
}

#left {
    width: 250px;
    background-color: #f6f4f4;
    padding-bottom: 1em;
}

#main {
    width: 500px;
}

#right {
    width: 250px;
    background-color: #f6f4f4;
    padding-bottom: 1em;
}

.clear {
    clear: both;
}

.inner {
    margin: 1em;
}

a {
    color: #bb0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#head {
    text-align: center;
    margin-bottom: 1em;
}

#head .menu li {
    display: inline;
    padding: 0 2.5em;
    font-size: 1.6em;
    font-family: Georgia, serif;
}

dt {
    float: left;
    width: 5em;
    clear: both;
}

dd {
    padding: 0;
    margin: 0;
    float: left;
}

#site-title {
    font-size: 2em;
    font-weight: bold;
    color: #bb0000;
    display: none;
}

label {
    display: block;
}

input, textarea {
    border: 1px solid black;
    padding-left: 0.2em;
}

textarea {
    width: 100%;
}


h3 {
    color: #505050;
    /*border-bottom: 1px dashed #a0a0a0;*/
    border-bottom: 1px solid #e0e0e0;
    font-family: Georgia, serif;
}

h1 {
    text-align: center;
    font-family: Georgia, serif;
    font-size: 1.9em;
    font-weight: normal;
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

#footer {
    margin-top: 1em;
    font-size: 0.8em;
}

.left {
    float: left;
    width: 49%;
}

.right {
    float: right;
    width: 49%;
    text-align: right;
}

#main .inner {
    margin-left: 5em;
}

#main .inner {
    margin-top: 0;
    margin-right: 5em;
}

.demos {
    margin-bottom: 2em;
}

.demos li {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.7em;
}

.task .meta {
    font-size: 0.9em;
}

.task .header {
    font-size: 1.2em;
}

.task .meta {
    margin-bottom: 0.5em;
}

.task .image {
    margin-right: 1em;
    float: left;
}

.task .more {
    font-size: 0.8em;
}

.task {
    margin-bottom: 1em;
}

img {
    border: none;
}

.task .music {
    font-weight: bold;
    margin-top: 1em;
}

.task .music li {
    list-style-type: decimal;
    list-style-position: inside;
}

.task .description {
    text-indent: 1em;
}

p {
    text-indent: 1em;
}

form p {
    text-indent: 0;
}

.last-messages .meta {
    font-size: 0.8em;
}

.last-messages .content {
    background-color: #fafafa;
    padding: 0.2em 0.5em;
    margin-bottom: 1em;
}

.last-messages .author {
    color: #bb0000;
}

.history li {
    border-bottom: 1px dashed #f0f0f0;
    margin-bottom: 1em;
}

.readall {
    padding-top: 1em;
    text-align: center;
    font-size: 0.8em;
}

.task .screen {
    font-size: 0.8em;
    color: gray;
}

.demo-category {
    text-align: center;
    font-size: 1.25em;
    font-family: Georgia, serif;
    color: #606060;
}

form input.button {
    width: auto;
}

.site-messages .notices {
    color: green;
}

.site-messages .errors {
    color: red;
}

.site-messages {
    font-weight: bold;
}

.last-tasks {
    text-align: center;
}

.last-tasks li {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid #e8e8e8;
}

.last-tasks .header {
    font-weight: bold;
    margin-bottom: 0.3em;
}

/*.last-tasks .all-tasks-link {*/
    /*text-align: center;*/
    /*font-size: 0.8em;*/
/*}*/

.ahtung {
    margin-top: 1em;
    font-size: 0.9em;
    color: #808080;
}

.player {
    position: relative;
    top: -5px;
}
