@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#events {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	margin-top: 30px;
	background-image: url(../bilder/trennlinie_inhalt.jpg);
	background-repeat: no-repeat;
	background-position: 0px bottom;
}
#events h1 {
	font-size: 16px;
	margin-bottom: 30px;
	margin-top: 60px;
	color: #000000;
	background-image: url(../bilder/eventtitel.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 16px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.event {
	background-image: url(../bilder/event_hintergrund.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: both;
	display: -moz-inline-block;
	display: inline-block;
	width: 860px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.aktiv {
	margin-bottom: 10px;
}
.datum   {
	float: left;
	margin-right: 20px;
	width: 100px;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	font-weight: bold;
}
.titel  {
	font-weight: bold;
	text-decoration: none;
	float: left;
	margin-right: 30px;
	width: 350px;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	color: #333333;
}
.titel   img  {
	margin-right: 15px;
	margin-top: 10px;
	left: 0px;
	height: 140px;
	overflow: hidden;
}
.titel a {
	display: block;
	text-decoration: none;
}
.titel a:hover {
	color: #c22d16;
	text-decoration: underline;
}
.infos  {
	font-size: 14px;
	color: #333333;
	width: 360px;
	float: left;
	overflow: auto;
}
.infos a {
}
.infos a:hover {
	color: #c22d16;
}
#login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	float: right;
	margin-top: -43px;
	color: #999999;
}
#login a {
	color: #999999;
}
#logout {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	margin-top: -48px;
	color: #FF0000;
	font-weight: bold;
	line-height: 22px;
}
#logout a {
	color: #FF0000;
	line-height: 22px;
}
.archiv {
	margin-top: 20px;
}
