#vorVollen_sControl {
	font:bold 20px/24px arial,helvetica,sans-serif;
	padding:2px 8px;
}

/* 
	I very rarely advocate using !important, but given the above margins are set
	via an ID for when .js is off, this is the simplest answer.
*/
.s_control {
	padding:0 !important;
	display:visible !important;
}

.s_control a {
	display:block;
	/*height:24px;*/
	padding:0px 24px;
	position:relative;
	text-decoration:none;
}

.s_control a span {
	position:absolute;
	top:0px;
	left:8px; /* half pixel stops gecko from firefuxing up position*/
	width:12px;
	height:16px;
	font-size:1px; /* keep IE happy */
	background:url(http://schwaiger.zentrum-psychotherapie.at/theme/images/buttons.gif) 0 -16px no-repeat;
}

.sc_shrunk a span {
	background-position:0 0;
}

.sc_shrinking a span {
	background-position:-12px -16px;
}

.sc_expanding a span {
	background-position:-12px 0;
}

.sc_shrinking,
.sc_expanding {
	background:#EEF;
}

.s_content {
	background:#E8F0F8;
	overflow:hidden;
	margin-bottom:8px;
        margin-left:20px;
	/*font:normal 12px/16px arial,helvetica,sans-serif;*/
}


