/* CSS Document */

/* Goldener Schnitt */
.sectio_aurea {
	width:61.8%;
}

.proportio_divina {
	width:38.2%;
}

.teilungsverhaeltnis {
/* 1.618; */
}

body {
	background: url("/pixs/pattern.png");
	margin:0;
	border:0;
	padding:0;

}