@charset "utf-8";
/* CSS Document */


/* --- LATEST -------- */
.veranstaltungen-latest-container {
}

.veranstaltungen-latest-item {
	padding-bottom: 10px;
}

.veranstaltungen-latest-item h2 a {
	color: #000;
}

.veranstaltungen-latest-date {

}

.veranstaltungen-latest-subheader {

}

/*
.veranstaltungen-latest-morelink {
	color: #C50B29;
	text-align: right;
}

.veranstaltungen-latest-morelink a {
	color: #C50B29;
	text-decoration: none;
}

.veranstaltungen-latest-morelink a:hover {
	color: #C50B29;
	font-weight: bold;
	text-decoration: none;
}
*/

.veranstaltungen-latest-morelink {
	text-align: right;
}

.veranstaltungen-latest-morelink a {
	color: #C50B29;
	font-weight: bold;
	text-decoration: none;
}

.veranstaltungen-latest-morelink a:hover {
	color: #000000;
}

/* --- LIST -------- */
.veranstaltungen-list-container {
}

.veranstaltungen-list-content {
	position: relative;
	margin-left: 50px;
}

.veranstaltungen-list-item {
	position: relative;
	padding: 5px;
	margin-bottom: 15px;
}

.veranstaltungen-list-date {
	position: relative;
	float:left;
	width: 40px;
	height: 50px;
	background-image: url(../img/gfx_calendar.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.veranstaltungen-list-subheader {
}

.veranstaltungen-list-date-day {
	width: 36px;
	color: #000;
	line-height: 18px;
	font-size:12px;
	font-weight: bold;
	text-align: center;
}

.veranstaltungen-list-date-month {
	width: 36px;
	font-size:10px;
	color: #666;
	text-align: center;
	text-transform: uppercase;
}

.veranstaltungen-list-date-year {
	width: 36px;
	color: #666;
	font-size:10px;
	text-align: center;
}

.veranstaltungen-list-title {
	position: relative;
	margin-bottom: 10px;
}

.veranstaltungen-list-image {
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.veranstaltungen-list-image img {
	border: 1px solid #666;
}

.veranstaltungen-list-morelink {
	position: relative;
	float: right;
	font-size: 11px;
	line-height: 20px;
	text-align: right;
	clear: both;
}

.veranstaltungen-list-morelink a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.veranstaltungen-list-morelink a:hover {
	color: #C50B29;
}

/* --- SINGLE -------- */
.veranstaltungen-single-item {

}

.veranstaltungen-single-timedata {
	margin-bottom: 20px;
}

.veranstaltungen-single-title {
	margin-bottom: 10px;
}

.veranstaltungen-single-subheader {
	margin-bottom: 20px;
}

.veranstaltungen-single-image {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.veranstaltungen-single-image img {
	border: 1px solid #666;
}

.veranstaltungen-single-imgcaption {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

.veranstaltungen-single-content {
	margin-bottom: 20px;
}

.veranstaltungen-single-backlink {
	font-size: 13px;
	text-align: left;
	clear: both;
	padding-left: 15px;
	background-image:url(../img/gfx_back.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.veranstaltungen-single-backlink a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}

.veranstaltungen-single-backlink a:hover {
	color: #C50B29;
}

.veranstaltungen-single-additional-info {
	clear: both;
	margin: 20px 0px;
	padding: 10px;
	
	background-color: #FFF;
	
	background-image: url(../img/news_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

.veranstaltungen-single-additional-info dl {
	margin-bottom: 20px;
}

.veranstaltungen-single-related dt, 
.veranstaltungen-single-files dt,
.veranstaltungen-single-links dt {
	font-size: 11px;
	font-weight: bold;
}

.veranstaltungen-single-related dd {
}

.veranstaltungen-single-files dd {
}
.veranstaltungen-single-files dd img {
	margin-right: 5px;
	margin-top: 2px;
}
.veranstaltungen-single-files dd a {
	text-decoration: none;
}

.veranstaltungen-single-links dd {
}