* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #696969;
    /*
    background-image: url('../_gfx/background_body.gif');
    background-repeat: repeat-y;
    background-position: top center;
    */
    color: #ffffff;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10pt;
    text-align: center;
}

img {
    border: 0;
}

div#center {
    width: 886px;
    margin: 0 auto;
    padding: 12px;
    
    background-color: #ffffff;
    
    text-align: left;
}

div#header {
    width: 862px;
    height: 85px;
    padding: 12px;
    background-color: #000000;
}

div#navigation1, div#navigation2 {
    width: 100%;
    overflow: hidden;
}

div#navigation1 a, div#navigation2 a {
    display: block;
    float: left;
    font-size: 10pt;
    padding: 5px 10px;
    
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    color: #ffffff;
}

div#navigation1 {
    margin-top: 5px;
    background-color: #696969;
}

div#navigation1 a {
    background-color: #696969;
    border-right: 5px solid #ffffff;
}

div#navigation1 a.active, div#navigation1 a:hover  {
    background-color: #be0a25;
}

div#navigation2 {
    background-color: #be0a25;
}

div#navigation2 a {
    padding-right: 15px;
    background-color: #be0a25;
}

div#navigation2 a:hover, div#navigation2 a.active {
    color: #c2c2c2;
}









div#content {
    background-color: #c2c2c2;
    margin-top: 5px;
    width: 100%;
    min-height: 570px;
height: auto;
}

/* Content: Zweispaltig */
div#c2c_left {
    float: left;
    margin-top: 25px;
    width: 370px;
    padding-left: 20px;
}

div#c2c_right {
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 16px;
    width: 420px;
    background-color: #ffffff;
    padding: 30px;
    
    min-height: 485px;
    /* ie6 hack */
    height: auto !important;
    height: 485px;
    
    color: #000000;
}

div#c2c_right h1, div#c2c_left h1 {
    font-weight: bold;
    font-size: 12pt;
    text-transform: uppercase;
    margin-bottom: .5em;
}

div#c2c_right p, div#c2c_left p {
    margin-bottom: .5em;
    line-height: 120%;
}

div#c2c_right object {
    width: 100%;
}



/* Footer */

div#footer {
    clear: both;
    color: #ffffff;
    background-color: #000000;
    font-size: 8pt;
    text-align: right;
    padding: 10px;
    padding-top: 20px;
    
    border-top: 5px solid #ffffff;
}

div#footer a {
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    margin-left: 3em;
}
