body {
	font-size: 0.8em;
	line-height: 1.5em;
	font-family: helvetica, arial;
	background-color: #d7d7d7;
}

/* ------------- */
/* -- Klassen -- */
/* ------------- */

.leftspace {
  margin: 5px 5px 5px 0;
}

.right {
  float: right;
  padding: 0 0 5px 5px;
}

.inside {
  list-style-position: inside !important;
  padding-left: 0px !important;
}

.outside {
  list-style-position: outside !important;
  padding-left: 20px !important;
}

.smaller-list li {
  font-size: smaller;
  margin: 0 !important;
}

/* Font-Size */
div.fontsize
span.small {
	font-size: 8pt;
	cursor: pointer;
	color: #C73E3E;
}

div.fontsize
span.normal {
	font-size: 10pt;
	cursor: pointer;
	color: #C73E3E;
}

div.fontsize
span.large {
	font-size: 12pt;
	cursor: pointer;
	color: #C73E3E;
}

span.contrast
img.contrast {
	background-image: url(../images/contrast.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 8px;
	border: none;
	cursor: pointer;
}

/* -------------- */
/* -- Template -- */
/* -------------- */

div.event-map {
	height: 300px !important;
}

div.shaddow-left,
div.container,
div.shaddow-right {
	float: left;
}

div.header
div.fontsize {
	position: absolute;
	top: 8px;
	right: 100px;
}

div.container {
	background-image: url(../images/shaddow.png);
	background-repeat: repeat-y;
	width: 892px;
	padding: 0 13px;
}

div.content
div.col-left,
div.content
div.col-right {
	float: left;
	margin-bottom: 10px;
}

div.content
div.col-left {
	width: 238px;
}

div.content
div.col-right {
	width: 644px;
	padding-left: 10px;
}

div.content {
	border-bottom: 6px solid #C73E3E;
}

div.clear {
	clear: both;
}

div.position-top {
	padding-top: 9px;
}

/*-----------*/
/*--Article--*/
/*-----------*/
.article {
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #D7D7D7;
}

.moduletable_left
.module-menu
.article {
	position: relative;
	padding: 2px 0 2px 10px;
	margin-bottom: 2px;
	border-bottom: 1px dotted #D7D7D7;
}

.moduletable_left
.module-menu
.article:hover {
  background-color: #eeeeee;
}

/*.article_text {
  padding-top: 25px;
}*/

.article .article_title {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #C73E3E;
	color: #FFFFFF;
	padding: 8px 8px 8px 10px;
	width: 128px;
}

.article_read_more {
	padding: 5px 0 3px 10px;
}

.article_read_more a {
	color: #C73E3E;
	text-decoration: none;
}
.article table td {
  border: 1px dotted #c73e3e;
  padding: 2px;
}

.article table {
  border: 1px dotted #c73e3e;
  border-collapse: collapse;
}

#template {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 100px;
}

.content_text {
	margin-top: 10px;
	margin-left: 25px;
	padding-right: 15px;
	color: #878787;
	text-align: justify;
}

.content_text h2 {
  float: right;
  width: 240px;
  margin: 0px -15px 15px 10px;
  padding: 5px 15px 5px 5px;
	text-align: right;
	font-size: 1.2em;
	color: #ffffff;
	background-color: #c73e3e;
	font-weight: normal;
}

.content_text a {
  color: 
}

.header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	width: 892px;
	height: 52px;
	position: relative;
}

div.date_area {
	position: absolute;
	top: 4px;
	right: 18px;
	margin-top: -5px;
}

.date,.time {
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
}

.event-time {
	margin-bottom: 10px;
}

.banner {
	background-image: url(../images/empty.png);
	width: 892px;
	height: 205px;
}

#banner_pic {
	width: 892px;
	height: 205px;
}

.navigation {
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	height: 38px;
	width: 892px;
}

.spacer_1 {
	background-image: url(../images/spacer_1.png);
	background-repeat: no-repeat;
	height: 15px;
	width: 892px;
}

.content {
	background-color: #ffffff;
}

.content_area {
	padding-left: 20px;
	padding-top: 20px;
}

td.footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	height: 30px;
	width: 892px;
}

.left_area {
	width: 238px;
}

.moduletable {
  line-height: 1em;
}

.moduletable_left
.module-menu {
	border-top: 3px solid #c73e3e;
	border-bottom: 2px solid #da8080;
	border-right: 1px dotted #999999;
}

.moduletable_left
.module-calendar {
  margin-top: 5px;
	border-top: 3px solid #c73e3e;
	border-bottom: 2px solid #da8080;
	border-right: 1px dotted #999999;
}

.moduletable_left
.module-menu ul {
	margin: 0px;
	padding: 2px 0px 5px 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

.moduletable_left
.module-menu ul li {
	color: #373737;
	border-bottom: 1px dotted #999999;
	margin-right: 33px;
	padding: 2px 0px 2px 0px;
}

.moduletable_left
.module-menu ul li:hover {
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 5px;
}

.moduletable_left
.module-menu ul li a {
	color: #373737;
	text-decoration: none;
	margin-left: 22px;
}

.moduletable_left
.module-menu ul li:hover a {
	color: #c73e3e;
}

.componentheading {
	color: #ffffff;
	background-color: #c73e3e;
	padding: 5px 0px 5px 25px;
	font-size: 12pt;
	position: relative;
}

.link {
	cursor: pointer;
}

.moduletable_top ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: inside;
}

.moduletable_top ul li {
	float: left;
}

.moduletable_top ul li a {
	height: 38px;
	padding: 10px;
	color: #ffffff;
	font-size: 12pt;
	text-decoration: none;
}

.moduletable_top ul li a:hover {
	background-image: url(../images/nav_bg_hover.png);
	background-repeat: repeat-x;
}

/*------------*/
/*--Kalender--*/
/*------------*/
#calendar {
	margin: 10px 0px 10px 0px;
}

/*.article-only
.article,
.site {
	border-bottom: 2px solid #DA8080;
}*/

.component h3 {
	margin: 0px;
	background-color: #C73E3E;
	font-weight: normal;
	font-size: 1em;
	color: #ffffff;
}

div#calendar
div.calendarcontrol {
	text-align: center;
	font-weight: bold;
}

div#calendar
div.calendarcontrol
span.link:hover {
	color: #C73E3E;
}

.monthname {
	text-align: center;
}

.eventlink {
	color: #C73E3E;
	font-weight: bold;
	text-decoration: underline;
}

.calendar .event a {
	text-decoration: underline;
}

.today .eventlink {
	color: #ffffff;
	font-weight: bold;
}

.mo,.di,.mi,.do,.fr {
	background-color: #eeeeee;
	text-align: center;
	border: 1px solid #d7d7d7;
	color: #C73E3E;
	font-size: 8pt;
	padding: 2px;
}

.sa,.so {
	background-color: #cbcbcb;
	text-align: center;
	border: 1px solid #d7d7d7;
	color: #C73E3E;
	font-size: 8pt;
	padding: 2px;
}

.headline {
	color: #373737;
	background-color: #ffffff;
	border: 0px;
}

.today {
	background-color: #C73E3E;
	color: #ffffff;
	border: 1px solid #C73E3E;
}

td.day:hover {
	border: 1px solid #C73E3E;
}

.backward,.forward,.monthname {
	color: #373737;
	font-size: 8pt;
}

.eventtable {
	width: 100%;
}

.eventtable .event {
	border-bottom: 1px solid #D7D7D7;
	background-color: #EEEEEE;
}

.eventtable td.column {
	border-right: 1px solid #D7D7D7;
}

.eventtable td {
	padding: 3px;
}

.headline {
	background-color: #CBCBCB;
}

.more_events .more_events_title {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12pt;
	color: #C73E3E;
	font-weight: bold;
}

.more_events_all a {
	color: #C73E3E;
	margin-top: 5px;
	font-size: 8pt;
}

.event a {
	color: #C73E3E;
	text-decoration: none;
}

.calendarevent {
	position: relative;
}

.event_info {
	position: absolute;
	right: 0px;
	top: 40px;
}

.eventdetails {
	width: 128px;
	background-color: #C73E3E;
	padding: 8px 8px 8px 10px;
	color: #ffffff;
}

.eventdetails .date,.eventdetails .time,.eventdetails .location,.map_address .city,.map_address .street
	{
	text-align: right;
	color: #ffffff;
	font-size: 8pt;
}

.map_address {
	padding: 8px 8px 8px 10px;
	background-color: #C73E3E;
}

.calendarevent .event {
	width: 453px;
}

.eventmap {
	margin-top: 20px;
	background-color: #C73E3E;
}

.eventmap_big {
	width: 400px;
	height: 400px;
	background-color: #C73E3E;
	position: absolute;
	right: 0px;
	top: -300px;
	margin-top: 20px;
	border: 1px solid #ffffff;
}

.eventmap_big #map_canvas {
	width: 398px;
	height: 400px;
}

.map_title {
	color: #ffffff;
	padding: 3px 2px 3px 10px;
}

#map_canvas {
	width: 144px;
	height: 144px;
	border: 1px solid #C73E3E;
}

.button_big_map {
	background-image: url(../images/resize.png);
	backgroun-repeat: no-repeat;
	width: 10px;
	height: 10px;
}

/*---------*/
/*--Liste--*/
/*---------*/

div.article-content ol {
  list-style-position: inside;
  padding-left: 0px;
}

div.article-content ul {
  list-style-type: square;
  padding-left: 20px;
}

div.article-content ol ul {
  list-style-type: square;
  padding-left: 20px;
}

div.article-content li {
  margin-bottom: 5px;
  margin-top: 5px;
}

/*---------------*/
/*--Footer Menü--*/
/*---------------*/

.position-bottom ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	margin: 0px;
	margin-top: -15px;
	padding: 0px;
	position: absolute;
	right: 5px;
	top: -8px;
}

.position-bottom ul li {
	float: left;
	color: #C73E3E;
}

.position-bottom ul li a {
	color: #C73E3E;
	text-decoration: none;
	font-size: 8pt;
	padding: 0 5px;
}

hr.tcf-readmore {
	display: none;
}

div.event {
	border-bottom:1px dotted #D7D7D7;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

table.calendar
td {
	line-height: 1em;
}

img.banner-image {
	border: none;
}

div.footer {
	text-align: center;
	font-size: 8pt;
}

