



.searchform .inp {
	width:160px;
	border-top:1px solid #040203;
	border-left:1px solid #040203;
	border-right:1px solid #FF2B41;
	border-bottom:1px solid #FF2B41;
	background-color:#F5EAE8;
}
.searchform .btn {
	border:none;
	background-image:url(images/bg_btn_searchform.gif);
	background-repeat: repeat-x;
	color:#fff;
}




/*----main----*/
#maincontent {
	position: relative;
	min-height: 580px;
	width: 979px;
	overflow:hidden;
	background-image:url(images/bg_maincontent.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}
#maincontent[id] {
	height:auto;
	min-height:380px;
	margin:0;
	padding:0;
}
#maincontent:lang(en) {
	height:auto;
	margin:0;
	padding:0;
}

.bild_start {
	position:relative;
	width:912px;
	padding:2px 0 0 30px;
}
.content {
	position: relative;
	float: left;
	width: 665px;
	overflow:hidden;
	color:#333;
}
.content_inside {
	position: relative;
	top:0; left:0;
	padding:26px 30px 0 38px;
}
.content_inside_text {
	position: relative;
	top:0; left:0;
	padding:0;
	margin:0;
}
.content_wide {
	position: relative;
	float: left;
	width: 950px;
	overflow:hidden;
	color:#333;
}
.content_inside_wide {
	position: relative;
	padding:26px 0 0 38px;
}
.content h1 {
	color:#333;
	font-size:28px;
	margin:0;
	padding:20px 0 20px 0;
	font-weight: normal;
}
.content h2 {
	color:#333;
	font-size:18px;
	margin:0;
	padding:0 0 16px 0;
}
.content h2.news {
	font-size:14px;
	padding:0 0 2px 0;
}
.content h2.news .datum {
	font-size:14px;
	font-weight:normal;
}
.content hr {
	background-image:url(images/bg_hr.gif);
	background-repeat: repeat-x;
	margin:0 0 20px 0;
	padding:0;
	border:0;
}

.content h3 {
	color:#333;
	font-size:16px;
	margin:0;
	padding:0 0 10px 0;
}
.content p {
	position: relative;
	color:#333;
	font-size:14px;
	line-height:20px;
	margin:0;
	padding:0 0 20px 0;
}

.content .red {
	color:#890411;
}
.cw_left {
	float:left;
	width: 597px;
}
.cw_right {
	float:left;
	width:277px;
	margin-left: 30px;
}
.cw_clear {
	clear: both;
}

/* event list+single */
.tx-events-clear2 {
	clear: both;
	height: 8px; line-height: 8px; font-size: 8px;
}
.veranstaltung_1 {
	position:relative;
	top0:left:0;
	background-image:url(images/bg_veranstaltung1.gif);
	background-repeat: repeat-y;
	margin: 0 0 6px 0;
	padding:5px;
	width:585px;
}
.veranstaltung_2 {
	position:relative;
	top0:left:0;
	background-image:url(images/bg_veranstaltung2.gif);
	background-repeat: repeat-y;
	margin: 0 0 6px 0;
	padding:5px;
	width:585px;
}

.veranstaltung_tag {
	position:relative;
	float:left;
	width:90px;
	text-align:center;
}
.veranstaltung_tag .datum {
	font-size:40px;
	padding:20px 0 15px 0;
}
.veranstaltung_tag .wochentag {
	font-size:14px;
}

.veranstaltung_titel {
	position:relative;
	float:left;
	width:490px;
}
.veranstaltung_titel .zeit {
	position:absolute;
	font-size:12px;
	padding:0 0 0 15px;
}
.veranstaltung_titel .typ {
	position:absolute;
	left:390px;
	width:100px;
	height:20px;
	font-size:12px;
	background-color:#890411;
	color:#fff;
	text-align:center;
}
.veranstaltung_titel .name {
	position:relative;
	padding:25px 20px 0 15px;
	color:#890411;
	font-size:14px;
	font-weight:bold;
}

.veranstaltung_titel .descr {
	position:relative;
	font-size:14px;
	font-style:italic;
	padding:3px 20px 0 15px;

}
.veranstaltung_titel .ort {
	position:relative;
	padding:5px 0 0 15px;
	color:#890411;
	font-size:12px;
}

.tx-events_imagecaption {
	padding-left: 22px;
	font-size: 11px;
}

/* event sheet */
.event_sheet_month {
	width: 200px;
	font-size: 11px;
	position: relative;
}
.event_sheet_dayname {
	float:left;
	width: 26px;
	text-align: center;
}

.event_sheet_month .grey {
	color: #C0C0C0;
}
.event_sheet_month .currentday {
	background: #00cc00;
}
.event_sheet_month .today {
	background: #cc0000;
}
.event_sheet_month .lastinrow {
	border-right: 1px solid grey;
}
.event_sheet_month .toprow {
	border-top: 1px solid grey;
}
.event_sheet_day {
	float:left;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
	width: 25px;
	text-align: center;
}
.event_sheet_day a {
	display: block;
}
.event_sheet_tooltip {
	display: none;
}


a:hover {
	background:#ffffff;
	text-decoration:none;
}
a.tooltip span,  a.tooltip2 span{
	font-size: 9px;
	display:none;
	padding:2px 3px;
	margin-left:0;
	text-align: left;
	line-height: 14px;
}

a.tooltip2 span {
	margin-left: -100px;
}

a.tooltip span b, a.tooltip2 span b{
	color: #000;
}
a.tooltip:hover span, a.tooltip2:hover span{
	display:inline;
	position:absolute;
	background:#ffffff;
	border:1px solid #cccccc;
	color:#6c6c6c;
	width: 140px;
	display: inherit;
}


.event_sheet_month {
	margin-left: 30px;
}
.event_sheet_clear {
	clear: both;
}


.right {
	position: relative;
	float: left;
	padding:20px 0 0 0;
	margin:0;
	width: 277px;
	overflow:hidden;
}
.box_right {
	position: relative;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	background-color:#F5F5F5;
}


.right h2, .cw_right h2 {
	position: relative;
	padding:5px 5px 5px 10px;
	margin:0;
	color:#fff;
	font-size:13px;
	background-color:#C0C0C0;
}
.right p, .cw_right p {
	position: relative;
	padding:10px 10px 5px 10px;
	margin:0;
	font-size: 12px;
	line-height: 20px;
}

.clear1px {
	position:relative;
	clear:both;
	height:1px;
	overflow:hidden;
}


/* --- news --- */
.news_image {
	float: left;
	width: 120px;
	margin-top: 4px;
}
.newsimglist {
	float: left;
	margin: 4px 14px 0 0;
}
.news_text {
	float: left;

}
.news_divider {
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 10px;
	margin-bottom: 10px;
}
.news_divider2 {
	clear: both;
	border-bottom: 1px solid #ccc;
	height: 10px;
	margin-bottom: 10px;
	width: 150px;
}
.news_divider3 {
	clear: both;
}

.news_time {
	margin-top: 2px;
	font-size: 12px;
}
.news_time p {
	margin: 0 !important;
	padding: 0;
}
.news_author {
	margin: 0 0 10px 0;
	font-size: 11px;
}
.news_timestyle {
	font-weight: bold;
	color: #333;
}
.news_authorstyle {
	color: #333;
}
.news_authorstylesingle {
	font-style: italic;
}
.news_categorystyle {
	color: #888888;
}
h3.news_header {
	font-size: 16px;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding-bottom: 4px;
}

h3.news_header a {
	font-size: 16px;
	text-decoration: none;
	line-height: 18px;
}

h3.news_header a:hover {
	text-decoration: underline;
}

.news_more {
	font-weight: bold;
}
.news_more a {

}

h3.newsheadline {
	margin: 8px 0 8px 0; padding: 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #890411;
}


p.news-single-imgcaption {
	padding:0 3px 3px 12px !important;
	clear:both;
	font-size: 11px;
	line-height: 14px !important;
	color: #444 !important;
}

.tx-ttnews-browsebox p {
	margin:0; padding-bottom: 3px;
}

.pb_inact a{
	text-decoration: none;
}
.pb_inact a:hover{
	text-decoration: underline;
}

.pb_act {
	border-top:1px solid #E1E1E1;
	border-bottom:1px solid #E1E1E1;
	border-left:4px solid #E1E1E1;
	border-right:4px solid #E1E1E1;
	background-color:#E1E1E1;
}

.news-single-rightbox, .news-single-imgcaption, .news-latest-date, .news-latest-morelink, .news-latest-category, .news-list-category, .news-list-author, .news-list-imgcaption, .news-list-date, .news-list-browse, .news-amenu-container, .news-catmenu {
	font-size: 12px;
}

.news-amenu-container a b {
	color: #000;
}


/*----fce----*/
.fce_teaser-text {
	text-align: right;
}
.fce_teaser {
	height: 154px;
}

.fce_buttonlink a{
	background:url(images/bg_buttonlink.gif) left top;
	background-repeat:repeat-x;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	display: inline-block;
	padding:10px 20px 9px 20px;
	text-decoration:none;
}

/*--- ext: members ---*/

ul.members1 {
	width: 250px;
	list-style: none;
	padding: 0;
	float:left;
}
ul.members2 {
	width: 250px;
	list-style: none;
	padding: 0;
	float:left;
	margin-left: 20px;
}
ul.members1 li a, ul.members2 li a {
	display: block;
	background: #f1f1f1;
	font-weight: 100;
	padding: 5px 10px;
	border-top: 2px solid #ffffff;
}
ul.members1 li a:hover, ul.members2 li a:hover {
	background: #e3e3e3;
	text-decoration: none;
	color: #000;
}
.members_single_title {
	font-size: 24px;
}
.members_single_bibliography {
	background: #f6f6f6;
	padding: 16px 16px 1px 16px;
	margin-bottom: 8px;
}

