/* ALLGEMEINES -- ANFANG */
* { margin: 0; padding: 0; border-collapse: collapse; border-spacing: 0;}

html, body { height: 100%; }

.csc-header{
	margin-top:15px !important;
}
.csc-header-n1{
	margin-top:0px !important;
}
body {
    width: 100%;
    text-align: left;
	font-weight:lighter;
    font-size: 13px;
    line-height: 130%;
    font-family: Arial;
	color: #4c4c4c;
	background: #e7d6b3;
}

* 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: #4c4c4c;
}
A:HOVER {
    text-decoration: none;
    color: #bf3e05;
}

/* ALLGEMEINES -- ENDE */

/* GERÜST -- ANFANG*/
.container {
    width: 950px;
    height: 100%;
    margin: 0 auto 0 auto;
}

* html .container { height: 100%; }

.verlauf-oben {
    background: url(../bilder/verlauf-oben.jpg);
    height: 25px;
}

.verlauf-mitte {
    background: url(../bilder/verlauf-mitte.jpg);
    padding: 4px 29px 4px 29px;
}

.verlauf-unten {
    background: url(../bilder/verlauf-unten.jpg);
    height: 25px;
}

.rahmen {
    
}

.navigation-oben {
    background: url(../bilder/navigation-oben.jpg);
    height: 199px;
    padding-left: 527px;
    padding-right: 190px;
}
.navigation-oben UL {
    padding-top: 6px;
    list-style: none;
    text-transform: uppercase;
}
.navigation-oben UL LI {
    margin-bottom: 6px;
}
.navigation-oben UL LI A {
    color: white;
    text-decoration: none;
}
.navigation-oben UL LI A:hover {
    color: #bf3e05;
    text-decoration: none;
}

DIV.sponsor-oben {
    background: url(../bilder/sponsor-oben.jpg);
    height: 51px;
    padding-left: 732px;
    color: white;
    font-size: 11px;
    line-height: 125%;
}
DIV.sponsor-oben A {
    color: white;
    text-decoration: underline;
}
DIV.sponsor-oben A:HOVER {
    text-decoration: none;
    color: white;
}

/* SPONSOR AUSGEBLENDET!!!!!!! */
DIV.sponsor-oben span {
  /*display: none;*/
}
DIV.sponsor-bild div {
  /*display: none;*/
}

.mitte {
    margin-top: 4px;
}

DIV.projekte {
    width: 196px; /* 215 minus 19px padding*/
    padding-left: 19px;
    padding-top: 20px;
    float: left;    
}
* html body DIV.projekte {
    width: 215px;
}

.navigation-links {

}
.navigation-links UL {
    list-style: none;
}
.navigation-links UL LI {
    margin-bottom: 10px;
}
.navigation-links UL LI A {
    text-decoration: none;
    color: #4c4c4c;
}
.navigation-links UL LI A:hover {
    text-decoration: none;
    color: #bf3e05;
}

DIV.inhalt {
    width: 467px; /*517px minus 20px & 30px padding*/
    padding: 20px 30px 0px 20px;
    float: left;
}

* html body DIV.inhalt {
    width: 517px;
}
.inhalt ul{
	margin-left:20px;
	list-style-type:square;
}

DIV.sponsor-bild {
    width: 160px;
    float: left;
}

DIV.footer {
    padding-left: 40px;
    text-align: center;
}
/* STYLE */
DIV.csc-header H1 {
    font-size: 15px;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #333333;
}
DIV.csc-header H2 {
    font-size: 13px;
    margin-bottom: 11px;
    text-transform: uppercase;
    color: #333333;
}
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 {
    border: 1px solid gray;
    padding: 1px;
}
DIV.csc-frame-frame1 {
    border-top: 1px solid gray;
    padding-top: 9px;
}

DIV.csc-frame-frame1 UL {
    margin-bottom: 5px;
    margin-left: 18px;
}
DIV.csc-frame-frame1 LI {
	padding-bottom: 2px;
}

/* BEGIN NEWSLETTER */
.mailForm {
    position:relative;
    top:0px;
    width:350px;
    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:250px;
    /*background: #F7EFE2;
    border: #62533E 1px solid;*/
	font-size: 11px;
}

.mailForm div.gender {
    /*height: 19px;*/
	margin-bottom:10px;
}

select#c_gender {
    position:absolute;
    right:124px;
    width:140px;
   /* background: #F7EFE2;
    border: #62533E 1px solid;*/
	font-size: 11px;
}

/* IE*/
* html select#c_gender {
 right:120px;
 
 }

input#submit, input#submit2 {
    position:absolute; right:10px;
    /*background: #D59478;
    border: #62533E 1px solid;*/
}
/*END NEWSLETTER*/

HR.ende {
    clear: left;
    border: 1px solid white;
}