/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 12pt;
}
body {
    font-size: 62.5%;
    background-color: #ffffff;
}
body, input, textarea, button {
    font-family: "Trebuchet MS", "Trbeuchet", "Arial", "Helvetica Neue", "Helvetica", Sans-Serif;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
/* }}} */

/* {{{ header */
#header {
    width: 89em;
    height: 28em;
}
#header #middle {
    display: none;
}
#header #logo {
    position: absolute;
    top: 11em;
    right: 4em;
    width: 13.5em;
    z-index: 12;
}
#header #logo a {
    display: block;
    width: 100%;
}
#header #back {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 89em;
}
#header #airplane {
    display: block;
    position: absolute;
    top: 3em;
    left: 39em;
    width: 32.5em;
    z-index: 11;
}
#header #logo img,
#header #back img,
#header #airplane img {
    display: block;
    width: 100%;
    border: none;
}
/* }}} */

/* {{{ position */
#position {
    position: relative;
    margin: 1.3em 21.3em 0 21.3em;
    zoom: 1;
}
#position h2 {
    font-size: 1.3em;
    margin-left: 1em;
    font-weight: normal;
}
/* }}} */
/* {{{ content */
#content {
    position: relative;
    width: 89em;
    margin: 0 auto auto auto;
}
.section {
    margin: 1.3em 21.3em 0 21.3em;
}
.section h1,
.section h2,
.section p {
    font-size: 1.3em;
    line-height: 1.4em;
}
/* }}} */
/* {{{ news */
.news {
    padding-bottom: 1.3em;
}
.news img {
    width: 100%;
    display: block;
    padding-bottom: 1.3em;
}
#news {
    position: absolute;
    top: 28em;
    right: 4.3em;
    width: 15.9em;
    z-index: 15;
}
#news .teaser {
    cursor: pointer;
}
#news li {
    margin: 1.3em;
    list-style: none;
}
#news img {
    display: block;
    width: 14.6em;
    margin-bottom: 1.3em;
    margin-right: -1.3em;
}
#news ul h2,
#news ul p {
    display: inline;
    font-size: 1.3em;
    line-height: 1.3em;
    margin-right: 0.4em;
}
#news ul .date,
#news ul .more {
    display: block;
}
/* }}} */
/* {{{ bullet */
#position span,
#navigation ul ul li span {
    position: absolute;
    font-size: 1.3em;
    font-family: Arial, Sans;
    left: 0;
}
#position span:after,
#navigation ul ul li span:after,
ul.sitemap ul li span:after {
    content: "»";
}
#navigation ul ul li span:after {
    margin-left: 1em;
}

ul.bullets {
    list-style: disc;
    padding-left: 1.7em;
}
/* }}} */
/* {{{ download */
ul.download {
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    list-style: none;
}
ul.download li {
    clear: both;
    line-height: 2em;
}
ul.download img.icon {
    margin-right: 0.7em;
    display: block;
    float: left;
    height: 1.7em;
    width: 1.7em;
}
ul.download a {
    font-size: 1.3em;
}
/* }}} */
/* {{{ sitemap */
ul.sitemap {
    margin-bottom: 1.9em;
}
ul.sitemap li {
    list-style: none;
}
ul.sitemap a {
    font-size: 1.3em;
    line-height: 1.5em;
    display: block;
}
ul.sitemap a {
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
ul.sitemap ul a span {
    position: relative;
    left: -.5em;
}
ul.sitemap ul a {
    font-weight: normal;
    padding-left: 0.5em;
}
ul.sitemap ul ul a {
    padding-left: 1.5em;
}
ul.sitemap ul ul ul a {
    padding-left: 2.5em;
}
ul.sitemap ul ul ul ul a {
    padding-left: 3.5em;
}
/* }}} */

/* {{{ forms */
.section form p {
    font-size: 1em;
    clear: both;
}
p.error {
    margin: 1.5em 0;
}
form {
    margin: 1.5em 0;
}
form label,
form input,
form textarea {
    font-size: 1.3em;
    border: none;
    width: 100%;
    margin: 0;
}
form label {
    line-height: 1.7em;
}
form input,
form textarea {
    margin-top: 0.2em;
}
form .desc,
form .field {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    min-height: 2.2em;
}
form .desc {
    position: absolute;
    display: block;
    width: 15em;
}
form .field {
    display: block;
    position: relative;
    left: 15em;
    width: 31em;
}
form input.address_zip {
    width: 30%;
}
form input.address_city {
    width: 69%;
}
form .needed {
    padding-left: 0.5em;
    font-weight: normal;
}
form em {
    font-style: normal;
}
.section form .send {
    text-align: right;
    padding: 1.3em 0;
    font-size: 1.3em;
    font-weight: normal;
}
.section form .send a {
    text-decoration: none;
}
/* }}} */

/* {{{ footer */
#footer {
    clear: both;
}
/* }}} */

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