
/* ###### General ###### */

body {
    font-family: 'trebuchet ms', 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 0.9em;
    padding: 0;
    max-width: 1024px;
    margin: 0 auto;
}

html, body {
    height: 100%;
}

img {
    border: none;
}

acronym {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: help;
}

code {
    font-family: "lucida console", monospace;
}

dt {
    font-weight: bold;
}

dd {
    padding-bottom: 1.5em;
}

hr {
    border-bottom: 1px;
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
}

ul {
    line-height: 2em;
    list-style-type: square;
    margin: 0;
    padding-left: 2em;
}

img {
    margin: 0 1em 1em 0
}

.left {
    text-align: left
}


/* ###### Content ###### */

#content {
    text-align: justify;
    line-height: 1.8em;
    margin: 0 4em 2em 18em;
}

#content > div {
    margin-bottom: 2em
}

#content h4 {
    margin: 0 0 0.5em 0
}

#content a {
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#content a:hover {
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 0;
}


/* ###### Header ###### */

#header {
    background-image: url(logo.png);
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 3em
}

#header h1 a, 
#header h2 a {
    text-decoration: none;
    font-weight: bold;
    padding: 0;
}

#header h1 {
    font-size: 26px;
    margin: 0 0 0.5em 1em;
    padding-top: 1em
}

#header h2 {
    font-size: 18px;
    letter-spacing: 2px;
    font-style: italic;
    margin: 0 0 0 3em;
}


/* ###### Left Sidebar ###### */

#sidebar {
    width: 15em;
    float: left;
    font-weight: bold;
    margin-left: 1em;
}

#sidebar a {
    text-decoration: none;
    line-height: 2em;
    display: block;
}

#sidebar a, 
#sidebar span {
    line-height: 2em;
}

#sidebar h3 {
    font-weight: bold;
    font-size: 1em;
    padding: 0.3em 1em;
    letter-spacing: 2px;
    margin: 0;
}

#sidebar .block {
    font-weight: normal;
    padding: 0.5em 1em;
    margin-bottom: 2em
}


/* ###### Footer ###### */

#main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
}

#footer, .push {
    height: 2em;
}

#footer {
    width: 1024px;
    text-align: center;
    line-height: 1em;
    clear: left;
}

#footer div {
    padding-bottom: 1ex;
}

#footer a {
    font-size: 0.7em;
    text-decoration: none;
    font-weight: bold;
    margin: 0 0.5em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#footer a:hover {
    border-bottom: 0;
}


/* ###### Text Colors ###### */

#header h1 a,
#content a, #sidebar a, 
#sidebar span { 
    color: #608fc1; 
}

#header h2 a { 
    color: #6296cc; 
}

#sidebar h3, #footer * { 
    color: white; 
} 

#sidebar a:hover { 
    color: #5D738B; 
}

body { 
    color: #333; 
}


/* ###### Background Colors ###### */

body {
    background-color: white; 
}

#content {
    background-color: white; 
    border-color: #ebe8e3; 
}

#header { 
    background-color: white; 
    border-color: #78736d; 
}

#sidebar h3, #footer { 
    background-color: #8EB0D4; 
}

#sidebar .block { 
    background-color: #deeeff 
}

#uebersicht tr.header {
    background-color:  #c4bab1; 
}

#uebersicht td.empty {
    background-color: #eee; 
}

#uebersicht td.time {
    background-color: #eee; 
}

#uebersicht td.vortrag {
    background-color: #ebe8e3; 
}


/* ###### Border Colors ###### */

acronym { 
    border-color: #6296cc; 
}
