	/* default styles for extension "tx_dropdownsitemap_pi1" */
		.tx-dropdownsitemap-pi1 A {
			font-weight: bold;
		}
		.tx-dropdownsitemap-pi1 LI.open OL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed OL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 LI.open UL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed UL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 DIV {
			border: solid 1px #DFE2E3;
			background: #FAFBFB;
			padding: 2px;
			margin-bottom: 5px;
		}
		.tx-dropdownsitemap-pi1 DIV.level_2 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_2 A {
			font-weight: normal;
		}
		.tx-dropdownsitemap-pi1 DIV.level_3 {
			background: #FAFBFB;
		}
		.tx-dropdownsitemap-pi1 DIV.level_4 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_5 {
			background: #FAFBFB;
		}
		.tx-dropdownsitemap-pi1 DIV.expAll {
			text-align: center;
			border: solid 1px #DFE2E3;
			background: #FAFBFB;
		}
/* default styles for extension "tx_croncssstyledimgtext" */
/*
 * css-styled-imgtext
 */
/*
  Licensed under the GPL, see http://www.gnu.org/copyleft/gpl.html
  (c) the TYPO3 content rendering group
  (c) Ernesto Baschny (ernst@cron-it.de)
*/

/* Captions */
P.csc-caption { margin: 0; }
P.csc-caption {
  font-size: 0.8em; /* Customize me */
}
DIV.csi-caption-c .csi-caption { text-align: center; }
DIV.csi-caption-r .csi-caption { text-align: right; }
DIV.csi-caption-l .csi-caption { text-align: left; }

/* Needed for noRows setting */
DIV.csi-textpic DIV.csi-imagecolumn { float: left; display: inline; }

/* Border just around the image */
DIV.csi-border DIV.csi-imagewrap .csi-image IMG {
  border: 2px solid #089A2B;
  padding: 0px 0px;
}

DIV.csi-imagewrap { padding: 0; }

DIV.csi-textpic IMG { border: none; }

/* DIV: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DIV.csi-image { float: left; }

/* UL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap UL { list-style: none; margin: 0; padding: 0; }
DIV.csi-textpic DIV.csi-imagewrap UL LI { float: left; margin: 0; padding: 0; }

/* DL: This will place the images side by side */
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image { float: left; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DT { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD { float: none; }
DIV.csi-textpic DIV.csi-imagewrap DL.csi-image DD IMG { border: none; } /* FE-Editing Icons */
DL.csi-image { margin: 0; }
DL.csi-image DT { margin: 0; display: inline; }
DL.csi-image DD { margin: 0; }

/* Clearer */
DIV.csi-clear { clear: both; }

/* Margins around images: */

/* Pictures on left, add padding on right */
DIV.csi-left DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-left DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-right: 10px;
}

/* Pictures on right, add padding on left */
DIV.csi-right DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right-nowrap DIV.csi-imagewrap .csi-image,
DIV.csi-intext-right DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 10px;
}

/* Pictures centered, add padding left and right */
DIV.csi-center DIV.csi-imagewrap .csi-image {
  display: inline; /* IE fix for double-margin bug */
  margin-left: 5px;
  margin-right: 5px;
}
DIV.csi-textpic DIV.csi-imagewrap .csi-image .csi-caption { margin: 0; }
DIV.csi-textpic DIV.csi-imagewrap .csi-image IMG { margin: 0; }

/* Space below each image (also in-between rows) */
DIV.csi-textpic DIV.csi-imagewrap .csi-image { margin-bottom: 5px; }
DIV.csi-equalheight DIV.csi-imagerow { margin-bottom: 5px; display: block; }

/* Positioning of images: */

/* Above */
DIV.csi-above DIV.csi-text { clear: both; }

/* Center (above or below) */
DIV.csi-center { text-align: center; /* IE-hack */ }
DIV.csi-center DIV.csi-imagewrap { margin: 0 auto; }
DIV.csi-center DIV.csi-imagewrap .csi-image { text-align: left; /* Remove IE-hack */ }
DIV.csi-center DIV.csi-text { text-align: left; /* Remove IE-hack */ }

/* Right (above or below) */
DIV.csi-right DIV.csi-imagewrap { float: right; }
DIV.csi-right DIV.csi-text { clear: right; }

/* Left (above or below) */
DIV.csi-left DIV.csi-imagewrap { float: left; }
DIV.csi-left DIV.csi-text { clear: left; }

/* Left (in text) */
DIV.csi-intext-left DIV.csi-imagewrap { float: left; }

/* Right (in text) */
DIV.csi-intext-right DIV.csi-imagewrap { float: right; }

/* Right (in text, no wrap around) */
DIV.csi-intext-right-nowrap DIV.csi-imagewrap { float: right; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-right-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */ 

/* Left (in text, no wrap around) */
DIV.csi-intext-left-nowrap DIV.csi-imagewrap { float: left; clear: both; }
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html DIV.csi-intext-left-nowrap .csi-text { height: 1%; }
/* End hide from IE5/mac */
	-->
		/*]]>*/
.listitem {
	margin-left: 10px;
	padding: 5px;
	color: black;
	border-top: 3px dotted #CCCCCC;
	margin-top: 5px;
	height: 8em;
	font-size: 1.0em;
}
.listitem {
	display: inline-table; /* Mark Hadley's fix for IE Max */
}

/* Hides from IE Mac \*/
* html .listitem {height: 1%;}
  .listitem {display: block; font-size: 1.2em; }
  
/* End Hack */
.csc-header-n2 {
  margin-top: 20px;
}
.listitem hr {
	display: block;
	clear: left;
	margin: 1;
	height: 0;
	border: none;
	visibility: hidden;
}
.listitem h1 {
  font-size: 1.2em;
}
.listitem h2 {
	margin-top: 0px;
	margin-bottom: 2px;
	font-size: 0.85em;
}
.listitem a {
	margin-top: 2px;
	margin-bottom: 2px;
	color: #089A2B;
}
.listitem a:hover, .listitem a:focus {
  color: white;
  background-color: #089A2B;
}
.listitem p {
  font-size: 0.8em;
	margin: 1px;
}
.listitem-image {
	float: left;
	width: 75px;
	height: 75px;
	margin-right: 10px;
}
.listitem-image img {
	width: 75px;
	height: 75px;
}



.poll {
  font-size: 0.94em;
	padding: 2px;
	background-color: white;
	border: 1px solid #089A2B;
	width: 11em;
}
.poll p.bodytext {
  margin: 0;
  padding: 0;
}

.poll h2 {
	font-size: 1em;
	margin-top: 2px;
	margin-bottom: 2px;
}
.poll input {
  margin-left: 10px;
}
.questiontext {
  width: 7em;
}


.tx-guestbook-list-header { background-color: #089A2B; color: white; font-weight:bold; font-size: 1.1em; padding-left: 5px; padding-top:2px; padding-bottom: 2px;}
.tx-guestbook-list-row { background-color: #C1E6CA; padding: 5px; font-size: 1.0em;}
.tx-guestbook-list-rowleft { background-color: #C1E6CA; padding: 5px; font-size: 0.8em;}
.tx-guestbook-list-entrycomment-title {font-weight: bold; }
.tx-guestbook-list-entrycomment { background-color: #C1E6CA; font-style: italic; }
.tx-guestbook-list-small { font-size: 0.7em; color: #666666; }
.tx-veguestbook-pi1-browsebox TD { font-size: 0.7em; color: #666666; }
.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
.tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
.tx-guestbook-latest-header { background-color: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 0.7em; color: #666666; }
.tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#089A2B; font-size:0.8em; color:#333333; width:28em; }
.tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#089A2B; font-size:0.8em; color:#333333; width:28em; }
.tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#089A2B; font-size:0.8em; color:#333333; width:28em; }
.tx-guestbook-form-obligationfield { color: #CC0000; font-size: 0.8em;}
.tx-guestbook-form-error { color: #CC0000; font-size: 0.8em;}
.tx-guestbook-form-left {clear: left;float: left; width: 13em;}
.tx-guestbook-fotm-right{}
.tx-guestbook-form-submit {float:right;}
.tx-guestbook-form-row {margin-top: 2px;}
.tx-spdirectory-pi1 {
  float: left;
}
.spdirectory {
  font-size: 1.0em;
  margin-top: 5px;
}
.spdirectory-search {
  width: 4em;
}
.spdirectory-atoz {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 1.0em;
  background-color: #C1E6CA;
  padding: 5px;
  margin-right: 10px;
  text-align: center;
}
.spdirectory-atoz div{
  padding: 1px;
}
.spdirectory-atoz div a:link, div.spdirectory-pages a:link {
  /*color: #089A2B;*/
  font-weight: bold;
  text-decoration: none;
}
 
.spdirectory-atoz div a:hover, div.spdirectory-pages a:hover, .spdirectory-atoz div a:focus, div.spdirectory-pages a:focus {
  /*color: #089A2B;*/
  text-decoration: underline;
}
.spdirectory-listitem {
  border: 1px solid #CCCCCC;
  background-color: #C1E6CA;
  padding: 5px;
  height: 8em;
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 2px;
}
.spdirectory-listitem h3{
  font-size: 1.2em;
  font-weight: bold;
  padding: 2px;
  margin: 0px;
}
.spdirectory-listitem p {
  font-size: 1.0em;
}
.spdirectory-pages {
  text-align: right ;
  font-size: 1.0em;
  margin-left: 20px;
}
.sp-directory-details {
  font-size: 1.0em;
  margin-top: 10px;
}
.spdirectory-label {
  float: left;
  clear: left;
  font-weight: bold;
  width: 12em;
}
.spdirectory-backlink a {
  border: 1px solid #089A2B;
  text-align: center;
  width: 4em;
  background-color: white;
  font-size: 1.0em;
  padding-left: 1em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  display: block;
}
.spdirectory-backlink a:hover, .spdirectory-backlink a:visited:hover, .spdirectory-backlink a:focus, .spdirectory-backlink a:visited:focus{
  background-color: #089A2B;
  color: white;
}


/* kalender */

.tx-srsendcard-pi1 {
  text-align: center;
  padding-left: 20px;
}
.tx-srsendcard-pi1 dt {
  float: left;
  width: 120px;
  height: 80px;
}
.tx-srsendcard-pi1 dl {
  float: left;
}
.tx-srsendcard-pi1 {

}
.tx-srsendcard-pi1-image-selector {
  padding-top: 10px;
}
.tx-srsendcard-pi1-image-selector-empty-cell {
}
.tx-srsendcard-pi1-first-column {
  clear: both;
}

.addresscard {
	width: 32em;
	border: 1px solid green;
	padding: 5px;
	margin-left: 2.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-bottom: 2px;
}
.addresscard h1 {
	margin: 0px;
	font-size: 1.4em;
	color: green;
}
.addresscard h2 {
	margin: 0px;
	font-size: 1.4em;
	/*color: #089A2B;*/
}
.addresscard h3 {
	margin: 0px;
	font-size: 0.9em;
	
}
.addresscard h4 {
	margin: 0px;
	font-size: 0.9em;
	color: black;
	padding-bottom: 10px;
}
.addresscard row {
	clear: both;
	margin: 2px;
}
.addresscard .row .leftcol{
	float: left;
	width: 10em;
	/*color: #089A2B;*/
	font-weight: bold;
}

.user-atozregister-pi1 {
  background-color: #C1E6CA;
}
.atozregister {
  border-bottom: 1px solid white;
  padding: 5px;
  font-size: 1.0em;
  margin-top: 1px;
}
.atozregister-left {
  width: 280px;
  float: left;
  clear: left;
}
.atozregister-right {
  padding: 0;
}
.atozregister div a:hover, .atozregister div a:visited:hover, .atozregister div a:focus, .atozregister div a:visited:focus {
  /*color: #089A2B;*/
}
.atozregister-letter {
  clear: left;
  font-size: 1.6em;
  /*color: #089A2B;*/
}
.tt_board-box {
  border: 1px solid #089A2B;
  background-color: #E7F5EA;
  padding: 5px;
  margin-top: 3px;
}
.tt_board-box h3 {
  padding: 0px;
  margin: 0px;
  /*color: #089A2B;*/
}
.tt_board-box h3 a, .tt_board-box h3 a:hover, .tt_board-box h3 a:link, .tt_board-box h3 a:focus{
  /*color: #089A2B;*/
}
.tt_board-answer {
  margin-left: 20px;
}
.tt_board-date {
  float: right;
}
/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }
/* default styles for extension "tx_indexedsearch" */
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
	.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
	.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
	.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#eeeeee; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeff; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
	.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
	.tx-indexedsearch .tx-indexedsearch-res .noResume { color : #666666; }
	/* default styles for extension "tx_newloginbox_pi3" */
	.tx-newloginbox-pi3-listrow TD { background-color:#eeeeee; padding-left: 3px; padding-right: 3px; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD { background-color:#cccccc; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-header TD P { font-weight:bold; }
	.tx-newloginbox-pi3-listrow TR.tx-newloginbox-pi3-listrow-odd TD { background-color:#f6f6f6; }


	/* default styles for extension "tx_dirlisting_pi1" */
	.tx-dirlisting-pi1 {
    margin-bottom: 285px;
  }
    .tx-dirlisting-pi1-error { color: maroon; }
    .tx-dirlisting-pi1-title { font-size: 0.9em; }
    
    .tx-dirlisting-pi1 table { border-width: 1px; border-style: solid; border-color: #089A2B; }
    .tx-dirlisting-pi1-header-row { background-color: #089A2B; }
    .tx-dirlisting-pi1-row { background-color: #C1E6CA; }
    
    .tx-dirlisting-pi1-header-icon,
    .tx-dirlisting-pi1-header-filename,
    .tx-dirlisting-pi1-header-perms,
    .tx-dirlisting-pi1-header-owner,
    .tx-dirlisting-pi1-header-group,
    .tx-dirlisting-pi1-header-filesize,
    .tx-dirlisting-pi1-header-filemod {
      color: white;
      font-weight: bold;
      padding: 5px;
    }
    
    .tx-dirlisting-pi1-icon,
    .tx-dirlisting-pi1-filename,
    .tx-dirlisting-pi1-filename-asb,
    .tx-dirlisting-pi1-perms,
    .tx-dirlisting-pi1-owner,
    .tx-dirlisting-pi1-group,
    .tx-dirlisting-pi1-filesize,
    .tx-dirlisting-pi1-filemod { padding-top: 4px; padding-bottom: 4px; padding-right: 2px;}

.news-list-date {
	float: right;
	text-align: right;
	font-size: 0.75em;
	font-weight: normal;
	color: black;
	padding-left: 8px;
}
.news-single-item {
	margin-bottom:5px;
	overflow: display;
}
.news-single-item H2 {
	font-weight:bold;
	font-size: 1.4em;
	color: #0D9B2F;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 8px;
}
.news-single-item H3 {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 1.0em;
}
.news-single-item p {
	padding-top: 0px;
	padding-bottom: 1em;
	margin: 0px;
	display: block;
}

.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding-left: 3px;
	clear:both;
	margin: 0px;
	text-align: center;
}

.news-single-category {
	padding-bottom: 2px;
	margin: 0px;
}

.news-single-backlink a {
  border: 1px solid #089A2B;
  text-align: center;
  width: 6em;
  background-color: white;
  font-size: 1.2em;
  padding-left: 2em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  display: block;
}
.news-single-backlink a:hover, .news-single-backlink a:focus {
  background-color: #089A2B;
  color: white;
}
.news-single-timedata {
	float: right;
	text-align: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size:0.9em;
}
.news-single-author {
	padding-top: 0px;
	padding-bottom: 3px;
}
.news-single-additional-info {
	/* 	clear: both; */
	margin-top: 15px;
	padding-bottom:0px;
}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 1em;
	margin-left:5px;
	width:90%;
}
.weatherbox {
  border: 1px solid #089A2B;
  padding: 2px;
  background-color: white;
  height: 7em;
}
