/* {{{ fonts */
@font-face { 
    font-family: dinweb; 
    src: url(../fonts/dinweb.eot);
    src: local('☺'), url(../fonts/dinweb.woff) format('woff'), url('../fonts/dinweb.svg#webfont6TaiwsE5') format('svg');
}
@font-face { 
    font-family: dinweb-medium; 
    src: url(../fonts/dinweb-medium.eot);
    src: local('☺'), url(../fonts/dinweb-medium.woff) format('woff'), url('../fonts/dinweb-medium.svg#webfontK5nYRFvM') format('svg');
}
@font-face { 
    font-family: dinweb-bold; 
    src: url(../fonts/dinweb-bold.eot);
    src: local('☺'), url(../fonts/dinweb-bold.woff) format('woff'), url('../fonts/dinweb-bold.svg#webfontlttwlDPF') format('svg');
}
body, input, textarea, button {
    font-family: "dinweb", "Arial", Sans-Serif;
}
h1,
h2,
h3,
strong, 
b,
#mainheadline h1,
#mainheadline p,
#navigation,
.subnav,
.info,
.section.projects dt {
    font-family: "dinweb-medium", "Arial", Sans-Serif;
    font-weight: normal;
}
.prevnext p {
    font-family: "dinweb-bold", "Arial", Sans-Serif;
    font-weight: normal;
}
/* }}} */
/* {{{ global */
* {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
html {
    font-size: 12pt;
}
body {
    font-size: 62.5%;
}
img { 
    -ms-interpolation-mode: bicubic; 
}
.section,
#footer,
#navigation,
.news {
    opacity: 0.85;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
.clearfloat {
    position: relative;
    display: block;
    clear: both;
    visibility: none;
}
/* }}} */
/* {{{ header */
#logo {
    position: absolute;
    top: 2.5em;
    left: 2.5em;
    z-index: 102;
}
#logo a,
#logo img, 
#logo object {
    display: block;
    border: none;
    width: 9.2em;
    height: 9.2em;
}
#logo span.slogan {
}
/* }}} */

/* {{{ content */
#container {
    position: absolute;
    top: 0;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    min-width: 98em;
    width: 100%;
}
#content {
    position: relative;
    z-index: 100;
    float: right;
    height: 64em;
    width: 83.3em;
}
#mainheadline {
    position: absolute;
    top: 10em;
}
#mainheadline h1 {
    font-size: 4em;
    line-height: 1.1em;
    padding-bottom: 0.55em;
}
#mainheadline p {
    font-size: 1.6em;
}
#mainheadline a {
    text-decoration: none;
}
#mainheadline a:hover {
    text-decoration: underline;
}
/* }}} */
/* {{{ section */
p,
h2,
h3 {
    line-height: 1.3em;
}
.section {
    position: absolute;
    /*z-index: 100;*/
    top: 5.5em;
    width: 31.5em;
    margin-bottom: 10em;
}
.news {
    position: absolute;
    /*z-index: 100;*/
    top: 25em;
    width: 31.5em;
    right: 0;
}
.teaser {
    cursor: pointer;
}
.main .section {
    left: 0;
}
.article p {
    font-size: 1.3em;
}
.projects .section {
    left: 49em;
}
.section .article,
.news .article {
    clear: both;
    padding: 1em;
    margin-bottom: 1em;
}
.news .article h2 {
    text-transform: uppercase;
}
.article h2 {
    font-size: 1.5em;
    padding-bottom: 0.6em;
    padding-right: 1.5em;
}
.article h2 a {
    text-decoration: none;
}
.article h2 span {
    position: relative;
}
.article.newsentry h2 {
    cursor: pointer;
}
.article h2 span span {
    display: block;
    position: absolute;
    top: 0.2em;
    right: -1.8em;
    width: 1.5em;
    height: 1.5em;
    background: url(../arrow_teaser.png) top left no-repeat;
}
.article h2.active span span {
    background: url(../arrow_teaser_open.png) top left no-repeat;
}
.article h3 {
    font-size: 1.3em;
}
.article .date {
    font-size: 1.2em;
}
.article .img_inline img {
    display: block;
    width: 7.7em;
    margin-top: 1.3em;
    margin-bottom: 0.7em;
}
.article .img_right {
    float: right;
}
.article .img_right img {
    display: block;
    width: 14em;
}
/* }}} */
/* {{{ projects */
.section.projects dl {
    margin-bottom: 1.5em;
}
.section.projects dt {
    clear: left;
    float: left;
    padding-right: 1em;
}
.section .article {
    overflow: hidden;
}
.section.projects .description {
    position: relative;
}
.section .subpages {
    width: 300em;
}
.section .subpage {
    width: 30em;
    margin-right: 1.5em;
    padding-bottom: 3em;
    float: left;
}
.section .prev,
.section .next {
    display: block;
    position: absolute;
    bottom: 1.5em;
    right: 3.5em;
    width: 1.5em;
    height: 1.5em;
    background: url(../arrow_left.png) center center no-repeat;
}
.section .next {
    right: 1em;
    background: url(../arrow_right.png) center center no-repeat;
}
/* }}} */
/* {{{ background */
#background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#background .images {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#background .images img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
/* }}} */

/* {{{ footer */
#footer {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    z-index: 99;
}
#footer .sponsors {
    position: relative;
    margin-left: auto;
    margin-right: 0;
    width: 98em;
}
#footer .sponsor {
    position: absolute;
    left: 14.7em;
    bottom: 0;
    width: 80.5em;
    height: 3.2em;
}
#footer .sponsor h6 {
    float: left;
    font-weight: normal;
    text-transform: uppercase;
    padding-left: 1.2em;
    padding-right: 1.2em;
    padding-top: 1.9em;
    font-size: .85em;
}
#footer .sponsor li {
    float: left;
    list-style: none;
    height: 3.2em;
}
#footer .sponsor img {
    display: block;
    height: 3.2em;
    border: none;
    margin-left: 0.9em;
    margin-right: 0.9em;
}
/* }}} */

/* vim:set ft=css sw=4 sts=4 fdm=marker : */
