/* positioning and sizing
   -------------------------------------------- */
#footer {
	width: 838px;
	margin: 0px auto;
}

#footer .row {
	width: 100%;
	padding: 0 4px 0 0;
	margin: 0;
}

#footer .row .leftpart {
	color: white;
}

#footer .row.disparea {
	width: 813px;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 25px;
}

#footer .row.deco {
	height: 3px;
}

/** footer fixed dreispaltig */
#footer .row.disparea .rightpart {
	display: block;
	width: 144px;
	padding-right: 5px;
	text-align: right;
}

#footer .row.disparea .centerpart {
	width: 439px;
}

/* look and feel
   -------------------------------------------- */
#footer .row.disparea {
	border-top: 1px solid #656565;
	padding-top: 2px;
	padding-bottom: 3px;
	background: #9ccb31 url( ../images/bg_dreisp.gif ) repeat-y;
}

#footer .row.deco {
	background: #white;
}

.zweispaltig  #footer .row.disparea {
	background: #9ccb31 url( ../images/bg_zweisp.gif ) repeat-y;
}

