html, body, h1, h2, h3, h4, h5, p, a, textarea, input {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
body {
	background:url(../local/i/bodybg.jpg) repeat;
}
dt {
	font-weight:bold;
}
a, a:hover {
	color: #252 !important;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1.title {
	display:none;
}
h1, h2, h3, h4, h5 {
	font-weight:normal;
	clear: both;
	margin: 0em 0 0.75em 0;
	letter-spacing:-1px;
}
h2, h3, h4, h5 {
	text-transform:uppercase;
}
h2 {
	font-size:16pt;
	border-bottom:1px solid #ddd;
	line-height:18pt;
}
h3 {
	font-size:14pt;
}
h4 {
	font-size:12pt;
}
h3, h4 {
	text-transform:uppercase;
}
h3 span {
	display:block;
	font-weight:normal;
	font-size:0.8em;
}
p, a, li {
	font-size:10pt;
}
label, input, textarea {
	font-size:8pt;
}
label {
	font-weight:bold;
	display:block;
}
input {
	margin-bottom:8px;
}
dl dt {
	font-size:0.9em;
	padding-top:4px;
}
dl dd {
	margin-bottom:4px;
}
div#header {
	width:100%;
}
div#content {
	background: white;
}
div#footer, div#footer a {
	color:#ccc !important;
}
div#footer p {
	text-align:center;
	line-height:14pt;
	font-size:9pt;
}

div.en {
	color: #222;
}
div.de {
	color: #555;
}
div.abstract div.en {
	color:#eee;
}
div.abstract div.de {
	color:#ccc;
}
div.clear {
	padding: 16px 0 16px 0;
}
div#header {
	padding: 64px 0 32px 0;
}
div#footer {
	padding: 16px 0 32px 0;
}
div.contenthead {
	background:url(../local/i/contenthead.jpg);
	height:32px;
}
div.content {
	background:url(../local/i/contentmid.jpg) repeat-y;
	padding-top:8px;
}
div.contentfoot {
	background:url(../local/i/contentfoot.jpg);
	height:32px;
}
small {
	font-size:0.8em;
}
sup {
	font-size:0.6em;
	vertical-align:top;
	text-transform:lowercase;
}
form {
	border:4px solid #eee;
	background-color:#fafafa;
	padding:8px;
}
fieldset {
	margin: 0 0 0 0;
}
table td {
	padding: 0 8px 24px 0;
	vertical-align:top;
}
table td a {
	font-size:8pt;
}
table td h3, table td h3 a  {
	font-size:13pt;
}
img.alignleft {
	float:left;
	margin:0 8px 8px 0;
}