/*
    Document   : gluecksspender
    Created on : 15.03.2010, 09:19:39
    Author     : Sandro Wagner (SW)
    Description:
        Purpose of the stylesheet follows.
*/


/*******************************************************************
****  Basic Layout
*******************************************************************/

body {
    margin: 0 auto;
    font-family: 'Helvetica', arial, sans-serif;
    font-size: 12px;
    color: #403f3d;
    background-color: #f9f9f9;
}

#page {
    background: transparent url(../bilder/body.jpg) repeat-y center;
    padding-top: 35px;
}

.vmenu,
#stage {
    width: 722px;
    margin: 0 auto;
    padding: 0 20px;
}

#header {
    position: relative;
	padding-top: 22px;
}

#logo {
    position: absolute;
    top: 0; left: 0px;
    background-color: #fff;
    width: 475px;
    height: 52px;
}

#logo img {
    margin-left: 15px;
}

#ad {
    position: absolute;
    bottom: -35px; right: -23px;
}

#footer {
    background: url(../bilder/footer.jpg) no-repeat center top;
    clear: both;
    height: 80px;
}

div.content {
    line-height: 18px;
}

/*******************************************************************
****  Topmenu
*******************************************************************/

.vmenu {
    padding-bottom: 20px;
}

.vmenu.unten { padding-bottom: 6px;}

.vmenu ul {
    list-style-type: none;
    overflow: hidden;
    min-height: 20px;
}

.vmenu ul li {
    float: left;
}

.vmenu ul.float_left li a {
    padding: 0 28px 0 0;
}

.vmenu ul.float_right li a {
    padding: 0 0 0 28px;
    color: #b8b5af;
}


/*******************************************************************
****  Generic classes
*******************************************************************/

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.float_holder {
    overflow: hidden;
}

.clear_both {
    clear: both;
}

.w33 {
    line-height: 18px;
    width: 31%;
}

.w30 {
    line-height: 18px;
    width: 30%;
    margin-right: 3%;
}

.w66 {
    line-height: 18px;
    width: 62%;
	width: 65%;
}

.step .w66 {
    line-height: 18px;
    width: 67%;
}

.step .w33{
    width: 29%;
}

.w100 {
    line-height: 18px;
    width: 100%;
}

.margin_r {
    margin-right: 25px;
}

.margin_l {
    margin-left: 25px;
}

#teaser_holder div.w33 {
    width:auto;
}

.teaser {
    overflow: hidden;
}

.teaser .container {
	overflow: hidden;
/*    height: 294px;*/
}

.green {
    color: #75a236;
}

.divider  {
    background:url(../bilder/trenner.png) no-repeat 0 0 transparent;
      height:80px;
      margin:-50px 0 40px -25px;
      padding:0 25px;
      /*
      position:relative;
      */
      width: 720px;
}


/*******************************************************************
****  Typography
*******************************************************************/

h1 {
    color: #b8b5af;
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0 0;
    text-transform: uppercase;
	line-height: 26px;
}

h2  {
    color:#E1001A;
    font-size:16px;
    font-weight:bold;
    line-height:24px;
    margin:20px 0;
    text-transform:uppercase;
}

.redaktion h2 {
	margin-bottom: 0px;
    margin-top:22px !important;
}

h3, h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

h4 {
	font-weight: normal;
}

#teaser_holder div.teaser h2 {
    margin-top: 30px;
    margin-bottom: 5px;
    line-height: 18px;
}

.projekt div.teaser {
    margin-bottom: 30px;
    line-height: 18px;
}

div.teaser h2 a, div.projekt h2 a {
    color: #e1001a;
}

p {
    line-height: 18px;
    margin-bottom: 25px;
}

h1.step img {
    margin-right: 30px;
}

ol, ul {
    list-style-type: disc;
    list-style-position: outside;
}

/*******************************************************************
****  Hyperlinks
*******************************************************************/

a.more {
    display: block;
    float: right;
    background: url(../bilder/arrow-right.png) no-repeat right;
    padding-right: 18px;
}

a.internal-link {
    color: #e1001a;
    text-decoration: underline;
}

/*******************************************************************
****  images
*******************************************************************/

.teaser img {
    margin-bottom: 20px;
}

.lquot {
    display: inline-block;
    position: relative;
    width: 12px;
    bottom: -7px;
    margin-bottom: 0px !important;
    margin-right: 2px !important;
}

.rquot {
    display: inline-block;
    position: relative;
    width: 12px;
    top: -9px;
    margin-bottom: 0px !important;
    margin-left: 1px !important;
}

.icon {
    margin-right: 10px;
}

/*******************************************************************
****  buttons
*******************************************************************/

.button {
    width: 100%;
    overflow: hidden;
    text-align: right;
    margin: 30px 0 0;
}

.button img {
    cursor: pointer;
}

.divider .button {
    /*
    margin: 0;
    position: absolute;
    bottom: 15px;
    right: 50px;
    */

}

div.divider a img {
    /*margin-right: 20px;*/
}

/*******************************************************************
****  project status
*******************************************************************/

.status .chart {
    position: relative;
    overflow: hidden;
    height: 18px;
    background: url(../bilder/status.png) no-repeat 0 0;
    margin: 12px 0;
    width: 230px;
    float: left;
}
.status .chart .tag {
    position: absolute;
    top: 3px; left: 3px;
    color: #fff;
}

.status .chart.p10 { background-position: 0 0; }
.status .chart.p20 { background-position: 0 -18px; }
.status .chart.p30 { background-position: 0 -36px; }
.status .chart.p40 { background-position: 0 -54px; }
.status .chart.p50 { background-position: 0 -72px; }
.status .chart.p60 { background-position: 0 -90px; }
.status .chart.p70 { background-position: 0 -108px; }
.status .chart.p80 { background-position: 0 -126px; }
.status .chart.p90 { background-position: 0 -144px; }
.status .chart.p00 { background-position: 0 -162px; }

.status .charttext { line-height:3.4;text-align:right; }

/*******************************************************************
****  projects
*******************************************************************/

.projekt {
    /*background: url(../bilder/trenner.png) no-repeat 0 100%;*/
    margin: 15px -25px 40px;
    padding: 0 25px;
}

.projekt.balken {
    background: url(../bilder/trenner.png) no-repeat 0 100%;
    padding:0 25px 50px;
}

.projekt h2{
    margin: 0 0 15px;
}

.projekt div.teaser h2 {
    margin: 0 0 0px;
}

.projekt div.teaser .button {
    margin: 0 !important;
}

.projekteteaser .ueberschrift {
    height:30px;
}


/*.divider {
    background: url(../bilder/trenner.png) no-repeat 0 0px;
    margin: 0 -25px 40px;
    padding: 0 25px;
    height: 80px;
    position: relative;
}*/


/*******************************************************************
****  forms
*******************************************************************/

fieldset {
    /*width: 100%;*/
    /*margin-bottom: 10px;*/
}

fieldset p { padding-top: 10px; }

div.step {
	margin-left: -24px;
}

fieldset.step_top {
	padding-top:15px;
}

fieldset.step_bottom {
	padding-bottom:15px;
}

div.step .weiter {
	text-align: right;
    margin-top: 20px;
}

div.step .datenschutz {
	padding-left: 24px;
}

.default {
    width: auto !important;
    max-width: 100%;
    min-width: 100%;
}

fieldset {
    background-color: #f6faf1;
    margin: 0;
    padding: 0px 24px 0px;
}

div.datenschutz fieldset.nomargin 
{
    margin-left: -24px;
}

label.big {
    color: #b8b5af;
    font-size: 20px;
    font-weight: normal;
    /*margin: 30px 0 0;*/
    /*text-transform: uppercase;*/
}

.error label.big { color: #757575; }

label.big.fix {
    display: inline-block;
    width: 120px;
}

.iText {
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 4px;
    width: 225px;
}

.iSelect {
    margin: 5px 0;
    width: 227px;
    padding: 4px;
}

.iRadio {
    margin: 5px;
}

.iArea {
    width: 100%;
    margin-top: 4px;
    height: 70px;
}

#betrag {
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    color: #b8b5af;
    padding-right: 10px;
    width: 215px;
}

sup.required {
    color: #e1001a;
}

.legend {
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    color: #807d79;
}

#anrede, #anrede .iSelect { width: 70px; margin-right: 20px; }
#vorname, #vorname .iText { width: 120px; margin-right: 30px; }
#name, #name .iText { width: 206px; }
#firma, #firma .iText { width: 445px; }
#strasse, #strasse .iText { width: 445px; }
#plz, #plz .iText { width: 60px; margin-right: 30px; }
#ort, #ort .iText { width: 355px; }
#telefon, #telefon .iText { width: 160px; margin-right: 30px; }
#email, #email .iText { width: 255px; }
#kontoinhaber, #kontoinhaber .iText { width: 210px; margin-right: 30px; }
#kontonummer, #kontonummer .iText { width: 210px; }
#bankleitzahl, #bankleitzahl .iText { width: 210px; margin-right: 30px; }
#institut, #institut .iText { width: 210px; }

/*******************************************************************
****  errors
*******************************************************************/

.error {
    background-color: #ffc2c9 !important;
    color: #e1001a !important;
}

.error.top {
    margin-top: 20px;
    width: 414px;
    padding-bottom: 0px;
    margin-left: -24px;
}

.err_text {
    line-height: 16px;
    margin-bottom: 4px;
    display: inline-block;
    width: 100%;
}

.err_highlight {
    border: 1px solid #e1001a;
}


/*******************************************************************
****  WORKFLOW SPENDEN
*******************************************************************/

img.bspspende {
    cursor: pointer;
}

.disclaimer {
	overflow: hidden;
}

.disclaimer p {
	margin: 24px;
	width: 65%;
	float: left;
}

.disclaimer .button {
	float: right;
	width: 25%;
	margin-top: 95px;
}

/*******************************************************************
****  POPUPFENSTER
*******************************************************************/

#fenster {
    height:550px;
    overflow:auto;
    padding:0 25px 10px;
}

.closewindow {
    background:url("../bilder/Popup_verlauf.jpg") repeat-x scroll 0 0 transparent;
    height:80px;
    line-height:3;
    padding-right:35px;
    text-align:right;
}

.closewindow img { vertical-align:middle; border:0; }

.closewindow a { color:#403F3D; text-decoration: none }





