/**
 * @project	    www.helfen.smmp.de
 * @copyright   2008-2011, Claus Coviello, www.webseiten-mit-sinn.de
 * @version     screenlayout
 * @version     01.00.05
 * @since       00.01.00
 * @modified    2011-02-11
 */
/*

/**
 * Ergaenzungen fuer Spendenformular
 */
#layout-center #spend-formular {
	margin-bottom:30px;
}

#layout-center #spend-formular p {
	margin-left:0;
}

#layout-center #spend-formular .subdiv,
#layout-center #spend-formular p,
#layout-center #spend-formular .spend-buttons {
	margin-left:24px;
	margin-right:20px;
}

#layout-center #spend-formular .subdiv p {
	margin-left:0;
}

#layout-center #spend-formular .spend-pflichtfeld,
#layout-center #spend-formular .spend-pflichtfeld,
#layout-center #spend-formular .fehler,
#layout-center #spend-formular .label-fehler {
	color:#C3224D;
}

/* Allgemeine Fehlermeldung am Seitenanfang */
form#spend-formular p.label-fehler {
	text-indent:17px;
	background:url('../_img/formulare/fehlerzeichen.gif') no-repeat 0em 0.2em;
	/*
		bugfix: IE6
	*/	position:relative;
}

/* Spendenformular Abschlussseite */
#layout-center #spend-abschluss {
	margin-left:24px;
	margin-right:20px;
	margin-bottom:2em;
}


/* Auswahlfeld fuer Zahlungsrhythmus */
#layout-center #spend-formular #spend-buchungen {
    width:100%;
    margin:0.5em 0 1.5em 0;
    padding:0;
}

#layout-center #spend-formular #spend-buchungen p {
    float:left;
    margin-right:3px;
    width:9.6em;
}

#layout-center #spend-formular #spend-buchungen .rechts {
	display:block;
	float:none;
	margin-left:10em;
}

#layout-center #spend-formular #spend-buchungen input {
	width:auto;
	margin-top:3px;
}

#layout-center #spend-formular #spend-buchungen label {
	float:none;
	margin-right:1em;
	font-weight:normal;
}

#layout-center #spend-formular #spend-betrag-buchungen.spend-readonly {
	width:18em;
	text-align:left;
}


/* 119px breite Bilder gerahmt */
#layout-center .rahmen-119px-rechts,
#layout-center .rahmen-119px-links {
	display:block;
	width:134px; /* 119px Bildbreite + 2*7px Abstand + 1px Rahmen links */
	padding:0 4px 4px 0;
	line-height:1.3em;
	margin-top:0.2em;
	margin-bottom:0.1em;
	background:url('../_img/layout/rahmen_grau-weiss-4px.gif') no-repeat right bottom;
}

#layout-center .rahmen-119px-rechts {
	float:right;
	margin-right:20px !important; /* Browserweiche fuer IE6 */
	margin-left:7px;
	/*
		bugfix: IE6
	*/	margin-right:10px;
}

#layout-center .rahmen-119px-links {
	float:left;
	margin-right:8px;
	margin-left:17px !important;
	/*
		bugfix: IE6
	*/	margin-left:8px;
}

#layout-center .rahmen-119px-rechts .subdiv,
#layout-center .rahmen-119px-links .subdiv {
	display:block;
	padding:5px 7px 5px 7px;
	border:solid #EAEAEA;
	border-width:1px 0 0 1px;
}

#layout-center .rahmen-119px-rechts img,
#layout-center .rahmen-119px-links img {
	display:block;
	margin-bottom:4px;
}

/* Datum in Nachrichtenseite */
#layout-center p.datum {
	margin-bottom:0;
	color:#666;
}



/* Ergaenzung fuer statcounter */
div#counter,
noscript div.statcounter {
	display: none;
}

