/* fure aeltere browser: html5-container als bloecke darstellen */
header, section, footer, aside, nav, main, article, figure {
	display: block;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: sans-serif;
	font-size: 100%;
	background-color: #F7F7F7;
	overflow-y: scroll;
}
#obererSchatten {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	padding: 0px;
	margin: 0px;
	background-color: #DDDDDD;
	box-shadow: 0px 0px 5px 5px #DDDDDD;
}
#schattenDiv {
	max-width: 800px;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	color: #555555;
	box-shadow: 0px 0px 3px 3px #DDDDDD;
	overflow: hidden;
}
#logo {
	padding: 0px;
	margin: 0px;
	margin-bottom: -1em;
}
h1 {
	font-size: 120%;
}
hr {
	border-style: none;
	border-top-style: solid;
	height: 0px;
	border-width: 1px;
	border-color: #DDDDDD;
	margin-top: 15px;
	margin-bottom: 15px;
}
.ptitle {
	font-style: italic;
}
.pauthor {
	font-weight: bold;
}
.pjournal {
	color: #BB5555;
}
ol li {
	padding-bottom: 10px;
}
.paragr {
	font-weight: bold;
	font-size: 90%;
}
#publications {
	font-size: 90%;
	padding: 0px;
	margin: 0px;
}
.naming {
	font-size: 90%;
	font-style: italic;
	padding-right: 10px;
}

a {
	color: #CC5555;
}
