@charset "utf-8";

/* CSS-Anpassungen für die Startseite */

#col3 {
	background-color: #431A3D;
	color: #FFFFFF;
	padding: 0;
	text-align: center;
	width: 100%;
}

#main {
	background-color: #431A3D;
}

#col3_content {
	background-color: #431A3D;
}

h1 {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
}




