html {
	font-size: 1em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
}


input.text, textarea.text {
	font-size: 1em;
	padding: 4px;
	border-width: 1px;
	border-color: #8EA92D #f4f4f4 #f4f4f4 #8EA92D;
	border-style: solid;
	background-color: #ffffff;
}

#formAddEvent input.text {
	width: 352px;
}


/* Kalender */
table.mod_calendar { border: 0; width: 170px; border-collapse: collapse; text-align: center; margin:0 auto 0 auto; }
table.mod_calendar td.caption { border-width: 0px; border-color: #A3A09A; border-style: solid; }
table.mod_calendar td, table.mod_calendar th {text-align: center; border-width: 0px; border-color: #A3A09A; border-style: solid; font-size: 0.85em; }
table.mod_calendar td.selected { width: 19px; height: 10px; font-size: 0.9em; border-color: black; border-style: solid; text-align: center; background-color: #cccccc; border-width: 1px; }
table.mod_calendar th {height: 10px;}
table.mod_calendar th.dayofweek {color:green; font-weight:bold;}
table.mod_calendar td {width: 19px; height: 10px; }
table.mod_calendar td.noborder { border: 0; background-color: #A3A09A; }
table.mod_calendar td.top { border-width: 0px; border-color: #A3A09A; border-style: solid; background-color: #A3A09A; }
table.mod_calendar .month {border-width: 0px; border-color: #A3A09A; border-style: solid; font-weight: bold; text-align: center}
table.mod_calendar .month a{text-decoration: none}
table.mod_calendar td.today { border:1px solid #e42518; }
table.mod_calendar td.selected {/*background-color:white;*/ border: 1px solid #A3A09A;}
table.mod_calendar td.linked-day {font-size: 0.9em}
/*table.mod_calendar a.week:link,a.week:hover,a.week:active,a.week:visited { font-size: 8pt; font-weight: bold; text-decoration: none; color: #3199ce; }
table.mod_calendar a.top:link,a.top:hover,a.top:active,a.top:visited { font-size: 8pt; font-weight: bold; text-decoration: none; color: white; }
table.mod_calendar a:link,a:hover,a:active,a:visited { font-size: 8pt; font-weight: bold; text-decoration: none; color: black; }*/
table.mod_calendar a {
	font-weight: bold;
	text-decoration: none;
}
table.mod_calendar a.week {
	color: #e42518;
}

table.mod_calendar_pulldown {
	width: 170px;
	margin: 0 auto 0 auto;
	margin-bottom: 7px;
}
table.mod_calendar_pulldown select, select.select {
	border: 1px solid #313131;
	border-width: 1px 0 0 1px;
	width: 75px;
	font-size: 1em;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #8ea92d;
	text-decoration: none;
}
a:active {
	color: #87a21f;
	text-decoration: none;
}

hr {
	border: 0;
	color: #8EA92D;
	background-color: #8EA92D;
	height: 1px;
	margin-bottom: 7px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

span.grey {
	color: #666666;
}

#content_main_center_content a, .readMore {
	background-image: url(images/pfeil_a.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 11px;
}

/* Icons */
.pdf, .xls, .doc, .wmv, .jpg, .gif, .tif, .my, .eps, .png {
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
	padding: 2px 0 2px 20px !important;
	line-height: 16px !important;
	text-decoration: none !important;
}
.pdf {
	background-image: url(images/ico_pdf.gif) !important;
}
.xls {
	background-image: url(images/ico_xls.gif) !important;
}
.doc {
	background-image: url(images/ico_doc.gif) !important;
}
.wmv {
	background-image: url(images/ico_wmv.gif) !important;
}
.jpg, .gif, .tif, .eps, .png {
	background-image: url(images/ico_jpg.gif) !important;
}

.hidden {
	display: none;
}


/* Seitentitel */
h1 {
	font-size: 1.4em;
	padding: 7px 0px 7px 0px;
}
h1.first {
	padding: 0;
	margin: 0 0 27px 0;
}

/* Zwischenueberschriften */
h2 {
	font-size: 1.3em;
	padding: 7px 0px 7px 0px;

}
h3 {
	font-size: 1.2em;
	padding: 7px 0px 7px 0px;

}
h3.underline {
	display: block;
	border: 0;
	border-bottom: 1px solid #a9aaaf;
	font-size: 1.2em;
	padding: 3px;
	margin-bottom: 7px;
}
h4 {
	font-size: 1.2em;
	padding: 10px 0px 4px 0px;
}
h4.underline {
	display: block;
	border: 0;
	border-bottom: 1px solid #a9aaaf;
	font-size: 0.7em;
	text-align: right;
	padding: 3px;
	margin-bottom: 7px;
}

em, i {
	font-style: normal;
}
u {
	text-decoration: none;
}

.docTitle {
	padding-top: 0;
	margin-top: 0;
}

.red {
	color: #e42518;
}

blockquote {
	margin: 20px 0;
	padding: 15px 20px 20px 30px;
	color: #333;
	background-image: url('images/quote.gif');
	background-repeat: no-repeat;
	background-position: left 15px;
	border: none;
	border-bottom: 1px solid #dedede;
	border-top: 1px solid #dedede;
	font-family: "Courier New", Courier, mono;
}

p.breadcrumb {
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ededed;
	padding-bottom: 5px;
	color: #666666;
	font-size: 0.7em;
}
p.breadcrumb a {
	color: #666666;
}

div.locked {
	padding: 12px 12px 12px 35px;
	margin-bottom: 10px;
	font-weight: bold;
	background-image: url(images/locked.gif);
	background-repeat: no-repeat;
}

/* suchergebnisse */
div.search_results h3 {
	font-size: 1.3em;
	padding: 4px;
	border: 0;
	border-bottom: 1px solid #8EA92D;
	margin: 10px 0 5px 0;
}
div.search_results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.search_results ul li {
	list-style: none;
	padding: 6px;
}
div.search_results ul li:hover {
	background-color: #fcf5e2;
}
div.search_results ul li a.title {
	font-weight: bold;
}
div.search_results ul li a.none {
	text-decoration: none;
	padding-left: 15px;
	display: block;
	font-style: italic;
	color: #333333;
}

/* news */
div.news_intro {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
div.news_text {
	padding: 0px 0px 10px 0px;
}
div.news_footer {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}


div.news .newsItem {
	margin-bottom: 15px;
}
div.news .newsItem .newsItemHead {
	margin-bottom: 10px;
	padding-top: 9px !important;
}
div.news .newsItem .newsItemContent img {
	margin: 0 15px 15px 0;
	float: left;
}
div.news .newsItem .newsItemContent span.readMore {
	color: #616161;
}
div.news .newsItem .newsItemContent a {
	color: #333333;
}
div.news .newsItem .newsItemContent a:hover {
	text-decoration: none;
	color: #333333;
}
div.news .newsItem .newsItemContent a:hover strong {
	color: #333333;
}
div.news .newsItem .newsItemContent a:hover span.readMore {
	text-decoration: none;
	color: #8ea92d;
}

div.news div.discuss {
	width: 489px;
	padding: 5px;
	background-color: #efefef;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.6em;
}

/* comments */
div.comments ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.comments li {
	list-style: none;
	margin: 0 0 10px 0;
	/*border-bottom: 1px solid #a6d5fe;*/
	text-decoration: none;
	display: block;
}
div.comments li h5 {
	margin: 0 0 10px 0;
	background-color: #e9f4ff;
	font-weight: bold;
	font-size: 0.7em;
	padding: 6px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
form.formAddComment textarea {
	width: 450px;
	height: 150px;
}
form.formAddComment textarea:focus {
	background-color: #efefef;
}
/* end comments */

/* events */
ul.list_events {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list_events li {
	list-style: none;
	margin: 0 0 10px 0;
	display: block;
}
ul.list_events li a {
	padding: 10px;
	border: 0;
	border-top: 1px solid #87a21f;
	background-color: none;
	text-decoration: none;
	display: block;
	line-height: 16px;
	float: left;
	width: 460px;
}
ul.list_events li a:hover strong {
	text-decoration: underline;
}
ul.list_events li a span.event_date {
	float: left;
	width: 100px;
	margin-left: 10px;
	display: block;
	font-weight: bold;
}
ul.list_events li a span.event_info {
	float: left;
	width: 330px;
	display: block;
	font-weight: normal;
}
ul.list_events li a span.event_info strong {
	font-weight: bold;
}
ul.list_events li img {
	margin: 0px 10px 5px 0px;
	padding: 0px 5px 15px 0px;
}

div.list_events .eventItem {
	border: 0;
	border-top: 1px solid #87a21f;
	padding: 15px 0 15px 0;
}
div.list_events .eventItem a, div.list_events .eventItem a:hover {
	color: #333333;
}
div.list_events .eventItem a .readMore {
	color: #666666;
}
div.list_events .eventItem a:hover .readMore {
	color: #87a21f;
}

div.admin_edit {
	background-image: url(images/bg_admin_edit.gif);
	/*border: 1px solid #a8d8eb;*/
	height: 22px;
	/*display: none;*/
}
div.admin_edit a {
	background-image: url(images/icon_edit.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	display: block;
	padding: 3px 3px 3px 24px;
	font-weight: bold;
	font-size: 0.7em;
}

textarea.textarea {
	width: 450px;
	border-width: 1px;
	border-style: solid;
	border-color: #a7a7a7 #dedede #dedede #a7a7a7;
	background-color: #ffffff;
}
textarea.textarea:focus {
	background-color: #fcf5e2;
}



/*.border_top {	
	background-image: url(images/bg_border_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.split {	
	background-image: url(images/bg_border_green.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 2px;
	margin: 10px 0 5px 0;
}*/

.border_top {
	border: 0;
	border-top: 1px solid #8ea92d;
}
.split {
	border: 0;
	border-top: 1px solid #8ea92d;
	height: 1px;
	margin: 8px 0 3px 0;
}


#container {
	width: 980px;
	margin: 0 auto 0 auto;
}

#head {
	margin-bottom: 17px;
	height: 130px;
}
#head_left {
	float: left;
	width: 719px;
	height: 130px;
	background-image: url(images/bg_head.jpg?17011001);
	background-repeat: no-repeat;
}
#head_right {
	float: right;
	height: 130px;
	width: 183px;
}

#head_left_top ul {
	margin: 0;
	padding: 2px 0 0 7px;
	list-style: none;
}
#head_left_top ul li {
	padding: 0;
	margin: 0 7px 0 7px;
	list-style: none;
	display: block;
	float: left;
	color: #ffffff;
	font-size: 11px;
}
#head_left_top ul li a {
	color: #ffffff;
}
#head_left_top ul li label {
	float: left;
}
#head_left_top ul li input {
	float: left;
}
input.search_top {
	background-color: #86a31e;
	border: 1px solid #ffffff;
	border-width: 1px 0 0 1px;
	height: 12px;
	font-size: 10px;
	color: #ffffff;
	width: 104px;
	float: left;
	margin: 0 7px 0 7px;
	padding: 0;
}

#breadcrumb {
	margin-top: -14px;
	padding-left: 234px;
	font-size: 0.9em;
	z-index: 99999;
	float: left;
}

#content {
	float: left;
	width: 980px;
}

#content_left {
	float: left;
	width: 214px;
	margin: 0 20px 0 0;
}
#content_left ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_left ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content_left ul li a {
	display: block;
	margin: 0;
	padding: 5px 0 3px 14px;
	color: #212121;
	text-decoration: none;
}
#content_left ul li a:hover {
	color: #87a21f;
}
#content_left ul li.active a {
	font-weight: bold;
}

#content_left ul li ul.subnavi {
	padding: 0 0 20px 25px;
	margin: 0;
	list-style: none;
}
#content_left ul li ul.subnavi li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#content_left ul li ul.subnavi li a {
	font-weight: normal;
	padding-top: 3px;
	color: #555555;
}
#content_left ul li ul.subnavi li a:hover {
	color: #87a21f;
}
#content_left ul li ul.subnavi li a.active {
	font-weight: bold;
	color: #111111;
}

#content_main #content_main_center ul.subnavi {
	padding: 0 0 10px 5px;
	margin: 0 0 10px 0;
	border: 0;
	border-bottom: 1px solid #87a21f;
	list-style: none;
}
#content_main #content_main_center ul.subnavi li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#content_main #content_main_center ul.subnavi li a {
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 3px 0 3px 0;
	color: #212121;
	text-decoration: none;
	color: #555555;
}
#content_main #content_main_center ul.subnavi li a:hover {
	color: #87a21f;
}
#content_main #content_main_center ul.subnavi li a.active {
	font-weight: bold;
	color: #111111;
}

#content_main {
	float: left;
	width: 745px;
}
#content_main_center {
	float: left;
	width: 485px;
	margin: 0 14px 0 0;
}
#content_main_center_foot {
	margin: 15px 0 25px 0;
	font-size: 0.9em;
	border: 0;
	border-top: 1px solid #87a21f;
	padding-top: 7px;
	clear: both;
}
#content_main_right {
	float: left;
	font-size: 0.9em;
	margin: 0;
	padding: 3px 0 0 8px;
	width: 238px;
}
#content_main_right .split {
	margin-left: -8px;
}
#content_main_footer {
	padding-top: 6px;
}
#content_main_footer a {
	color: #212121;
	text-decoration: none;
}

#content_left_calendar {
	padding: 7px 0 0 0;
	margin: 75px 0 10px 0;
}



#footer {
	padding: 12px 18px 8px 18px;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}

.textfield {
	width: 350px;
	border-width: 1px;
	border-style: solid;
	border-color: #a7a7a7 #dedede #dedede #a7a7a7;
	background-color: #ffffff;
}
.textfield:focus {
	background-color: #fcf5e2;
}

#calendar {
	text-align: right;
	border: 0;
	border-top: 1px solid #a9aaaf;
	border-bottom: 1px solid #a9aaaf;
	padding: 3px;
	float: left;
	width: 194px;
}


table.events_infos td {
	padding: 4px 0 4px 0;
	margin: 0;
}
table.events_infos td.label {
	color: #444444;
	padding-right: 15px;
}
table.events_infos tr.space td {
	border: 0;
	font-weight: bold;
	padding-top: 10px;
}

.teaser img {
	margin-top: 7px;
}


.colLeft {
	float: left;
	width: 100px;
	margin: 0 15px 0 0;
	empty-cells: show;
}
.colRight {
	float: left;
	width: 365px;
}
* html b\ody .colRight {
	width: 345px;
}

.tabsHead {
	color: rgb(128, 128, 128);
}
.tabsHead a, .tabsHead a:hover {
	text-decoration: none;
	background-image: none !important;
	padding: 0 !important;
	color: rgb(128, 128, 128);
}
.tabActive, .tabActive a, .tabActive a:hover {
	color: #000000 !important;
	font-weight: bold;
}
.tab {
	display: none;
}