body {
	background: transparent url(body_background.png) repeat top left;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

/**Negativer Margin für erste Überschrift, damit diese auf der gleichen Höhe ist, wie Boxen und Bilder **/
div#teaser div.contentElements div.contentElement:first-child h1:first-child, 
div#content div.contentElements div.contentElement:first-child h1:first-child {
	margin-top: -4px;
}

/** Trennlinie **/
hr.divider {
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #878889;
}
