/* ALLGEMEINES -- ANFANG */
* { margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0;}

/*html, body { height: 100%; }*/

body {
    width: 100%;
    text-align: left;
	font-weight:lighter;
    font-size: 13px;
    line-height: 130%;
    font-family: Arial;
	color: #11314d;
	background: #dfe0e1;
}

* html body { text-align: center; }
* html body .container { text-align: left; }

img { border: none; }
b { font-weight:bold;}
strong { font-weight:bold;}

A {
    text-decoration: underline;
    color: #d97a00;
}
A:HOVER {
    text-decoration: none;
    color: #d97a00;
}

/* ALLGEMEINES -- ENDE */

/* GER†ST -- ANFANG*/
.container {
    width: 970px;
    margin: 40px auto 0 auto;
    border: 1px solid #5f6467;
}

.oben {
    background: no-repeat url(../bilder/oben.jpg) #5f6467;
    height: 241px;
    position: relative;
}

.navi-links {
    padding-top: 95px;
    margin-left: 35px;
    width: 190px;
    float:left;
}
* html body .navi-links {
    margin-left: 17px;
}

.navi-links UL {
    list-style: none;
}
.navi-links LI {
    padding: 0 0 3px 0;
}
.navi-links LI A {
    color: white;
    text-decoration: none;
}
.navi-links LI A:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.navi-links LI.aktiv A{
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.navi-rechts {
    padding-top: 193px;
    width: 230px;
    float:left;
    text-align: right;
    color: white;
    padding-bottom: 3px;
}
.navi-rechts A {
    color: white;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.navi-rechts A:hover {
    font-weight: bold;
    color: white;
    text-decoration: none;
}
.navi-rechts SPAN.aktiv A {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.navi-unten {
    padding-top: 7px;
    margin-left: 30px; /*padding im A deshalb 5px weniger*/
    width: 400px;
    clear: left;
    color: #11314d;
}
.navi-unten A {
    color: #11314d;
    text-decoration: none;
    padding: 0 5px 0 5px;
}
.navi-unten A:hover {
    font-weight: bold;
    text-decoration: none;
    color: white;
}
.navi-unten SPAN.aktiv A {
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.navi-lang {
  position: absolute;
  bottom: 0px;
  left: 470px;
}
.navi-lang span {
  padding-right: 10px;
}
/*------------######-------------*/

.spalten {
    background: white;
}

.links, .mitte {
    margin-left: 35px;
    float:left;
    width: 310px;
    padding-top: 23px;
}

* html body .links {
    margin-left: 17px;
}

.rechts {
    margin-left: 90px;
    float:left;
    width: 150px;
    padding-top: 23px;    
}

.unten {
    height: 22px;
    background: #5f6467;
}

/* STYLE */
DIV.csc-header H1 {
    font-size: 14px;
    margin-bottom: 11px;
    color: #11314d;
}
DIV.csc-header H2 {
    font-size: 15px;
    margin-bottom: 11px;
    color: #f99500;
}
DIV.csc-frame {
    margin-bottom: 18px;
}
DIV.csc-frame P {
    margin-bottom: 11px;
}
DIV.csc-frame-invisible UL {
    margin-bottom: 5px;
    margin-left: 15px;
}
DIV.csc-frame-invisible LI {
    padding-bottom: 9px;
}
DIV.csc-frame-invisible UL.csc-bulletlist-1 LI{
    padding-bottom: 2px;
}

DIV.csc-frame-frame1 {
    padding-bottom: 50px;
}
DD.csc-textpic-caption {
    font-size: 12px;
    font-style: italic;    
}
DIV.csc-frame-frame1 DL.csc-textpic-image IMG {
    border: 1px solid #5f6467;
}

fieldset { border: none; }
.csc-mailform-field {
    border: none;
    text-align: right;
    padding-bottom: 8px;
    width: 267px;
}
.csc-mailform-field INPUT, .csc-mailform-field textarea{
    border: 1px solid #5f6467;
}

/* BEGIN NEWSLETTER */ 
fieldset {margin: 20px 0 20px 0; border: none;}
.indicate-required {width: 306px; text-align: right; margin-bottom: 5px;}
span.label {width: 120px;float: left; padding-top: 4px;}
input {float: left; width: 180px;}
select {width: 100px;}
.mc-field-group {height: 30px; clear:both;}
#mce-error-response {float: left;}
#mc-embedded-subscribe {margin-left: 120px; width: 80px;}
/*END NEWSLETTER*/