body {
	background-color: White;
	color: Black;
	font-family: "Georgia", "MS Serif", "New York", serif;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

a {
	color: #004040;
}

div#page {
	text-align: left; /* Zentrierung für den Internet Explorer wieder zurücknehmen */
	margin: 0 auto; /* standardkonforme horizontale Zentrierung */
	width: 45em;
	border-left: 6px solid Silver;
	padding-left: 1em;
}

h1 {
	font-size: 300%;
	font-family: "Matura MT Script Capitals", fantasy;
	color: Teal;
	text-align: right;
	font-style: italic;
	margin: 0 0 0 0;
}

h2 {
	font-size: smaller;
	color: Gray;
	text-align: right;
	margin: 0 0 0 0;
}

div.section{
	clear: both;
	line-height: 1.4em;
}

div#cv {
	background-color: #0060A0;
	color: White;
}

div#interests {
	background-color: #005090;
	color: White;
}

div#publ {
	background-color: #004080;
	color: White;
}

div#projects {
	background-color: #003070;
	color: White;
}

div#contact {
	background-color: #002060;
	color: White;
}

h3 {
	float: left;
	width: 12.5em;
	font-size: 100.1%;  /* Workaround for IE bug */
	margin: 5px 5px 0px 5px;
	font-variant: small-caps;
}

div.content {
	background-color: White;
	color: Black;
	margin-left: 12.5em;
	margin-top: 1em;
	min-height: 2em;
}

div.period {
	font-weight: bold;
}

ul {
	margin-top: 0;
	margin-bottom: 0;
}

li {
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 0.4em;
}

