/* Inhalte per Layer austauschbar */
#swapContentContainer {
	position: relative;
	/*width: 300px;*/
	width: 366px; /* Das Entfernen der width hatte in http://de.stihl.stofi.net/knowhow/haushofgarten/kompost/verrotten/default.htm einen Fehler verursacht DG 050421 */
	margin-top: 1em;
	min-width: 366px;
}

#swapContentNaviOnlyImages {
	/* margin-bottom: 1em; dg 050422 */ 
	width: 366px; /* md 19042005 */
	overflow: auto;
}

* html #swapContentNaviOnlyImages {
	overflow: visible;
	height: 1%;
} 

#swapContentNaviOnlyImages img {
	margin-top: 0;
	margin-left: 1px;
	float: left; /* md 19042005 */
}

#swapContentNaviOnlyImages .first {
	margin-left: 0;
}

#swapContentNavi img {
	display: block;
}

#swapContentNavi a {
	display: block;
	float: left;
	cursor: hand;
}

#swapContentNavi .swapTextLink, #swapContentNavi .swapTextLinkActive {
	text-decoration: none;
	margin-left: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #666666;
}

#swapContentNavi .swapTextLink.last, #swapContentNavi .swapTextLinkActive.last {
	border-right: none;
	margin-bottom: 1em;
}

#swapContentNavi .swapTextLink {
	color: #666666;
	font-weight: normal;
}

#swapContentNavi .swapTextLinkActive {
	color: #f37a1f;
}

.swapContent {
	margin-top: 10px;
	clear: left;
	padding-bottom: 1em;
	display: none;
}

.swapContent img {
	margin-bottom: 0.5em;
}

/* md 20042005 tipp: richtiges schneidwerkzeug, p in all.css hat margin-top von 1.em bekommen */
.swapContent p {
	margin-top: -3px;
	/* margin-bottom: 1em;*/
}

.leftFloatImageContainer {
	font-size: 1em;
}
/* Inhalte per Layer austauschbar */