h1 {
	margin-bottom: 11px;
}

h2 {
	margin-top: 22px;
}

/*** Container für Alles ***/
#wrap {
	margin: 0px auto;
	width: 520px;
	text-align: left;
	position: relative;
	padding-bottom: 50px;
}

@media screen and (max-width: 520px) {
	#wrap {
		width: 100%;
	}
}



/*** Container für Inhalte zwischen  Header und Footer ***/

.content {
	/*float: left;*/
	margin: 0px auto;
	width: 520px;
	/*margin-top: 1em;*/
}

@media screen and (max-width: 520px) {
	.content {
		width: 90%;
		/*margin-left: 0.5em;*/
	}
}

#mainImage img {
	/*border: 1px solid #cdcdcc;*/
	margin: 10px 0 24px 0;
	margin-bottom: 24px !important;
	width: 100%;
	/*width: 712px; /* #rt Bildgroesse Bild oben neben Logo */
}

@media screen and (max-width: 520px) {
	#mainImage {
		width: 100%;
		/*margin: 0px auto 0px 0.3em;*/
	}
}


.image_row {
	float: left;
	width: 100%;
}

.image_box {
	position: relative;
	width: 47%;
	float: right;
	margin: 0 auto 1.125em auto;
}

.image_box:first-child {
	float: left;
}

.image_box img {
	width: 100%;
	height: auto;
}

.previewImg {
	display: block;
	width: 100%;
	height: auto;
	margin-left: 0px !important;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
}

.previewImg img.zoom, .previewImg img.link {
	float: right;
	display: block;
	position: absolute;
	bottom: 0;
	border: 0;
	height: auto;
	width: 1em;
	right: 0;
	/* top: -5%; */
	/* margin-top: -1.06em; */
	width: 12%;
}

#show_beispiel {
	line-height: 1em;
}

.liste {
	width: 100%;
	margin: 12px 0px 4px 0px;
	/*margin-bottom: 12px;*/
}

.lstrich {
	float: left;
	width: 8px;
	/*text-align: right;*/
	font-size: 13px;
	color: #404040;
	font-family: "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif;
}

.ltext {
	float: left;
	width: 97%;
	font-size: 13px;
	color: #404040;
	font-family: "Trebuchet MS", Tahoma, Geneva, Helvetica, Arial, sans-serif;
	margin-bottom: 4px;
}

.hidden {
	visibility: hidden;
	margin-bottom: -6px;
}
