/**
 * Stylesheet for grid of page
 *
 * @copyright Netzbewegung GmbH
 * @author Sebastian Kenk <s.kenk@netzbewegung.com>
 */
html
{
    height: 100%;
    background: #fff;
}

body
{
    min-height: 100%;
    color: #4d4c4c;
}

#outer-page-wrapper
{
    background: url(../img/background/background.gif) repeat-x;
}

#page-wrapper
{
    position: relative;
    width: 900px;
    margin: 0 auto;
}

#butterfly
{
    position: absolute;
    top: 480px;
    left: -229px;
    width: 602px;
    height: 538px;
    background: url(../img/background/butterfly.gif) no-repeat;
}

* html #butterfly
{
}

#header
{
    padding: 94px 0 0 0;
    background: url(../img/background/header.gif) left 26px no-repeat;
}

body.startpage #header
{
    background: none;
}

#logo
{
    position: absolute;
    top: 26px;
    left: 0;
    display: block;
    width: 182px;
    height: 61px;
    outline: none;
    z-index: 5;
    text-decoration: none;
    background: url(../img/background/logo.gif) no-repeat;
}

#header .ce_image
{
    position: relative;
    width: 900px;
    height: 270px;
    overflow: visible;
}

#header .ce_image .image_container
{
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 324px;
    z-index: 1;
    background: url(../img/background/visual-header.gif) left bottom no-repeat;
}

#header .ce_image img
{
    display: block;
    width: 900px;
    height: 287px;
    overflow: hidden;
}

#container
{
    position: relative;
    padding-bottom: 20px;
    z-index: 2;
}

#main
{
    position: relative;
    float: right;
    width: 600px;
}

* html #main
{
    overflow: hidden;
}

body.startpage #main
{
    top: -50px;
}

#right
{
    width: 270px;
    padding: 23px 0 0 30px;
    float: right;
}

#footer
{
    position: relative;
    font-size: 0.7em;
    padding: 3px 0 30px 0;
    border-top: 1px solid #e0dbe1;
    color: #707070;
}

* html #footer
{
    font-size: 0.8em;
}

#footer a
{
    position: absolute;
    right: 0;
    top: 5px;
    display: block;
    width: 37px;
    height: 26px;
    outline: none;
    background: url(../img/icon/merck.gif) no-repeat;
}

#footer a:hover
{
    background-position: -37px 0;
}