body {
	margin: 0;
	padding: 0;
}

#konferenztitel {
	position: absolute;
	border-left: 27px solid #415B1E;
	border-right: 27px solid #415B1E;
	border-bottom: 19px solid #415B1E;
	border-top: 256px solid #415B1E;
	background-color: #415B1E;
	left: 0;
	bottom: 0;
}

#textani {
	position: absolute;
	right: 25px;
	bottom: 19px;
}

#endwort {
	position: absolute;
	right: 25px;
	bottom: -50px;
}

#overanih {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 648px;
	height: 15px;
	background-color: #415B1E;
}

#overaniv {
	position: absolute;
	right: 25px;
	top: 30px;
	width: 648px;
	height: 500px;
	background-color: #415B1E;
}

a {
	color: #FFF;
	text-decoration: none;
}