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

body {
    width: 100%;
    text-align: left;
	  font-weight:lighter;
    font-size: 14px;
    line-height: 130%;
    font-family: Verdana;
    color: #696F71;
	  background: #eaf161;

}

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

A {
    text-decoration: underline;
  color: #01b6EF;
}
A:HOVER {
    text-decoration: none;
    color: #f99500;
}

/* ALLGEMEINES -- ENDE */

/* GER†ST -- ANFANG*/
.container {
    width: 825px;
}

.oben {
    width: 825px;
    height: 272px;
    background: no-repeat url(../bilder/oben.jpg) #eaf161;
}

.mitte {
    background: repeat-y url(../bilder/mitte.jpg) #d4eefb;
}

.spalten {
    background: no-repeat url(../bilder/mitte-fest.jpg);
}

.links {
    float:left;
    margin-left: 79px;
    width: 151px;
    height: 422px;
}
* html body .links {
    margin-left: 40px;
}
.links div.sprache {
    margin-top: 40px;
    text-align: center;
}
.links div.sprache span {
	padding: 0 3px 0 3px;    
}
.links div.sprache img {
    width: 18px;
}

.links UL {
    list-style: none;
    margin-top: 100px;
    text-align: right;
}
.links LI {
  margin-top: 5px;
    
}
.links A {
  color: #696F71;
    text-decoration: none;
}
.links A:hover {
    color: #01b6EF;
    text-decoration: none;
    
}
.links .aktiv {
    
}
.links .aktiv A {
    color: #01b6EF;
    text-decoration: none;

    border-bottom: 1px dotted #01b6EF;
}

.rechts {
    float: left;
    margin-left: 50px;
    width: 411px;
    margin-top: 20px;
}

.unten {
    width: 825px;
    height: 153px;
    background: no-repeat url(../bilder/unten.jpg) #eaf161;
}

/* STYLE */
DIV.csc-header H1 {
    font-size: 19px;
    margin-bottom: 25px;
    color: #01b6EF;
    text-align: left;
    text-transform: uppercase;
}
DIV.csc-header H2 {
    font-size: 14px;
    margin-bottom: 11px;
  color: #01b6EF;
}
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;
}
DD.csc-textpic-caption {
    font-size: 13px;
    font-style: italic;    
}
DL.csc-textpic-image IMG {

}
DIV.csc-frame-frame1 {
    border-top: 1px solid gray;
    padding-top: 9px;
}

DIV.csc-frame-frame2 {
    font-size: 11px;
    margin-top: 50px;
}

/* BEGIN NEWSLETTER */ 
.mailForm {
    position:relative;
    top: 0px;
    width: 300px;
    padding-bottom: 8px;
}
.zeile {
    position:relative;
    margin-bottom:8px;
}
.letzteZeile {
    position:relative;
    margin-bottom:5px;
}

input#c_email, input#c_email2, input#c_name, input#c_prename, select#c_gender {
    position:absolute;
    right:10px;
    width:200px;
    font-size: 12px;
    border: 1px solid #5f6467;
}

.mailForm div.gender {
    margin-bottom:10px;
}

select#c_gender {
    position:absolute;
    right: 72px;
    width: 140px;
	font-size: 12px;
}

* html select#c_gender {
    right: 70px;
}

input#submit, input#submit2 {
    position:absolute;
    right:10px;
}
/*END NEWSLETTER*/
