/* {{{ global */
* {
    margin: 0;
    padding: 0;
}
body {
    height: 100%;
}
/* }}} */
/* {{{ background */
#backcolor {
    background: #ffffff;
    position: absolute;
    left: 0em;
    top: 0;
    width: 100%;
    height: 26em;
}
/* }}} */
/* {{{ start */
#startanim {
    position: absolute;
    z-index: 9;
    top: 0em;
    left: 1em;
}
#startanim img {
    margin-left: 20em;
    width: 52em;
    height: 57em;
}
#startanim object {
    width: 72em;
    height: 57em;
}
#title {
    position: absolute;
    z-index: 32;
    left: 1em;
    top: 26.9em;
    width: 30em;
    color: #ffffff;
}
#title a {
    color: #ffffff;
}
#title h1, #title p, #title ul {
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.4em;
}
#title em {
    font-style: normal;
    color: #C10D32;
}
#news {
    position: absolute;
    z-index: 18;
    top: 1.5em;
    left: 9.5em;
    width: 40em;
    height: 10em;
    line-height: 1.4em;
    background: url(../grfx/start/news_back.gif) no-repeat top left;
    padding-left: 3.5em;
    padding-top: 1.5em;
}
#news h2 {
    font-size: 1em;
    font-weight: normal;
}
#news, #news a {
    color: #ffffff;
    text-decoration: none;
}
#news a:hover {
    text-decoration: underline;
}
ul#langswitch {
    position: absolute;
    z-index: 40;
    /*top: 24.2em;*/
    top: 14.2em;
    left: 1em;
    width: 10em;
}
ul#langswitch li {
    display: inline;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}
ul#langswitch a {
    color: #9490b5;
}
ul#langswitch a#activelang {
    color: #1c2c60;
}
ul#langswitch a:hover, ul#langswitch a#activelang:hover {
    color: #C10D32;
}
/* }}} */
/* {{{ content */
#contentcontainer {
    position: absolute;
    top: 20.9em;
    text-align: left;
}
#contentcontainer h1 {
    position: absolute;
    top: -3.3em;
    left: 0.75em;
    padding-top: 0.3em;
    padding-bottom: 0.5em;
}
#content {
    position: relative;
    padding: 3.65em 2em 4em 0em;
}
#contentcontainer.wide #content {
    left: 18em;
}
#contentcontainer.small #content {
    left: 35em;
}
#contentcontainer.wide .section_col1 {
    position: absolute;
    width: 16em;
}
#contentcontainer.wide .section_col2 {
    position: absolute;
    left: 17em;
    width: 26em;
}
#contentcontainer.wide .section {
    width: 42em;
}
#contentcontainer.small .section {
    width: 33em;
}
#contentcontainer.wide .pictures {
    position: absolute;
    top: 3.7em;
    left: -17em;
    width: 17em;
}
#contentcontainer.small .pictures {
    position: absolute;
    top: 3.7em;
    left: -34em;
    width: 34em;
}
#contentcontainer .pictures .img_wide, #contentcontainer .pictures .img_narrow {
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;
    margin-right: 1.1em;
}
#contentcontainer .pictures .img_wide, #contentcontainer .pictures .img_wide img {
    width: 36.75em;
}
#contentcontainer .pictures .img_wide img {
    margin-top: 0.25em;
    margin-bottom: 0.3em;
}
#contentcontainer .pictures .img_narrow, #contentcontainer .pictures .img_narrow img {
    width: 17.75em;
}
#contentcontainer .pictures .img_narrow img {
    margin-top: 0.25em;
    margin-bottom: 0.3em;
}
#content .pictures img {
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}
/* }}} */
/* {{{ navigation */
#navigation {
    position: absolute;
    z-index: 10;
    top: 1em;
    left: 1em;
    width: 60em;
    height: 14.9em;
}
#navigation ul ul {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 13em;
    width: 20em;
}
#navigation ul ul li a {
    padding-left: 35px;
}
#navigation ul ul li a:hover {
    background: url(../grfx/all/hand.gif) top left no-repeat;
}
#navigation ul ul:hover li.active a {
    background: none;
}
#navigation ul ul li.active a {
    background: url(../grfx/all/hand.gif) top left no-repeat;
}
#navigation ul ul:hover li.active a:hover {
    background: url(../grfx/all/hand.gif) top left no-repeat;
}
#navigation a {
    color: #afacc7;
}
#navigation:hover a {
    color: #272950;
}
#navigation ul li.active ul a {
    color: #afacc7;
}
#navigation:hover ul li.active ul a:hover {
    color: #C10D32;
}
#navigation:hover ul li.active ul a {
    color: #272950;
}
#navigation ul li.active ul li.active a {
    color: #C10D32;
}
/* }}} */
/* {{{ logo */
#logo {
    position: absolute;
    z-index: 30;
    left: 34.8em;
    top: 9.1em;
    width: 495px;
    height: 109px;
}
#logo img, #logo object {
    width: 41.2em;
    height: 9.1em;
}
#deco {
    position: absolute;
    z-index: 29;
    right: 0em;
    top: 17.5em;
    width: 126px;
    height: 7px;
    background: url(../grfx/all/decoration.gif) top right no-repeat;
}
/* }}} */
/* {{{ forms */
small {
    color: #1c2c60;
    font-size: 0.9em;
}
.needed {
    color: #C10D32;
}
form input {
    font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
}
form .textbox {
    width: 39em;
    border: 1px solid #1c2c60;
    padding: 0.2em;
}
form p {
    margin-bottom: .7em;
}
/* }}} */

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

