/* -------- Text / Bild org anfang -------- */

	/* 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; }

	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: 5px;
	}

	/* 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: 5px;
	}

	/* 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: 5px;
	}
	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; }
	* html DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }
	*+html DIV.csc-textpic-imagerow { margin-bottom: 5px; display: block; }

	/* 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: 5px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 5px !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 */
/* -------- Text / Bild org ende -------- */




/* -------- Text / Bild custom anfang -------- */
.csc-textpic {
 margin-bottom:15px;
 border:0px solid #FFFFFF;
}

dl.csc-textpic-image {
 float:left;
 margin-left:3px;
 margin-right:3px;
}

dd.csc-textpic-caption {
 margin:1px; /* wg. bildrahmen */
 margin-top:-7px;
 font-size:0.85em;
 color:#3D3D3D;
}

.csc-textpic-image dt img {
 border: 0px solid #C8C8C8;
 padding:0px;
 margin: 0px;
}

.csc-textpic-image dt img.noborder {
 border: 0px;
 padding:0px;
 margin :0px;
}

.csc-textpic-border div dl dt img {
 border: 1px solid #BEBEBE;
 padding:1px;
 margin: 0px;
}

div.csc-textpic-clear {
 clear:both;
 margin-bottom:10px;
}

.csc-textpic-intext-left div.csc-textpic-imagewrap {
 float:left;
 padding-right:10px;
}

.csc-textpic-intext-right div.csc-textpic-imagewrap {
 float:right;
 padding-left:10px;
}

.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
 float:left;
 padding-right:10px;
}

.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
 float:right;
 padding-left:10px;
}



div.csc-textpic-above div.csc-textpic-text { 
 clear: both;
}

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 */ 
}

div.csc-textpic-right div.csc-textpic-imagewrap { 
 float: right; 
}
div.csc-textpic-right div.csc-textpic-text { 
 clear: right; 
}

div.csc-textpic-left div.csc-textpic-imagewrap { 
 float: left; 
}
div.csc-textpic-left div.csc-textpic-text {
 clear: left;
}

.align-left {
 text-align:left;
}

.align-center {
 text-align:center;
}

.align-right {
 text-align:right;
}
/* -------- Text / Bild custom ende -------- */





/* -------- captcha anfang -------- */
div.captchafeld img {
 margin:0px 0px 0px 0px;
 width:120px;
 height:25px;
 padding:0px;
 border:0px;
}
/* -------- captcha ende -------- */




/* -------- tx_fdfx2cols_pi1 anfang ----------- */

/*  Layout 1 */
.c2l1-left{
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c2l1-middle{
 padding-left: 5px;
 width:50%;
 white-space:normal;
}
/*  Layout 2 */
.c2l2-left{
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c2l2-middle{
 padding-left: 5px;
 width:50%;
 white-space:normal;
}
/* Layout 2 */
.c2l3-left{
 padding-right: 5px;
 width:70%;
 white-space:normal;
}
.c2l3-middle{
 border:0px;
 padding-left: 5px;
 width:30%;
 white-space:normal;
}

.csc-fdfx_2cols_pi1-header {
 clear:both;
}

/* Styles 2 Column DIV Section */
div.tx-fdfx2cols-pi1{
 clear:both;
 padding:0px 0px 0px 0px;
 margin-bottom:10px;
}

/* Layout 1 */
div.c2l1d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:10px 8px 10px 8px;
 width:215px;
 font-size:11px;
 border:1px solid #C8C8C8;
}
div.c2l1d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:10px 8px 10px 8px;
 width:215px;
 font-size:11px;
 border:1px solid #C8C8C8;
}

/* Layout 2 */
div.c2l2d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:48%;
 border:0px;
 white-space:normal;
}
div.c2l2d-middle{
 float:right;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
 width:49%;
 white-space:normal;
 border:0px;
}

/* Layout 3 embedded */
div.c2l3d-left{
 position:absolute;
 left:0px;
 padding: 0px;
 width:515px;
 white-space:normal;
 border:1px solid red;
}
div.c2l3d-middle{
 float:right;
 margin:5px;
 padding: 0px;
 width: 200px;
 height: 100px;
 overflow:auto;
 white-space:normal;
 border:1px solid blue;
}
/* -------- tx_fdfx2cols_pi1 ende ----------- */


/* -------- tx_fdfx3cols_pi1 anfang ----------- */

/* Layout 1 */
.c3l1-left{
 padding-right: 5px;
 width:33%;
 white-space:normal;
}
.c3l1-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:33%;
 white-space:normal;
}
.c3l1-right{
 padding-left: 5px;
 width:33%;
 white-space:normal;
}

/* Layout 2 */
.c3l2-left{
 padding-right: 5px;
 width:25%;
 white-space:normal;
}
.c3l2-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:50%;
 white-space:normal;
}
.c3l2-right{
 padding-left: 5px;
 width:25%;
 white-space:normal;
}

/* Layout 3 */
.c3l3-left{
 padding-right: 5px;
 width:40%;
 white-space:normal;
}
.c3l3-middle{
 padding-left: 5px;
 padding-right: 5px;
 width:40%;
 white-space:normal;
}
.c3l3-right{
 padding-left: 5px;
 width:20%;
 white-space:normal;
}

/* Styles 3 Column DIV Section */
div.tx-fdfx3cols-pi1{
 position:relative;
 left:0px;
 margin:0px 0px 10px 0px;
 padding:0px 0px 0px 0px;
}

/* Layout 1 Startseite Gruen */
div.c3l1d-left{
 float:left;
 display:block;
 background-image:url(/fileadmin/bilder/start/box-golfschule.gif);
 background-repeat:no-repeat;
 margin:0px 3px 0px 0px;
 padding:15px 3px 3px 28px;
 width:210px;
 height:125px;
 border:0px;
 white-space:normal;
 font-size:14px;
 color:#FFFFFF;
}
div.c3l1d-middle{
 float:left;
 display:block;
 background-image:url(/fileadmin/bilder/start/box-proshop.gif);
 background-repeat:no-repeat;
 margin:0px 3px 0px 0px;
 padding:15px 3px 3px 28px;
 width:210px;
 height:125px;
 border:0px;
 white-space:normal;
 font-size:14px;
 color:#FFFFFF;
}
div.c3l1d-right{
 float:left;
 display:block;
 background-image:url(/fileadmin/bilder/start/box-golfreisen.gif);
 background-repeat:no-repeat;
 margin:0px 0px 0px 0px;
 padding:15px 3px 3px 28px;
 width:210px;
 height:125px;
 border:0px;
 white-space:normal;
 font-size:14px;
 color:#FFFFFF;
}

div.c3l1d-left h2, 
div.c3l1d-middle h2, 
div.c3l1d-right h2 {
 color:#FFFFFF;
 font-size:16px;
 text-transform:uppercase;
 font-weight:bold;
 margin-bottom:10px;
}

div.c3l1d-left a, div.c3l1d-left a:link, div.c3l1d-left a:visited, div.c3l1d-left a:active, 
div.c3l1d-middle a, div.c3l1d-middle a:link, div.c3l1d-middle a:visited, div.c3l1d-middle a:active, 
div.c3l1d-right a, div.c3l1d-right a:link, div.c3l1d-right a:visited, div.c3l1d-right a:active {
 color:#FFFFFF;
 text-decoration:none;
}

div.c3l1d-left a:focus, div.c3l1d-left a:hover, 
div.c3l1d-middle a:focus, div.c3l1d-middle a:hover, 
div.c3l1d-right a:focus, div.c3l1d-right a:hover {
 color:#FFFFFF;
 text-decoration:underline;
}

/* Layout 2 */
div.c3l2d-left{
 float:left;
 margin:0px 0px 0px 0px;
 padding:15px 3px 3px 28px;
 width:210px;
 border:0px;
 white-space:normal;
}
div.c3l2d-middle{
 float:left;
 margin:0px 0px 0px 0px;
 padding:15px 3px 3px 18px;
 width:220px;
 white-space:normal;
 border:0px;
}
div.c3l2d-right{
 float:left;
 margin:0px 0px 0px 0px;
 padding:15px 3px 3px 28px;
 width:210px;
 border:0px;
 white-space:normal;
}

div.c3l2d-left h2, 
div.c3l2d-right h2 {
 color:#1F1F1F;
 font-size:14px;
 font-weight:bold;
 margin-bottom:10px;
}

div.c3l2d-middle h3 {
 color:#719202;
 font-size:14px;
 font-weight:bold;
 margin-bottom:10px;
}

/* Layout 3 */
div.c3l3d-left{
 float:left;
 margin:0px 0px 0px 12px;
 padding:0px 0px 0px 0px;
 width:215px;
 white-space:normal;
 border:0px;
}
div.c3l3d-middle{
 float:left;
 margin:0px 0px 0px 25px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
div.c3l3d-right{
 float:right;
 margin:0px 12px 0px 0px;
 padding:0px 0px 0px 0px;
 width:215px;
 border:0px;
 white-space:normal;
}
/* Layout 1 IE */
* html div.c3l3d-left{
 margin:0px 0px 0px 6px;
}
* html div.c3l3d-middle{
 margin:0px 0px 0px 25px;
}
* html div.c3l3d-right{
 margin:0px 6px 0px 0px;
}

/* -------- tx_fdfx3cols_pi1 ende ----------- */



/* -------- css_filelinks anfang ----------- */
div.filelinks {
 padding:0px;
 margin:-15px 0px 25px 0px;
 border-bottom:0px solid #CCCCCC;
}
/* -------- css_filelinks ende ----------- */



/*-----------------------------------  tt_news anfang  -----------------------------------*/

/* prevent floated images from overlapping the div-containers they are wrapped in  */
.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:0px solid #F9FFE5;
}

.news-latest-container HR.clearer {
	clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
 width:190px;
 text-align:left;
 margin:0px 0px 0px 0px;
 border:0px;
 color:#5E5E5E;
 border:0px solid #00FFFF;
}

.news-latest-item h3 {
 color:#5E5E5E;
 font-size:1.0em;
 font-weight:bold;
 margin-bottom: 5px;
}

.news-latest-item h3 a:link, .news-latest-item h3 a:visited {
 color:#5E5E5E;
}

.news-list-latest h3 a:focus, .news-latest-item h3 a:hover {
 color:#5E5E5E;
}

.news-latest-item {
 /* IE hack */
 height: 1%;
 line-height: 1.3;
 /* IE hack end */
 margin:0px;
 padding:0px;
 padding-bottom:10px;
 color:#5E5E5E;
 border-bottom:0px solid #D2D2D2;
}

.news-latest-item a, .news-latest-item a:link, .news-latest-item a:visited {
 color:#5E5E5E;
}
.news-list-latest a:focus, .news-latest-item a:hover {
 color:#5E5E5E;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:0.9em;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink a {
	float:left;
}

/* Contain the floats using the :after method */
div.news-latest-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/*  \*/
* html div.news-latest-item {
	height: 1%;
}
/*  */

div.news-latest-item-floated {
	float: left;
}

/*  \*/
* html div.news-latest-item-content {
	height: 1%;
}
/*  */



/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
 width:712px;
 float:left;
 text-align:left;
 margin:0px 0px 0px 0px;
 border:0px;
 color:#5E5E5E;
 padding-bottom:20px;
 border:0px solid #F0F0F0;
}

.news-list-item {
 /* IE hack */
 height: 1%;
 line-height: 1.3;
 /* IE hack end */
 margin:0px;
 padding:0px;
 padding-top:0px;
 color:#5E5E5E;
 border-bottom:1px solid #B2B2B2;
}

.news-list-item h2 {
 color:#5E5E5E;
 font-size:14px;
 font-weight:bold;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
}

.news-list-item h2 a:link, .news-list-item h2 a:visited {
 background-color:transparent;
 color:#5E5E5E;
}

.news-list-item h2 a:focus, .news-list-item h2 a:hover {
 background-color:transparent;
 color:#719202;
}

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #6D6D6D;
	background-color:#F9FFE5;
}

.news-search-emptyMsg{
	margin:0px;
}

.news-search-form FORM {
	margin:0px;
}

.news-list-container p {
	color:#5E5E5E;
	font-size: 1.0em;
}

.news-list-date {
	color: #5E5E5E;
	margin-top: -2px;
	margin-bottom:0px;
	font-size: 0.8em;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 0.8em;
}

.news-list-container img {
 float:left;
/* border:1px solid #EB5606; */
 padding:0px;
 margin:0px;
 margin-bottom:5px;
 margin-left:10px;
}

.news-list-category img {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink, .news-list-category {
 font-size:1.0em;
 color:#5E5E5E;
}

a.news-list-morelink, a.news-list-morelink:link, a.news-list-morelink:visited {
 color:#5E5E5E;
 text-decoration:none;
}

a.news-list-morelink:focus, a.news-list-morelink:hover {
 color:#5E5E5E;
 text-decoration:none;
}

.news-list-browse {
 clear:both;
 text-align: center;
}

/* Contain the floats using the :after method */
div.news-list-item:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}

/*  \*/
* html div.news-list-item {
	height: 1%;
}
/*  */

div.news-list-item-floated {
	float: right;
}

/*  \*/
* html div.news-list-item-content {
	height: 1%;
}
/*  */






/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
 clear:both;
 margin:3px;
 border:0px solid #6D6D6D;
 padding:3px;
}

.tx-ttnews-browsebox TD {
	font-size:1.0em;
}

.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #FFFFFF;
	border:0px solid #6D6D6D;
}

.news-search-emptyMsg {
	font-size:1.0em;
	margin-left: 10px;
}

/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
 padding:0px;
 margin-bottom:10px;
 color:#5E5E5E;
 border:0px solid #FFFFFF;
}

.news-single-item H2 {
 color:#5E5E5E;
 font-size:14px;
 font-weight:bold;
 padding:0px 0px 0px 0px;
 margin:0px 0px 10px 0px;
}

.news-single-img {
 float:right;
 margin-left:10px;
}

.news-single-img img {
/* border:1px solid #EB5606; */
 padding:0px;
 margin:0px;
 margin-bottom:3px;
}

.news-single-img a:focus, .news-single-img a:hover {
}

.news-single-imgcaption {
 padding-bottom:0px;
 clear:both;
}

.news-single-category {
 float: right;
}

.news-single-backlink, .news-single-backlink a {
 font-weight:normal;
 font-size:12px;
 margin-bottom: 15px;
 margin-top: 10px;
}

.news-single-timedata {
 color: #5E5E5E;
 font-size:11px;
 margin-top:-5px;
 margin-bottom:5px;
}

.news-single-author,.news-single-imgcaption {
 font-size: 0.8em;
}

.news-single-author {
 padding-bottom: 3px;
}

.news-single-additional-info {
/* clear: both; */
	margin-top: 15px;
	border: 0px;
	padding:0px;
	padding-bottom:0px;
}

.news-single-additional-info h3{
 margin:0px;
 margin-bottom:5px;
 border: 0px;
 padding:0px;
}

.news-single-additional-info p {
 margin:0px;
 margin-left:20px;
 margin-bottom: 3px;
 color:#5E5E5E;
}

.news-single-related,.news-single-files,.news-single-links  {
	border: 0px solid #FFFFFF;
	margin:0px;
	margin-bottom: 3px;
	padding:0px;
}

.news-single-related DD, .news-single-links p, .news-single-files p {
	margin-left:20px;
	margin-bottom: 3px;
	color:#5E5E5E;
}

.news-single-related DT {
	font-weight: bold;
	font-size:1.0em;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #5E5E5E;
	background-color:#BBE53A;
}

.news-amenu-container LI {
	padding-bottom:1px;
}

.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #6D6D6D;
	background-color:#F9FFE5;
	list-style-type: none;
}

.news-amenu-container H2 {
	color:#FFFFFF;
	padding:3px;
	border:1px solid #6D6D6D;
	background-color:#769024;
}

.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #6D6D6D;
	padding: 2px;
	background-color: #769024;
	color:#FFFFFF;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */

.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border:1px solid #6D6D6D;
	background-color:#F9FFE5;
}

.news-catmenu-header  {
	font-size:11px;
	font-weight:bold;
}

.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}

.news-catmenu DIV img {
	margin:0px;
	padding:0px;
	vertical-align: middle;
}

.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level0 {
	background-color:#FFFFFF;
}

.level1 {
	padding-left:10px;
	background-color:#EEEEEE;
}

.level2 {
	padding-left:10px;
	background-color:#DDDDDD;
}

.level3 {
	padding-left:10px;
	background-color:#CCCCCC;
}

.level4 {
	padding-left:10px;
	background-color:#BBBBBB;
}
/* -------- tt_news ende ----------- */






/* -------- ve_guestbook anfang ----------- */
.tx-veguestbook-pi1 {
	font-size:100%;
}
  
/* error handling */
.tx-veguestbook-pi1 p.tx-guestbook-form-error {
	font-weight:bold;
	color:#990000;
}
	
/* display of result count */
.tx-veguestbook-pi1 .tx-guestbook-result {
	font-weight:bold;
	float:left;
}
	
/* pagination */
.tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size:75%;
	font-weight:bold;
	float:right;
}
	
/* styles for list mode */
.tx-veguestbook-pi1 h2.tx-guestbook-header {
 clear:both;
 display:block;
 background-color:#C40500;
 color:#FFFFFF;
 font-size:14px;
 font-weight:bold;
 padding:2px;
 border:0px;
}
	
.tx-veguestbook-pi1 .tx-guestbook-left {
 float:left;
 width:450px;
 min-height:2em;
 padding: 1px;
 margin:0px 0px 0px 0px;
 border:0px solid #FF00FF;
}
	
* html .tx-veguestbook-pi1 .tx-guestbook-left {
 margin:0px 0px 0px 0px;
 height:2em;
}
	
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#333333;
}
 
.tx-veguestbook-pi1 .tx-guestbook-right {
 float:right;
 width:230px;
 padding: 1px;
 border:0px solid #FF00FF;
}
	
/* styles for latest mode */
.tx-veguestbook-pi1 .tx-guestbook-latest p,
.tx-veguestbook-pi1 .tx-guestbook-left p {
	color:#333333;
}
	
.tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date,
.tx-veguestbook-pi1 .tx-guestbook-left p.tx-guestbook-date {
 font-size:11px;
}
 
.tx-veguestbook-pi1 .tx-guestbook-right h4 {
	font-size:13px;
	color:#CC0000;
	font-weight:bold;
	background:none;
}
	
.tx-veguestbook-pi1 .tx-guestbook-left .tx-guestbook-comment {
	font-size:75%;
	color:#333333;
	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;
}

#inhalt form fieldset div.captchafeld {
 float:left;
 margin-top:-5px;
 margin-right:10px;
 border:1px solid #333333;
 width:120px;
 height:25px;
}

.tx-veguestbook-pi1 .tx-guestbook-field label {
 clear:both;
 display:block;
 float:left;
 width:115px;
 font-size:1.0em;
 color:#333333;
}
	
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-med {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:1.0em;
 float:left;
 width:140px;
 margin-top:0.25em;
 border:1px solid #333333;
}
	
.tx-veguestbook-pi1 .tx-guestbook-field input.tx-guestbook-form-inputfield-big {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:1.0em;
 float:left;
 width:290px;
 margin-top:0.25em;
 border:1px solid #333333;
}
	
.tx-veguestbook-pi1 .tx-guestbook-field textarea.tx-guestbook-form-textarea {
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:1.0em;
 width:290px;
 display:block;
 float:left;
 margin-top:0.25em;
 margin-bottom:0.5em;
 border:1px solid #333333;
}
	
.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 {
 float:left;
 width:120px;
 padding:1px;
 font-size:1.0em;
 font-weight:bold;
 color: #FFFFFF;
 background-color:#C40500;
 border:0px;
}
/* -------- ve_guestbook ende ----------- */






/* -------- slimboxplus anfang ----------- */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/fileadmin/layout/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/fileadmin/layout/images/slimbox/am-prev.gif) no-repeat 0% 15%;
	border-bottom: 0;
	outline: none;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/fileadmin/layout/images/slimbox/am-next.gif) no-repeat 100% 15%;
	border-bottom: 0;
	outline: none;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 80px;
	height: 22px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-close.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCloseLink:hover{ border-bottom: 0; outline: none; }

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-print.gif) no-repeat center;
	margin:6px 5px 0px 0px; 
	padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(/fileadmin/layout/images/slimbox/am-save.gif) no-repeat center;
	margin:6px 5px 0px 0px; 
	padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 0px solid #666;
	padding: 1px;
}

/* -------- slimboxplus ende ----------- */
