/*
 * Formatierungen fuer fuer 3-Hauptspalte
 * letzte Aenderung: 05.10.2006
 * */
.outer-container {
	padding-right:160px;
}

#layout-right {
	z-index:11;
	position:relative;
	float:left;
	width:160px;
	margin-left: 9px;
	margin-right:-160px;
	padding-top:20px;
	overflow: hidden;
}

#layout-right .outer-box {
	margin:0 17px 6px 12px;
	text-align:center;
	border:1px solid #E4D1B8;
	background-color:#F8F2E4;
}

#layout-right .inner-box {
	padding:7px 6px;
	border-width:10px 2px;
	border-style:solid;
	border-color:#F3E9D2;
}

#layout-right em {
	text-decoration:none;
	font-weight:bold;
	font-style:normal;
	font-size:1.05em;
	line-height:1.3em;
}

#layout-right em a {
	text-decoration:none;
}

#layout-right em a:hover {
	text-decoration:underline;
}

#layout-right em a .link-mehr {
	font-size:0.9em;
}

#layout-right img {
	margin:3px auto 0;
}

#layout-right p {
	margin:0.8em 0 0;
	text-align:left;
	color:#4D2B1D;
	font-size:0.95em;
}

.bank-kontrolle #layout-right,
.spende-abgeschickt #layout-right {
	padding-top:4.65em;
}

