/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
    background: #ffffff;
}
body {
    font-size: 75%;
    text-align: center;
    height: 100%;
}
.invisible {
    display: none;
}
.hidden {
    visibility: hidden;
}
/* }}} */
/* {{{ header */
#header {
    position: absolute;
    z-index: 40;
    top: -1em;
    left: -1em;
    height: 4em;
    width: 63em;
    background: #ffffff;
}
#logo {
    position: absolute;
    z-index: 50;
    top: 2.3em;
    right: 4em;
}
#logo img, #logo object {
    width: 9.80em;
    height: 7.05em;
}
#spacer_start {
    height: 60em;
}
#logo_start {
    position: absolute;
    top: 10em;
    left: 0em;
    z-index: 30;
}
#logo_start img {
    width: 38.0em;
    overflow: hidden;
}
#welcome {
    position: absolute;
    z-index: 51;
    top: 3.3em;
    left: 15.2em;
    color: #ffffff;
}
#welcome p {
    font-size: 1.3em;
    /*font-weight: bold;*/
    line-height: 1.5em;
    padding: 0;
    margin-bottom: 0;
}
#welcome .capitals {
    font-size: 1.6em;
    font-variant: small-caps;
}
/* }}} */
/* {{{ content */
#contentcontainer {
    position: relative;
    margin: 0 auto;
    width: 60.98em;
    height: auto !important;
    height: 100%;
    min-height: 100%;
    text-align: left;
    background: #ebeae3;
    border-left: 1px solid #adac9c;
    border-right: 1px solid #adac9c;
}
#contentback {
    position: absolute;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
}
#content {
    position: relative;
    padding-top: 20em;
}
#content, #contentback {
    top: 0;
    left: 5.5em;
    width: 38em;
    background: #ffffff;
    border-left: 1px solid #adac9c;
    border-right: 1px solid #adac9c;
}
.section, .section_small {
    clear: both;
    margin-left: 2em;
    padding-bottom: 4em;
}
.section .image_full img, .section .image_full object {
    width: 34em;
    height: 32em;
}
.section p, .section h1, .section h2, .section ul , .section address {
    margin-right: 2em;
}
.image {
    position: absolute;
    z-index: 30;
    top: 10.2em;
    left: 38em;
    border-left: 1px solid #adac9c;
    border-bottom: 1px solid #adac9c;
}
.image img, .image object {
    display: block;
    width: 17.29em;
    height: 12em;
}
.start_back {
    position: absolute;
    z-index: 29;
    top: 22.2em;
    left: 38em;
    border-left: 1px solid #adac9c;
}
.start_back img {
    display: block;
    width: 17.29em;
    overflow: hidden;
}
.start_back_left {
    position: absolute;
    z-index: 29;
    top: 10em;
    left: -5.67em;
    border-left: 1px solid #adac9c;
}
.start_back_left img {
    display: block;
    width: 5.5em;
}
.infolink {
    padding-top: 2.2em;
    text-align: right;
    font-size: 0.9em;
}
/* }}} */
/* {{{ form */
form fieldset {
    clear: both;
    border: none;
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
}
form .label {
    clear: both;
    float: left;
    width: 10em;
    height: 2em;
    background: #14267a;
    color: #ffffff;
    border-left: 1px solid #adac9c;
    border-bottom: 1px solid #adac9c;
    padding-left: 0.5em;
    line-height: 2em;
}
form .label_first {
    border-top: 1px solid #adac9c;
}
form .input {
    float: left;
    width: 20em;
    height: 2em;
    border-right: 1px solid #14267a;
    border-bottom: 1px solid #14267a;
    line-height: 2em;
}
form .input_first {
    border-top: 1px solid #14267a;
}
form .input input {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    width: 20em;
    overflow: hidden;
    border: none;
}
form .label_wide {
    width: 30em;
    height: 1.5em;
    background: #14267a;
    color: #ffffff;
    border: 1px solid #14267a;
    padding-left: 0.5em;
    line-height: 1.5em;
}
form .label_wide label {
    font-size: 0.9em;
}
form .input_wide {
    float: left;
    width: 30.5em;
    height: 15.1em;
    border: 1px solid #14267a;
    line-height: 2em;
}
form .input_wide textarea {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1em;
    width: 30.5em;
    height: 15em;
    border:none;
}
/* }}} */
/* {{{ navigation */
#navigation {
    position: absolute;
    z-index: 41;
    top: 2em;
    left: -0.09em;
    width: 61em;
    height: 8em;
    border: 1px solid #adac9c;
    background: #14267a;
}
#navigation ul {
    position: absolute;
    padding-top: 6em;
    padding-left: 1.7em;
}
#navigation ul li {
    position: relative;
    display: block;
    float: left;
    margin-right: 2.2em;
}
#navigation ul li a {
    color: #7F7E67;
}
#navigation ul li ul {
    position: absolute;
    left: -0.35em;
    top: 2.0em;
    padding: 0;
    margin: 0;
    border-top: 1px solid #14267a;
    border-left: 1px solid #14267a;
    border-right: 1px solid #14267a;
}
#navigation ul li ul li {
    float: none;
    font-size: 0.88em;
    padding: 0.3em 2em 0.3em 0.3em;
    border-bottom: 1px solid #14267a;
    background: #ffffff;
    margin-right: 0;
}
#navigation ul li li a {
    color: #000000;
    white-space: nowrap;
}
/* }}} */

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

