html, body {
    background: #EAEAEA;
    font-family: Trebuchet MS, Lucida Grande, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
}

*[title] {
    border-bottom: inherit;
    cursor: help;
}

a {
    color: #4E672E;
    font-style: italic;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

#body {
    background: #EAEAEA url(bg) repeat-x left top;
    border-color: #4E672E;
    border-style: none dotted;
    border-width: 1px;
    margin: 0 auto;
    height: 100% !important; /* MSIE 6 */
    height: 100%;
    min-height: 100%;
    position: relative;
    width: 16cm;
}

#header {
    margin: 0;
    padding: 1cm 0 0;
}

h1, h2 {
    text-align: center;
}

h1 {
    font-size: 300%;
    margin: 1cm 0;
    /* image replacement */
    background: url(madrat-title.png) no-repeat center top;
    overflow: hidden;
    height: 0;
    padding: 63px 0 0 0;
}

h2 {
    font-size: 150%;
    margin: 2cm 0 1cm;
    padding: 0;
}

.logo {
    color: #4E672E;
    font-style: italic;
    font-weight: bold;
}

.nologo {
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
}

#body p {
    margin: 0 1cm;
    text-align: justify;
}

#body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#body ul li {
    display: block;
}

#body ul li a {
    border-radius: 1em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    color: inherit;
    display: block;
    font-style: inherit;
    height: 4cm;
    margin: 0 auto;
    padding: 0 1cm 0;
    overflow: hidden;
    text-decoration: inherit;
    width: 8cm;
}

#body ul li a:hover {
    background: url(button-hover) repeat-x left top;
}

#body ul li a:active {
    background: url(button-pressed) repeat-x left top;
}

#body ul li a .title {
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    font-size: 200%;
    margin: 1cm 0 0.2cm;
}

.title:before {
    color: #4E672E;
    content: '//';
    padding-right: 0.5em;
    letter-spacing: -0.2em;
}

#body ul li a .description {
    border-left: 1px dotted #4E672E;
    display: none;
    font-size: 75%;
    padding: 0 0.5em;
}

#body ul li a:hover .description {
    display: block;
}

#green-goo .title {
    background-image: url(double-helix);
}

#bsc .title {
    background-image: url(thesis);
}

#me .title {
    background-image: url(me);
}

#footer {
    bottom: 0;
    padding-bottom: 0.2cm;
    position: absolute;
    width: 100%;
}

#footer p {
    font-size: 75%;
    text-align: center;
    margin: 0;
}

/* imprint */

dl {
    padding: 0;
    border: 1px solid transparent;
    margin: 0 auto;
    width: 25em;
}

dt {
    color: #4E672E;
    display: block;
    float: left;
    padding-right: 0.5em;
    text-align: right;
    width: 5em;
}

dd + dt, dd + dt + dd {
    margin-top: 1em;
}

dd {
    margin: 0 0 0 5.5em;
}

