
/* Seitenaufbau
------------------------------------------------- */
#container {
	width: 720px;
	margin: auto;
	position: relative;
}
#container h2 {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	position: absolute;
	top: 112px;
	left: 236px;
}
#textbereich {
	position: absolute;
	left: 236px;
	top: 180px
}
#textbereich h3 {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 14px;
}
#textbereich p {
	margin-bottom: 32px;
}
