body {
    background: #163060;
    padding: 0;
    margin: 40px 0 30px 0;
    font-family: 'Verdana', sans-serif;
    font-size: 13px;
    color: white;
    text-align: center;
}

a {
    color: white;
}

a img {
    border: none;
}

div.clearer {
    clear: both;
}

div.headersection {
    width: 758px;
    margin: 0 auto 0 auto;
    border: 1px solid #3E5481;
    border-bottom: none;
    background: url(img/gradient_navigation.png) repeat-x bottom;
}

div.header {
    background: #49608e url(img/gradient_header.png) repeat-x bottom;
    padding: 40px 8px 8px 8px;
}

div.header ul.languages {
    margin: -30px 0 0 -4px;
    padding: 0;
    list-style: none;
    float: left;
}

div.header ul.languages li {
    float: left;
    padding: 0 4px 0 4px;
}

div.header ul.languages li a {
    display: block;
    width: 16px;
    height: 11px;
    padding: 0;
    text-decoration: none;
    background-repeat: no-repeat;
    opacity: 0.5;
}

div.header ul.languages li a:hover {
    opacity: 1;
}

div.header ul.languages li a span {
    display: none;
}

div.header ul.languages li#lang_de a {
    background-image: url(img/lang/de.gif);
}

div.header ul.languages li#lang_en a {
    background-image: url(img/lang/en.gif);
}

div.header h1 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    text-align: right;
    text-transform: lowercase;
}

ul.navigation {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.navigation li {
    float: left;
}

ul.navigation li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #FF9900;
    font-weight: bold;
    font-size: 11px;
}

ul.navigation li a:hover {
    color: white;
    background-color: #1e396c;
}

ul.navigation li.active a {
    color: white;
}

div.subnavigation {
    border: 1px solid #3E5481;
    border-top: none;
    border-bottom: none;
    background: url(img/gradient_footer.png) bottom repeat-x;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 758px;
    height: 24px!important;
    line-height: 24px!important;
}

div.subnavigation ul {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    font-size: 10px;
    list-style: none;
    height: 24px!important;
    line-height: 24px!important;
}

div.subnavigation ul li {
    height: 24px!important;
    line-height: 24px!important;
    padding: 0;
    margin: 0;
    float: left;
}

div.subnavigation ul li a {
    display: block;
    color: white;
    height: 24px!important;
    line-height: 24px!important;
    text-decoration: none;
    margin: 0;
    padding: 0 7px;
}

div.subnavigation ul li.active a {
    text-decoration: underline;
}

div.subnavigation ul li a:hover {
    background: #49608e url(img/gradient_header.png) repeat-x bottom;
}

div.contents {
    padding: 0;
    background: #9dacc9;/*f4f5f8;*/
    color: black;
    text-align: center;
}

div.contents div.contentswrapper {
    background: white;
    width: 710px;
    margin: 0 auto 0 auto;
    padding: 12px 20px 20px 30px;
    text-align: left;
}

div.contents h2, div.contents h3, div.contents h4 {
    color: #1e396c;
    font-family: 'Trebuchet MS', 'Verdana', sans-serif;
    margin: 0;
    padding: 8px 0 3px 0;
}

div.contents h2 { font-size: 28px; margin-left: -10px; }
div.contents h3 { font-size: 22px; }
div.contents h4 { font-size: 18px; }

div.contents p {
    margin: 0;
    padding: 5px 0 5px 0;
}

div.contents a {
    color: #163060;
}

div.contents a:hover {
    color: #e6a009;
}

div.contents blockquote span.left_quote {
    font-size: 30px;
    float: left;
}

div.contents blockquote span.right_quote {
    font-size: 30px;
    float: right;
}

div.footer {
    background: url(img/gradient_footer.png) bottom repeat-x;
    width: 748px;
    margin: 0 auto 0 auto;
    padding: 6px;
    text-align: right;
    font-size: 9px;
    clear: both;
}

div.footer span.left {
    float: left;
}

div.footer div.address {
    clear: both;
    text-align: left;
}

div.footer span.right {
    float: right;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}

div.news {
    margin: 0.5em 0 1.5em 0;
}

div.news h2 a {
    text-decoration: none;
    border-bottom: 2px solid black;
    padding: 0 0.2em 0 0.2em;
}

div.news h2 a:hover {
    background-color: #f2f2f2;
}

div.news h2 {
    border-bottom: 1px solid black;
    padding: 0 0 2px 0;
}

div.news p.meta {
    margin: 0 0 0.3em 0;
    font-size: 0.9em;
    color: #888;
}

ul.slideshow {
    display: none;
}

div.slideshow {
    margin: -12px -20px -20px -30px;
    height: 480px;
    overflow: hidden;
    background: black;
    cursor: pointer;
}

div.slideshow div.overlay {
    width: 760px;
    height: 480px;
    position: relative;
}

div.slideshow h3, div.media h3 {
    top: 150px;
    margin-left: 20px;
    z-index: 10000;
    color: white;
    position: absolute;
}

dl.detailbox {
    float: left;
    width: 160px;
    font-size: 11px;
}

dl.detailbox dt {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

dl.detailbox dt:after {
    content: ':';
    font-weight: normal;
}

dl.detailbox ul,
dl.detailbox ul {
    margin: 0 0 0 13px;
    padding: 0;
}

dl.detailbox dd {
    margin: 0 0 5px 10px;
    padding: 0;
}

dl.detailbox dd p {
    padding: 0;
    margin: 0;
}

div.project div.map {
    width: 530px;
    height: 360px;
    margin: 0 0 3px 0;
}

div.project div.detailpicture, div.media div.preview,
div.page div.detailpicture {
    float: right;
    margin: 0 0 10px 10px;
}

div.media div.preview img {
    border: 1px solid #ccc;
}

div.media div.text {
    clear: both;
    padding: 1.4em 0 0 0;
}

div.project ul.gallery {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

div.project ul.gallery li {
    float: right;
    margin: 0 0 0 3px;
}

div.project div.text {
    clear: both;
    padding: 1.4em 0 0 160px;
}

#project_box ul {
    margin: 2em 0 0 0;
    padding: 0;
    list-style: none;
}

#project_box li {
    padding: 0 0 5px 0;
    margin: 0;
}

#project_box ul a img {
    background-color: #eee;
    float: left;
    padding: 5px;
}

#project_box ul li:hover {
    background-color: #f2f2f2;
}

#project_box ul li:hover a img {
    background-color: #ccc;
}

#project_box p {
    float: left;
    padding: 0;
    margin: 10px 0 0 15px;
}

#project_box p span {
    display: block;
}

div.pagination {
    margin: 15px 0 0 0;
    padding: 5px 10px 6px 10px;
    border-top: 1px solid #aaa;
    background-color: #f2f2f2;
}

p.categories a {
    text-decoration: none;
    font-size: 1.1em;
    margin: 0 0.2em 0 0.2em;
}

p.categories a.active {
    background-color: #f8f3e6;
}

p.categories a:hover {
    text-decoration: underline;
}

p.categories a.all {
    color: #ff9900;
}

div.description {
    margin: 0.5em 0 0 0;
}

address {
    font-style: normal;
    margin: 1em 0 1em 0;
}

address strong {
    text-transform: lowercase;
}

address p.aside {
    font-size: 0.8em;
}

div#map {
    border: 1px solid #aaa;
}

div.talk dl.detailbox {
    float: none;
    width: 100%;
}

table.talks td p {
    margin: 0;
    padding: 0;
}

table.talks td.date {
    vertical-align: top;
    font-size: 11px;
    padding: 2px 10px 0 0;
}

table.talks td.title {
    vertical-align: top;
}

table.talks td.date p {
    display: inline;
}

table.talks td.date p.time {
    text-align: right;
    color: #163060;
    font-weight: bold;
}

table.talks td.date p.time:before {
    content: " / ";
    color: #777;
    font-weight: normal;
}

div.contents div.talk p.subtitle {
    font-family: 'Trebuchet MS', 'Verdana', sans-serif;
    font-size: 16px;
    color: black;
    margin: -3px 0 0 0;
    padding: 0 0 3px 0;
}
