/* 2Columns -begin */
/* -------------------------------------------------------------------------- */


div.tx-fdfx2cols-pi1{
position:relative;
margin:0;
}

/* Layout 1 */
#content_main_fullwidth .layout1 table{
width:635px;
}

#content_main_fullwidth .layout1 table table.contenttable{
width:auto;
}

#content_main_fullwidth .layout1 table td.td-1{
width:300px;
padding:0 35px 0 0;
vertical-align:top;
}

#content_main_fullwidth .layout1 table td.td-2{
width:100px;
vertical-align:top;
padding:0;
width:300px;
}

/* Layout 2 */
.layout2 table{
	border-bottom:1px solid #e3e3e3;
	width:100%;
}

.layout2 table td table {
	border:none;
	padding:0px;
	margin:0px;
}

.layout2 table td table td p{
	padding:0px;
	margin:0px;
}
	

.layout2 table td.td-1{
	width:50%;
}

.layout2 table td img{
padding-right:5px;
}

.layout2 table td.td-2{
	width:50%;
}

/*Bsp. 2 Column mit DIV
div.tx-fdfx2cols-pi1{
    position:relative;
    left:0px;
	margin-bottom:10px;
}

div.c2l1d-left{
   position:absolute;
   left:0px;
   padding: 0px;
   width:380px;
   white-space:normal;
   border:1px solid red;
}
div.c2l1d-middle{
   position:absolute;
   left:390px;
   padding: 0px;
   width:380px;
   border:1px solid blue;
   white-space:normal;
}*/

/* 2Columns -endn */
/* -------------------------------------------------------------------------- */


/* 3Columns -begin */
/* -------------------------------------------------------------------------- */

div.tx-fdfx3cols-pi1  {
left:0;
margin-bottom:0px;
position:relative;
}

.tx-fdfx3cols-pi1 table {
border-collapse:collapse !important;
cellspacing:0px !important;
width:185px;
margin:0;
}


.c3l1-left {
background-color:#FFFFFF;
border:none !important;
padding-right:20px !important;
white-space:normal;
width:185px;
}

.c3l1-middle {
background-color:#FFFFFF;
border:none !important;
padding-right:20px !important;
padding-left:0px !important;
white-space:normal;
width:185px;
}

.c3l1-right {
background-color:#FFFFFF;
border:none !important;
padding-left:0px !important;
white-space:normal;
width:185px;
}

.c3l1-left th{
background-color:#0C2147;
height: 36px;
padding:0;
margin:0;
width:185px;
}

.c3l1-middle th{
background-color:#0C2147;
height: 36px;
padding:0;
margin:0;
width:185px;
}

.c3l1-right th{
background-color:#0C2147;
height: 36px;
padding:0;
margin:0;
width:185px;
}

.c3l1-left h3{
color:#FFFFFF;
font-size:12px;
line-height:18px;
vertical-align: baseline;
padding:0;
margin:0;
width:185px;
display:block
}

.c3l1-middle h3{
color:#FFFFFF;
font-size:12px;
line-height:18px;
vertical-align: baseline;
padding:0;
margin:0;
width:185px;
display:block
}

.c3l1-right h3{
color:#FFFFFF;
font-size:12px;
line-height:18px;
vertical-align:baseline;
padding:0;
margin:0;
width:185px;
display:block
}

.tx-fdfx3cols-pi1 table.contenttable {
margin:0 !important;
}

.c3l1-left table.contenttable td {
padding:0px!important;
}

.c3l1-middle table.contenttable td {
padding:0px!important;
}

.c3l1-right table.contenttable td {
padding:0px!important;
}

.tx-fdfx3cols-pi1 table.contenttable p.bodytext {
padding:0;
margin:0;
width:185px;
font-size:10px;
line-height:14px;
}

.tx-fdfx3cols-pi1 table.contenttable p.bodytext img {
background-color:#FFFFFF;
border: none;
padding:1px 0 2px 0;
margin:0;
width:185px;
}


.tx-fdfx3cols-pi1 table.contenttable p.bodytext a,
#partner a:hover, #verbaende a:hover{
border:none;
text-decoration:none;
}

.tx-fdfx3cols-pi1 table.contenttable p.bodytext a:hover{
border:none;
text-decoration:none;
padding:0;
margin:0;
line-height:0;
background-color:transparent;
}


.tx-fdfx3cols-pi1 table.contenttable p.align-right a{
padding:0;
width:185px;
font-size:10px;
line-height:14px;
}


/* 3Columns -end */
/* -------------------------------------------------------------------------- */

/* 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 */
	
	
/* tt_news -begin */
/* -------------------------------------------------------------------------- */

.news-latest-container div.clearl,
.news-list-container div.clearer,
.news-single-item div.clearer,
.news-latest-container div.clearer{
padding:0;
margin:0;
font-size:0;
line-height:0;
height:0;
clear:right;
}

.news-latest-container div.clearl{
clear:left;
}

.hide_news{
display:none;
height:0px;
font-size:0px;
line-height:0px;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
padding-bottom:0.5em;
}

.news-latest-item {
/* IE hack */
height: 1%;
line-height: 1.3;
/* IE hack end */
padding:5px 0px 0px 0px;
margin-bottom:1px;
}

.news-latest-item IMG {
float:left;
margin:0 10px 5px;
padding:5px 0 0;
}

.news-latest-container H2 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#contentleftborder .news-latest-item H3 {
font-size:11px;
line-height:1.5em;
margin:0;
font-weight:bold;
background-color:transparent;
}

.news-latest-item H3 a {
font-size:13px;
font-weight:bold;
line-height:1.5em;
margin:0;
padding:0;
}

.news-latest-category IMG {
float: none;
border:none;
margin:0px;
}

.news-latest-date,.news-latest-category {
color:#000000;
font-weight:bold;
line-height:1.5em;
margin:0pt;
padding:0pt;
}

.news-latest-morelink{
float:right;
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/

.news-list-item {
background-image:url(../imgs/dotted.gif);
background-repeat:repeat-x;
background-position: bottom;
padding:0;
margin:0px 0px 20px;
/* IE hack */
height: 1%;
line-height: 1.3em;
/* IE hack end */
}

.news-list-item p.bodytext{
width:455px;
}
	
.news-search-form {
padding:3px;
margin-bottom:5px;
border:1px solid #D6D6D6;
}

.news-search-emptyMsg{
margin:0px;
}

.news-search-form FORM {
margin:0px;
}

.news-list-container H3 {
margin:20px 0 0 0;
font-size:15px;
border-bottom: none;
}

.news-list-date {
float: right;
width: 180px;
text-align: right;
font-weight: normal;
font-size:10px;
}

.news-list-container IMG {
float: right;
margin:0 0 0 30px;
}

.news-list-category IMG {
float: none;
border:none;
margin:0px;
}

.news-list-morelink  {
margin-bottom:3px;
font-size:0.8em;
}

/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
margin:3px;
padding:3px;
text-align: center;
}

.tx-ttnews-browsebox table{
margin:auto;
}

.tx-ttnews-browsebox TD P A{
padding:0px 5px 0px 5px;
display:block;
}
.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 {
border:1px solid #D6D6D6;
}

.news-search-emptyMsg {
margin-left: 10px;
}
/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item H2 {
margin-bottom:20px;
}

.news-single-item h3 {
color:#0C2147;
border:none;
}

.news-single-img {
}

.news-single-item .images {
width:100%;
float:left;
clear:left;
padding: 0 0 15px 0;
}

.news-single-item .images img{
float:left;
margin:0 1px 1px 0;
}

p.news-single-imgcaption{
padding:0;
}

.news-single-category {
float: right;
}

.news-single-backlink, .news-single-backlink a {
font-weight: bold;
margin-bottom: 15px;
margin-top: 10px;
}

.news-single-timedata {
padding:0;
font-size:10px;
}

.news-single-additional-info {
}

.news-single-additional-info img{
border:none;
padding:0px 10px 0px 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:0px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
font-weight: bold;
font-size: 0.8em;
margin-left:0px;
width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
padding:0px 0px 20px 0px;
}
.news-amenu-container LI {
margin:0pt;
padding:0px 0px 0px 10px;
list-style-type: none;
}

.news-amenu-container UL {
margin-top:5px;
margin-left:0px;
margin-bottom:0px;
list-style-type: none;
}
.news-amenu-container H2 {
}

.news-amenu-item-year {
font-size:1.4em;
font-weight:bold;
padding:2px;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
padding:5px;
margin:10px 0px 10px 10px;
border:1px solid #666;
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, .news-catmenu img, .news-catmenu-header img {
margin:0px;
padding: 0px;
vertical-align: middle;
}
.news-catmenu-ACT {
font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
padding:1px;
padding-left:10px;
background-color:#ebf8bf;
border-left:1px solid #666;
border-top:1px solid #666;
}

.level2 {
padding:1px;
padding-left:10px;
background-color:#ddf393;
border-left:1px solid #666;
}

.level3 {
padding:1px;
padding-left:10px;
background-color:#cae46e;
border-left:1px solid #666;
border-top:1px solid #666;
}

.level4 {
padding:1px;
padding-left:10px;
background-color:#b0cb51;
border-left:1px solid #666;
}
/* -------------------------------------------------------------------------- */


/* CSC Formulare stylen, die sind tabellenlos*/

.csc-mailform {
        border: 0px;
}

.csc-mailform-field label {
        font-size: 0.9em;
        width: 110px;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block;
	border: none;
	margin: 2px;
}

.csc-mailform-field input {
 	margin: 2px;
}

.csc-mailform-field textarea {
 	margin: 2px;
}

.csc-mailform-submit{

 float: right; 
 
}
/* -------------------------------------------------------------------------- */

/* WEC Map -begin */
/* -------------------------------------------------------------------------- */
.tx-wecmap-pi1 {
font-size:12px;
}

.tx-wecmap-pi1 h2{
padding:10px 0px 5px 0px;
}

.tx-wecmap-pi1 label{
display:block;
width:90px;
border:none;
float:left;
font-size:10px;
margin-bottom:5px;
}

.tx-wecmap-pi1 input{
font-size:10px;
width:40px;
float:left;
margin:0;
padding:0;
}

input#tx-wecmap-directions-to-map242,
input#tx-wecmap-directions-from-map242,
input#tx-wecmap-directions-to-map245,
input#tx-wecmap-directions-from-map245,
input#tx-wecmap-directions-to-map514,
input#tx-wecmap-directions-from-map514{
width:160px;
padding:1px;
margin:0px 5px 5px 0px;
}

.tx-wecmap-map .startendaddress {
display:block;
font-size:85%;
width:100%;
}

.tx-wecmap-pi1 br{
height:8px;
line-height:8px;
font-size:6px;
margin:0;
padding:0;
}
