/* Auftraggeber:  */
/* Umsetzung: Knips & Konsorten, Remo Hoffmann */
/* ..:: Reset CSS ::.. */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* ..:: Allgemeine Definition ::.. */

body {
  width: 100%;
  text-align: left;
  font-size: 12px;
  line-height: 130%;
  font-family: verdana /*arial,sans-serif*/;
  color: #3E3E3E;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  background-color: #e1e5e5;
  behavior:url("fileadmin/template_rs/css-style/csshover.htc");
}

b, strong { 
    font-weight:bold;
}

i, em {
    font-style: italic;
}

p {
    margin-bottom: 10px;
}

a {
  color: #004A99;
}

/* ..:: Layout ::.. */
.container {
  margin: 0 auto 0 auto;
  width: 879px;
  border: 10px solid #F7F6F6;
  background: #FFF;
}

.header {
  height: 196px;
  /*background: no-repeat url(../bilder/header.jpg);*/
}

.navigation-links {
  width: 239px; /* 249px - 10px padding-left */
  height: 24px;
  border-top: 5px solid #EDEDEE;
  background-color: #EDEDEE;
  float: left;
  padding: 8px 0 0 10px;
  font-weight: bold;
  color: #004A99;
}
/* IE 6 */
*html .navigation-links {
  padding: 6px 0 0 10px;
}

.navigation-links a {
  text-decoration: none;  
  font-size: 13px;
}

.navigation-rechts {
  width: 630px;
  height: 32px;
  background: #004A99;
  border-top: 5px solid #FFF; 
  float: left;  
}

.navigation-rechts li {
  float: left;
  border-left: 5px solid #FFF;
  width: 100px;
  height: 24px; /* 32px - 8px padding */
  text-align: center;
  padding-top: 8px;
}



.navigation-rechts a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  display: block;
  width: 100%;
}

.navigation-rechts li:hover {
  background: #D4D11E;
}

.navigation-rechts li.aktiv {
  background: #D4D11E;
}

.root-line {
  height: 23px; /* 28px - 10px padding */
  background: #F7F6F6;
  font-size: 11px;
  margin-top: 5px;
  padding: 5px 0 0 10px;
}

.root-line a {
  text-decoration: none;
}

.mitte {
  background: #F7F6F6;
  padding-bottom: 30px;
}

.linke-spalte {
  width: 234px;
  margin-right: 20px;
  float: left;
}

.linke-spalte li{
  /*height: 24px;  32px - 8px padding */
  background: #E5ECF3;
  margin-bottom: 6px;
  border-top: 2px dotted #004A99;
  border-bottom: 2px dotted #004A99;
  padding-top: 8px;
  padding-bottom: 8px;
}

.linke-spalte li a {
  text-decoration: none;
  padding: 0 0 0 10px;
  display: block;
}
* html body .linke-spalte li a {
  width: 100%;
  width: 224px;
}

.linke-spalte li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  color: #004A99;
}

.linke-spalte li:hover {
  background: #D4D11E;
  border-top: 2px dotted #3E3E3E;
  border-bottom: 2px dotted #3E3E3E;  
}

.linke-spalte li:hover a{
  color: #FFF;
}

.linke-spalte li.aktiv {
  background: #D4D11E;
  border-top: 2px dotted #3E3E3E;
  border-bottom: 2px dotted #3E3E3E;  
}

.linke-spalte li.aktiv a{
  color: #FFF;
}

.rechte-spalte {
  width: 625px;
  float: left;
  border-top: 2px dotted #004A99;
  border-bottom: 2px dotted #004A99;
  background: #FFF;
}

.footer {
  height: 29px; /*42px - 13px Padding*/
  padding-top: 13px;
  text-align: center;
  font-size: 11px;
}

div.clearer-left {
  clear:left;
  font-size:1px;
  height:1px;
  line-height:100%;
  background: #FFF;
}

div.clearer-left-grau {
  clear:left;
  font-size:1px;
  height:1px;
  line-height:100%;
  background: #F7F6F6;
}

*html div.ie-clearer {
  
}


/* ..:: Typo3 Rahmen Definitionen ::..*/
.csc-frame-hellgruen {
  background: #D4D21F;
  padding: 10px 15px 1px 15px;
  margin-top: 10px;
  clear: both;
}

.csc-frame-hellgruen .csc-textpic-text h1 {
  font-weight: bold;
  font-size: 13px;
  color: #004A99;
  padding-bottom: 15px;
}

/*IE6*/
* html div.csc-frame-hellgruen {
  padding: 0px 15px 1px 15px;
  border-top: 10px solid #D4D21F;
  border-bottom: 10px solid #D4D21F;
  
}

/*IE7*/
*+html div.csc-frame-hellgruen {
  padding: 0px 15px 1px 15px;
  border-top: 10px solid #D4D21F;
  border-bottom: 10px solid #D4D21F;
}

.csc-frame-hellgrau {
  clear: both;
  background: #EDEDEE;
  padding: 10px 15px 1px 15px;
  margin-top: 10px;
}

.csc-frame-hellgrau .csc-textpic-text h1 {
  font-weight: bold;
  font-size: 13px;
  color: #004A99;
  padding-bottom: 15px;
}

/*IE7*/
*+html div.csc-frame-hellgrau {
  padding: 0px 15px 1px 15px;
  border-top: 10px solid #EDEDEE;
  border-bottom: 10px solid #EDEDEE;
}

/*IE6*/
* html div.csc-frame-hellgrau {
  padding: 0px 15px 1px 15px;
  border-top: 10px solid #EDEDEE;
  border-bottom: 10px solid #EDEDEE;
}


div.csc-frame-startseite {
  border-top: 10px solid #FFF;
  border-bottom: 35px solid #FFF;
  background: no-repeat url(/fileadmin/template_rs/bilder/startseite.gif) #D4D21F;
  padding: 70px 15px 10px 15px;
  color: #797979;
  font-size: 15px;
  font-family: trebuchet MS;
}

/*IE 6*/
* html div.csc-frame-startseite {
  border-top: 10px solid #FFF;
  border-bottom: 35px solid #FFF;
  background: no-repeat url(/fileadmin/template_rs/bilder/startseite.gif) #D4D21F;
  padding: 70px 15px 10px 15px;
  color: #797979;
  font-size: 15px;
  font-family: trebuchet MS;
  height: 100%;
}

.csc-frame-startseite .csc-textpic-text strong{
  color: white;
}

.csc-frame-normal {
  background: white;
  padding: 10px 10px 10px 10px;
}

.csc-frame-normal ul {
  margin-bottom: 8px;
}

.csc-header h1 {
  font-weight: bold;
  font-size: 13px;
  color: #004A99;
  padding-bottom: 15px;
}

.csc-frame-box-offen {
  border-top: 2px dotted #004A99;
  border-bottom: 2px dotted #004A99;
  margin-bottom: 20px;
  background: #FFF;
  padding: 0  10px 0 10px;
}

.csc-frame-box-offen h1 {
  text-transform: uppercase;
  background-color: #EDEDEE;
  margin: 0 -10px 10px -10px;
  padding: 5px 0 5px 10px;
}

.csc-frame-box-geschlossen {
  border-top: 2px dotted #004A99;
  border-bottom: 2px dotted #004A99;
  border-left: 1px solid #004A99;
  border-right: 1px solid #004A99;
  margin-bottom: 20px;
  background: #FFF;
  padding: 0  10px 0 10px;
}

.csc-frame-box-geschlossen h1 {
  text-transform: uppercase;
  background: #EDEDEE;
  margin: 0 -10px 10px -10px;
  padding: 5px 0 5px 10px;
}

/* BEGIN NEWSLETTER */
fieldset {margin: 0px 0 10px 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*/

/*SPENDENQUITTUNG*/
.spendenquittung td {
  padding-bottom: 5px;  
  width: 300px;
}

.anmerkungen {
  vertical-align: top;
  padding-top: 3px;
}

.spendenquittung input.r-text {
  width: 140px;
}

.csc-frame-normal p.warnung {
  color: red;
}

/*SPENDENFORMULAR*/
.spendenformular td.links {
  padding-bottom: 5px;  
  width: 100px;
}

.spendenformular td.ab {
  padding-right: 10px
}

.spendenformular input.rechts {
  padding-bottom: 5px;  
  width: 140px;
}

.spendenformular input.r-text {
  width: 140px;
}

.spendenformular input.feld-betrag {
  width: 100px;
  margin-right: 10px;
}

