/* default styles for extension "tx_cssstyledcontent" */
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 2px solid black;
		padding: 0px 0px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 10px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 5px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */
/* default styles for extension "tx_srfreecap_pi2" */
		.tx-srfreecap-pi2-image { margin-left: 1em; }
		.tx-srfreecap-pi2-cant-read { font-size: .9em; color:#35006d; }
		.tx-srfreecap-pi2-cant-read a:link { background-color:transparent; font-weight:bold; text-decoration:none; }




.csc-textpic-image {
	padding:0px 0px 20px 0px;
}




/*	Links
---------------------------------------------------------------------------------*/

#content a:link {
	color:#F6A800;
	text-decoration:none;
}

#content a:visited {
	color:#F6A800;
	text-decoration:none;
}

#content a:hover {
	color:#015020;
	text-decoration: underline;
}


/*	Images
---------------------------------------------------------------------------------*/

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
		border: 1px solid #F6A800;
		padding: 0px 0px;
	}
	
	.csc-textpic-caption {
		font-size:0.9em;
	}


/*	Headlines
---------------------------------------------------------------------------------*/

#site h1 {
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	font-size:19px;
	line-height:22px;
	font-weight:bold;
}

#site .tx-sksimplegallery-pi1 h1 {
	width:355px;
	margin:0px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	font-size:19px;
	line-height:22px;
	font-weight:bold;
}

#site h2 {
	width:265px;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	font-size:17px;
	line-height:20px;
	font-weight:bold;

}

#site .gallery_list_text h2{
	width:350px;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	font-size:14px;
	line-height:18px;
	font-weight:bold;
}

#site .news-single-item h2{
	width:350px;
	margin:0px 0px 8px 0px;
	padding:0px 0px 0px 0px;
	font-size:19px;
	line-height:21px;
	font-weight:bold;
}
	

h3 {
	width:265px;
	margin:0px 0px 6px 0px;
	padding:0px 0px 0px 0px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;

}

/*	Absätze
---------------------------------------------------------------------------------

.col_1_2 p {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}

.col_1_1 p {
	margin:0px 0px 15px 0px;
	padding:0px 0px 0px 0px;
}*/

/*	Listen
---------------------------------------------------------------------------------*/

ol {
	margin:0px 0px 0px 0px;
	padding:0px 20px 0px 0px;
	list-style:decimal-leading-zero;
}

ol li {
	margin:0px 0px 0px 40px;
	padding:0px 20px 0px 0px;
	list-style:decimal;
}
	


/*	tt_news
---------------------------------------------------------------------------------*/



/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer{
	clear:both;
	height:1px;
}

.news-latest-container .clearer, .news-single-item .clearer, .news-list-container .clearer, .clearer{
	margin:10px 0px 10px 0px;
	clear:both;
	background:url(../picts/news_hr.jpg) no-repeat;
	height:25px;
}

.aclearer{
	margin:10px 0px 10px 0px;
	clear:both;
	background:url(../picts/news_archiv_hr.jpg) no-repeat;
	height:40px;
}

.tx-ttnews-fixfloat {
	clear:both;
	height:1px;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	margin:20px 0px 0px 0px;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	/* IE hack end */
	padding:0px;
}

.news-latest-item IMG {
	margin-bottom:15px;
	margin-left:15px;
	float:right;
	border:1px solid #F6A800;
	width:200px;
}

.news-latest-item h3 {
	width:330px;
}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:11px;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {	
	margin:20px 0px 0px 0px;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	/* IE hack end */
	padding:0px;
}

.news-list-item h3 {
	width:330px;
}

.news-search-emptyMsg {margin:0px;}

.news-search-form FORM {margin:0px;}

.news-list-date {
	height: 20px;
	font-size:11px;
	font-weight: normal;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 10px;
}

.news-list-container IMG {
	float: right;
	margin-bottom:15px;
	margin-left:15px;
	border:1px solid #F6A800;
}



/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	width:400px;
	margin:10px 0px 0px 0px;
}

.tx-ttnews-browsebox-strong{
	font-weight: bold;
}

.tx-ttnews-but_prev {
	float:left;
}

.tx-ttnews-but_next {
	float:left;
}

.tx-ttnews-Number  {
	float:left;
}

.tx-ttnews-browsebox-SCell{
	font-weight: bold;
	float:left;
	margin:0px 0px 0px 0px;
}

.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
	
.news-single-item {}

.news-single-img {
	float: right;
	padding:0px;
}

.news-single-item IMG {
	margin:0px 0px 20px 20px;
	border: 1px solid #F6A800;
}

.news-single-imgcaption {
	visibility:hidden;
}

.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 10px;
}

.news-single-timedata {
	float: right;
}

.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 12px;
}


.news-single-additional-info {
/* 	clear: both; */
	margin-top: 15px;
}

.news-single-related,.news-single-files,.news-single-links  {
	margin-bottom: 3px;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	padding:0px;
}
.news-amenu-container LI {
}

.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:0px;
	list-style-type: none;
}

.news-amenu-item-year {
	margin-top:5px;
	margin-left:-40px;
	margin-bottom:0px;
	padding:0px;
	font-weight: bold;
	color:#015020;
	font-size:16px;	
}

/*--------------------------------- tt_news Suche --------------------------------- */

.news-search-form{
	padding:0px;
	margin:0px;
}

.news-search-emptyMsg{
	font-size:12px;
	padding:0px;
	margin:0px 0px 5px 0px;
}

.news-search-form input {
	border:1px solid #F6A800;
}

.news-search-form input {
	border:1px solid #F6A800;
	background:#015020;
	color:#FFFFFF;
	padding:2px;
}

*html .news-search-form .submit {
	padding:0px;
}




/*	VE_Guestbook-Styles
-------------------------------------------------------------------------------------------------------------------*/
/* default styles for extension "tx_veguestbook_pi1" */

.tx-veguestbook-pi1 {}
  
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#F6A800;
}

.tx-veguestbook-pi1  ul {
	list-style:none;
	list-style-type:none;
}

.tx-guestbook-form-error-list ul {
	list-style:none;
	list-style-type:none;
}

.tx-guestbook-form-error-list ul li {
	list-style:none;
}

/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
}

/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
}

/* styles for list mode */
#site .tx-veguestbook-pi1 h2.tx-guestbook-header {
	display:block;
	font-weight:normal;
	padding:0;
	margin:5px 0px 10px 0px;
	width: auto;
	font-size:13px;
	float:left;
}

.tx-guestbook-data {
	float:right;
	margin:5px 0px 10px 0px;
}

.tx-veguestbook-pi1 .tx-guestbook-right {
	margin:5px 0px 20px 0px;
	padding:0;
	width:563px;
}

/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-right p {
	color:#333;
}

.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-right p.tx-guestbook-date {
	font-weight: bold;
}

.tx-veguestbook-pi1 .tx-guestbook-right h3 {
	font-size:100%;
	color:#990000;
	font-weight:bold;
	background:none;
}

.tx-veguestbook-pi1 .tx-guestbook-right .tx-guestbook-comment {
	color:#333;
	font-style: italic;
}

.tx-veguestbook-pi1 .tx-guestbook-latest {
	display:block;
	padding:0.25em;
	clear:both;
}

/* form styles */
.tx-veguestbook-pi1 .tx-guestbook-field {
	clear:both;
	width:100%;
	display:block;
	padding:20px 0px 0px 0px;
}

.tx-guestbook-hinweis {
	clear:both;
	padding:10px 0px 5px 0px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
	clear: both;
	display: block;
	float: left;
	width: 10em;
}

.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
	float:left;
	width:250px;
	border:#f6a800 solid 1px;
	padding: 2px 2px 2px 2px;
	background:#f6f6f6;
	color:#002f07;
}

.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
	width:250px;
	height:100px;
	display: block;
	float: left;
	border:#f6a800 solid 1px;
	padding: 2px 2px 2px 2px;
	background:#f6f6f6;
	color:#002f07;
}

.tx-veguestbook-pi1 .tx-guestbook-field span.tx-guestbook-form-obligationfield {
	color:#990000;
}

.tx-veguestbook-pi1 fieldset {
	border:none;
}

.tx-veguestbook-pi1 legend {
	display:none;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap {
	float:left;
	display:block;
	background:#F7F7F7;
	border:1px solid #CCC;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap {
	margin-left:2.25em;
}


.tx-veguestbook-pi1 .tx-guestbook-freecap img {
	float:left;
	display:block;
	padding-left:0.25em;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap input {
	float:left;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap label {
	clear:both;
	display:block;
	float:none;
	width:10em;
	margin-bottom:0.5em;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap p {
	font-size:75%;
	padding:0.25em;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap h3 {
	display:none;
}

.tx-veguestbook-pi1 .tx-guestbook-freecap span.tx-srfreecap-pi2-cant-read {
	color:#990000;
}

.tx-veguestbook-pi1 .tx-guestbook-clear {
	clear:both;
	display:block;
}

.tx-veguestbook-pi1 input.tx-guestbook-submit {
	width:auto;
	display:block;
	border:#f6a800 solid 1px;
	padding:2px 2px 2px 2px;
	background:#002f07;
	color:#ffffff;
}


/*	SK-Simplegallery-Styles
----------------------------------------------------------------------------------------------------------*/

.tx-sksimplegallery-pi1 {
	width:100%;
}

.tx-sksimplegallery-pi1 p.pagebrowser span {
	padding:0 4px
}

.gallery_list img, .gallery-single img {
	border: 1px solid #F6A800;
	padding: 0px 0px;
}

.gallery_list {
	margin:0;
}

.gallery_list_pict {
	float:left;
	margin:0px 20px 0px 0px;
}

.gallery_list_text{
	float:left;
	margin:0px 0px 0px 0px;
}

.gallery-single{
	margin:0;
}

.gallery-single-pict{
	float:left;
	margin:0px 15px 15px 0px;
}



.tx-sksimplegallery-pi1 dl.single dt {
	border-bottom: 1px solid #000;
	margin: 0;
}
.tx-sksimplegallery-pi1 dl.single dd {
	background-color: #ececec;
	margin: 0;
	padding: 3px;
	font-size:12px;
	height:40px;
	text-align:center;
	font-weight:bold;
}
.tx-sksimplegallery-pi1 dl.single dd span {
    float:right;
    font-size:70%
}
.tx-sksimplegallery-pi1 h3 {
	margin:6px;
}

.tx-sksimplegallery-pi1 .description {
	margin:6px 0 12px 0;
	padding-bottom:4px;
	border-bottom:1px solid #000;
}
.tx-sksimplegallery-pi1 br.clear {
	clear:both;
}


/*	Linkliste - Linkelement
--------------------------------------------------------------------------------------*/

.link-pict{
	margin:5px 20px 0px 0px;
	width:105px;
	float:left;
}

.link-text{
	margin:5px 0px 0px 0px;
	width:430px;
	float:left;
}

/*	Linkliste - Linkelement
--------------------------------------------------------------------------------------*/

.link-pict{
	margin:5px 20px 0px 0px;
	width:105px;
	float:left;
}

.link-text{
	margin:5px 0px 0px 0px;
	width:430px;
	float:left;
}

/*	Ansprechpartner
--------------------------------------------------------------------------------------*/

.kontakt-headline{
	margin:5px 20px 0px 0px;
	float:left;
}

.kontakt-pict{
	margin:5px 20px 0px 0px;
	width:140px;
	float:left;
}

.kontakt-text{
	margin:5px 0px 0px 0px;
	float:left;
}

/*	Styles-01. ABSÄTZE
------------------------------------------------------------------------------------------------------------------------------------*/

p {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

p.p-05 {
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

p.p-10 {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 0px;
}

p.p-20 {
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}

p.p-30 {
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px;
}

p.bodytext {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.gold {
	color:#C3A022;
}


#content ul {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}