/*     Philosophie                                */
/* ============================================== */

#phil-text1 {
	position: absolute;
	left: 190px;
	top: 53px; /* Höhe von ganz oben */
	width: 574px;
	height: 505px;
	font-size: 15px;
	font-weight: bold;
	background-color: #99CCFF;
	padding: 6px;
}

#phil-text2 {
	position: absolute;
	left: 190px;
	top: 93px; /* Höhe von ganz oben */
	width: 588px;
	font-size: 13px;
	padding: 6px;
}

#phil-text3 {
	position: absolute;
	left: 190px;
	top: 143px; /* Höhe von ganz oben */
	width: 388px;
	font-size: 13px;
	padding: 6px;
}

#phil-logo {
	position: absolute;
	top: 143px; /* Höhe von ganz oben */
	left: 615px;
}

#phil-text4-grundsaetze {
	position: absolute;
	left: 190px;
	top: 260px; /* Höhe von ganz oben */
	width: 574px;
	font-size: 15px;
	font-weight: bold;
	padding: 6px;
}

#phil-text5 {
	position: absolute;
	left: 190px;
	top: 280px; /* Höhe von ganz oben */
	width: 588px;
	font-size: 13px;
	padding: 6px;
}

#phil-text6 {
	position: absolute;
	left: 190px;
	top: 380px; /* Höhe von ganz oben */
	width: 574px;
	font-size: 13px;
	padding: 6px;
}


