body {
	background: black;
	margin: 0;
	padding: 0;
	height: 100%;
	font: normal 14px Lucida, Arial, sans-serif;
}
h2 {font-size: 22px;}
h1 {font-size: 33px;}
#container {
	width: 980px;
	height: 2000px;
	margin: 0 auto;
	background: #831c1f;
	padding: 0;
}
#main {
	background: url(gfx/main-bg.jpg) top center no-repeat;
	position: relative;
}

#h1 {
	margin-top: 10px;
	margin-left: 55px;	
}

#h1_abstract {
	color: #e55763;
	margin-top: 20px;
	text-align: center;
}
 
#sidebar {
	position: absolute;
	background: #c93440;
}

#h2 {
	color: white;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
#content {
	margin-top: 30px;
	margin-left: 440px;
	padding: 25px;
	width: 460px;
	background: black;
}

#untertitel {
	margin-left: 55px;
}

.date, 
.description,
#content td em {
	color: #aa1117;
	font-weight: normal;
	font-size: 16px;
}
#content td em {
	font-style: normal;
	font-weight: bold;
}
#content td span {
	font-style: italic;
}
#content td p {
	margin: 0;
	margin-bottom: 6px;
}
#content a,
#content a:hover,
#content a:visited,
#content a:active {
	color: #aa1117;
}
#content a:hover {
	text-decoration: none;
}

body.abstract #container {
	height: 1300px;
}

body.abstract #content {
	min-height: 350px; /* see inline conditional comment */
}
body.abstract #content p {
	margin-left: 15px;
	margin-right: 15px;
	color: white;
}
.date {
	width: 85px;
	font-weight: bold;
}
.description {
	color: white;
}

#sidebar {
	top: 627px;
	left: 30px;
	width: 380px;
}
body.abstract #sidebar {
	top: 538px;
	min-height: 375px;
	font-style: italic;
	padding-top: 25px;
}

#sidebar p {
	margin: 12px 32px 40px 28px;
}
#sidebar p.logos {
	margin: 0 0 0 0;
	margin-top: 14px;
	border-top: 1px solid #aa1117;
	padding-top: 12px;
	width: 380px;
}
#sidebar em {
	font-style: normal;
	font-weight: bold;
}
#sidebar a {
	color: #aa1117;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
}
