#content {
	padding: 20px 20px 20px 30px;
}

/* Überschrift */
#content h2 {
	font-size: 25px;
	border-bottom: solid 2px #302B24;
	margin-bottom: 15px;
}

/* Unterüberschrift */
#content h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

/* Unterunterüberschrift (z.B. Anmerkungen unten) */
#content h4 {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}

/* Text */
#content p {
	margin-bottom: 10px;
}

/* Preistabelle */
#content #preise {
	min-width: 600px;
}

#content #preise th {
	text-align: left;
	min-width: 200px;
}

#content #preise th {
	text-align: left
}

#content .imagewrapper {

}

#content .imagewrapper img {
	background-color: #5B5442;
	border: solid 1px #3E372D;
	border-radius: 5px;
	padding: 5px;
	display: inline-block;
}