@CHARSET "UTF-8";

/* hier stehen nur die Änderungen für die jew. Seite */



#content {
	background: none;
}

/* Box: Über mich */
#aboutMe {
	display: block;
	margin-top: 85px;
	margin-left: 62px;
	margin-right: -28px;
	background: url("punkt.gif") top left repeat-x;
	padding: 0;
	text-align: left;
	height: 285px;
}

#aboutMe #myPicture {
	float: right;
	display: inline;
	position: relative;
	width: 220px;
	padding-left: 10px;
}
#aboutMe h1 {
	/* workaround für Browserkompatibilität */
	margin-top: 0px;
	padding-top: 20px;
	text-align: left;
}
#aboutMe .clear p {
	padding: 10px 15px 10px 0;
	text-align: justify;
}
#aboutMe li {
	text-align: left;
	line-height: 1.5em;
}
