	/* default styles for extension "tx_fdfx2cols_pi1" */
/*  Layout 1 */
.c2l1-left{
   border-right: 1px solid #FFEDA8;
   padding-right: 5px;
   width:50%;
   white-space:normal;
}
.c2l1-middle{
   padding-left: 5px;
   width:50%;
   white-space:normal;
}
/*  Layout 2 */
.c2l2-left{
   border-right: 1px solid #FFEDA8;
   padding-right: 5px;
   width:50%;
   white-space:normal;
}
.c2l2-middle{
   background-color:#FFEDA8;
   padding-left: 5px;
   width:50%;
   white-space:normal;
}
/* Layout 2 */
.c2l3-left{
   border-right: 1px solid #FFEDA8;
   padding-right: 5px;
   width:70%;
   white-space:normal;
}
.c2l3-middle{
   background-color:#FFEDA8;
   border: 1px solid blue;
   padding-left: 5px;
   width:30%;
   white-space:normal;
}
/*
	Styles 2 Column DIV Section
*/
div.tx-fdfx2cols-pi1{
    position:relative;
    left:0px;
	margin-bottom:10px;
}
/* Layout 1 */
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;
}
/* Layout 2 */
div.c2l2d-left{
   position:absolute;
   left:0px;
   padding: 0px;
   width:380px;
   border:1px solid blue;
   white-space:normal;
}
div.c2l2d-middle{
   position:absolute;
   left:390px;
   padding: 0px;
   width:380px;
   white-space:normal;
   border:1px solid blue;
   background-color:#C0C0C0;
}
/* 
	Layout 3 
	
	embedded
*/
div.c2l3d-left{
   position:absolute;
   left:0px;
   padding: 0px;
   width:770px;
   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;
   background-color:#C0C0C0;
}
/* 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;
	}
	
	
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image{
	padding-top:47px;
	}
	

	/* 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_srfeuserregister_pi1" */

.tx-srfeuserregister-pi1 {font-size:0.9em;}
               .tx-srfeuserregister-pi1 label { border:none; }
		.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0; text-indent: 0; }
		.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
		.tx-srfeuserregister-pi1 legend { padding: 0 .5em; font-weight: bold; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
		.tx-srfeuserregister-pi1 a {text-decoration:none; }
		.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 label span { color: #ff0000; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
		.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
		.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
		.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
		* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
		.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
		.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
		.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
		.tx-srfeuserregister-pi1 dl { margin: 0; padding: 0; }
		.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
		.tx-srfeuserregister-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
		.tx-srfeuserregister-pi1 dd { text-align: left; width: 50%; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
		.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
		* html .tx-srfeuserregister-pi1 dd { float: none; }
		.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
		.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; }

/* default styles for extension "tx_newloginbox_pi1" */	
	.tx-newloginbox-pi1 label {border:none;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-browsebox LI { display:inline; margin-right:5px; }
		.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 { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.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 TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }




		/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* CSC Formulare stylen, die sind tabellenlos*/

/* 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: 4px;
}

.csc-mailform-field fieldset legend {
display:none;
}

.csc-mailform-field textarea {
 	margin: 2px;
}

.csc-mailform-field .csc-mailform-radio label {
text-align:left;
width:70px;
}

.csc-mailform-field .csc-mailform-radio input {
float:left;
}

.csc-mailform-submit{
}

/* -------------------------------------------------------------------------- */
/*Seminars*/


.tx-seminars-pi1{
font-size:0.85em;
}

.tx-seminars-pi1 .tx-seminars-pi1-checkbox label{
border:none;
}

.tx-seminars-pi1 label,.tx-seminars-pi1 input,.tx-seminars-pi1 select,.tx-seminars-pi1 textarea {
  margin:2px;
  width:200px;
}

.tx-seminars-pi1 span.checkbox_container {
padding:0;
margin:0;
}


.tx-seminars-pi1 #tx-seminars-pi1-registration-form fieldset{
padding-left:20px;
}

.tx-seminars-pi1 #tx-seminars-pi1-registration-form fieldset dt label{
font-weight:bold;
}

.tx-seminars-pi1 dd.tx-seminars-pi1-checkbox{
float:left;
padding:0;
margin:0;
}

.tx-seminars-pi1 .tx-seminars-pi1-checkbox input{
width:15px;
height:15px;
padding:0;
margin:0;
}

* html .tx-seminars-pi1 .tx-seminars-pi1-checkbox input{
border:1px solid #ffffff;
}

.tx-seminars-pi1 textarea{
margin-bottom:10px;
}

.tx-seminars-pi1 dt label {
border:medium none;
width:160px;
float:left;
clear:left;
}

.tx-seminars-pi1 dd label {
border:medium none;
width:200px;
}

.tx-seminars-pi1 legend{
font-weight:bold;
padding:10px 10px 10px 10px;
}

.tx-seminars-pi1 dd label {
border:medium none;
width:100px;
}


.tx-seminars-pi1 legend{
font-weight:bold;
padding:10px 10px 10px 10px;
}

.tx-seminars-pi1-clear {
  clear: both;
  width: 1px;
  height: 1px;
}

.tx-seminars-pi1-error {
  color: #f00;
  background-color: inherit;
  font-weight: bold;
}

.tx-seminars-pi1-listrow table {
  background-color: #fff;
  color: #000;
  width:100%
}

#contentRight div.tx-seminars-pi1-listrow table {width:204px;}
#contentCenter div.tx-seminars-pi1-listrow table {width:460px;}
div.tx-seminars-pi1-listrow table a{
font-weight:normal;
}

.tx-seminars-pi1-listrow th, .tx-seminars-pi1-listrow td {
  padding: .2em .5em;
  margin: 0;
  border-spacing: 0;
  vertical-align: top;
}

.tx-seminars-pi1-listrow th {
  font-weight: bold;
  text-align: center;
}

.tx-seminars-pi1 a {
font-weight:bold;
}

.tx-seminars-pi1-title a {
  display: block;
}

.tx-seminars-pi1-date, .tx-seminars-pi1-vacancies, .tx-seminars-pi1-price, .tx-seminars-pi1-uid {
  text-align: right;
}

.tx-seminars-pi1-date {
  white-space: nowrap;
}

.tx-seminars-pi1-listrow .listrow-odd, .tx-seminars-pi1-listrow th {
  background-color: #f0f0f0;
  color: inherit;
}

.tx-seminars-pi1-listrow tr {
  background-color: #fff;
  color: inherit;
}

.tx-seminars-pi1-listrow tr:hover {
  background-color: #e0e0e0;
  color: inherit;
}

.tx-seminars-pi1-vacancies-available .tx-seminars-pi1-square {
  background-color: #00a500;
  color: inherit;
}

.tx-seminars-pi1-vacancies-2 .tx-seminars-pi1-square, .tx-seminars-pi1-vacancies-1 .tx-seminars-pi1-square {
  background-color: #ffff3c;
  color: inherit;
}

.tx-seminars-pi1-vacancies-0 .tx-seminars-pi1-square, .tx-seminars-pi1-canceled .tx-seminars-pi1-square {
  background-color: #c30000;
  color: inherit;
}

.tx-seminars-pi1-canceled td {
  text-decoration: line-through;
}

.tx-seminars-pi1-canceled td.tx-seminars-pi1-vacancies {
  text-decoration: none;
}

.tx-seminars-pi1 .tx-frontendformslib-label {
  display: block;
  float: left;
  width: 20em;
  vertical-align: top;
}

.tx-seminars-pi1 .tx-frontendformslib-field {
  margin-bottom: 1em;
}

.tx-seminars-pi1 .tx-frontendformslib-submitbuttons {
  margin: .5em 0;
}

.tx-seminars-pi1 .tx-frontendformslib-submitbuttons input {
  margin: 0 .5em 0 0;
}

.tx-seminars-pi1 h3{
padding:10px 0px 0px 0px;
margin:0px;
}

.SeminarsSingleContainer{
	width:100%
}

.SeminarsSingleContainer p{
padding:5px 0px 5px 0px;
}

.SeminarsSingleContainer .SeminarsSingleContentLeft dd p{
padding:0 0 5px 0;
}

.SeminarsSingleContentLeft{
	width:58%;
	float:left;	
}


.SeminarsSingleContentLeft dt{
padding:5px 0px 0px 0px;
}

.SeminarsSingleContentLeft dd{
margin:0;
padding:0;
}

.SeminarsSingleContentRight{
	width:38%;
	padding:5px;
	border:1px solid #dddddd;
	background-color: #eeeeee;
	float:right;	
}
/*--------------------News------------------------------------------*/


/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container .clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
clear:right;
height:0px;
line-height:0px;
color: #FFFFFF;
font-size:0px;
border:0px;
border-top:1px solid #EEEEEE;
padding:0px;
margin:0px;
}
.news-latest-container HR.clearer {
clear:left;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
}

.news-latest-container H2 {
}

.news-latest-container H3 {
}


.news-latest-gotoarchive {
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED {
}

.news-latest-gotoarchive A:HOVER {
	}


.news-latest-gotoarchive A {
}

.news-latest-item {
}

.news-latest-item .bodytext {
}

.news-latest-item IMG {
	margin: 0px 0px 20px 20px;
	float:right;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-border {
	padding-top: 5px;
	padding-bottom: 5px;

}

.news-latest-date A {
	font-size:9px;
	color:#B3AFAA;
}

.news-latest-morelink {
	height:12px;
	margin-bottom:15px;
}

.news-latest-morelink A {
}

/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
}	

.news-list-item {
	} 

.news-search-form {	
	padding:3px;	
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;

}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form FORM {
	margin:0px;	
}
.news-list-item H3, .news-list-item p.bodytext{
	padding:0px;
	margin:0px;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
}

.news-list-container H3 A {
}
.news-list-container P {
}
.news-list-date {
	color: #999999;
	font-size: 9px;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
}

.news-list-container IMG {
	float: right;
	border:1px solid #666;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	float: none;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
	
.tx-ttnews-browsebox {
}
.tx-ttnews-browsebox TD { 
}
.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 {
}
.news-search-emptyMsg { 
	font-size: 11px;
	margin-left: 10px; 
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/

.news-single-item {
clear:both;
}

.news-single-item H1{

}

.news-single-item H3{

}

.news-single-img {
	text-align: right;
margin-left:10px;
float:right;
}

.news-single-imgcaption {
	clear:both;
	line-height:12px;
}

.news-single-category {
	float: left;
}
.news-single-backlink, .news-single-backlink a {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 2px;
	margin-top: 2px;
}

.news-single-backlink {
	border-top: 1px solid #E5E5E5;
	width: 100%;
	padding-top: 10px;
		clear:both;
}

.news-single-timedata {
	float: left;
	width: 100%;
	color:#999999;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size:9px;
	}

.news-single-author {
}

.news-single-additional-info {
border-top: 1px solid #E5E5E5;
	clear: both;
	margin-top: 15px;
}

.news-single-related,.news-single-files,.news-single-links  {
font-family: verdana, arial, helvetica, tahoma, sans-serif;
	font-size:12px;
	margin:0px;
	margin-bottom: 3px;
	background-color:#ffffff;
}

.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: 11px;
	margin-left:5px;
	width:90%;
}
	
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
}

.news-amenu-container LI {
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	list-style-type: none;
}


.news-amenu-item-year {
	font-weight: bold;
	padding: 2px;
/* 	background-color: #cf0303; */
background-color: #6283A7;
margin-bottom:5px;
margin-top:5px;
	color:#fff;
	width:200px;
}


/*  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;
}

/* Newsletter -begin */
/* -------------------------------------------------------------------------- */
#newsletter_wrapper{
/*  width: 700px;
  background-image:url(../imgs/wrapper_bg_newsletter.png);
  background-repeat:repeat-y;*/
  width:620px;
    background-color:#FFFFFF;
  margin: auto;
  text-align:center;
  margin-top:10px;
}

#newsletter_container{
  width: 620px;
  background-color:#FFFFFF;
  text-align:left;
  margin: auto;
  padding-bottom:20px;
}

#newsletter_header{
  height: 174px;
  background-image:url(../imgs/header1_bg_newsletter.png);
  background-repeat:no-repeat;
  background-position:1px 1px;
  padding-top: 1px;
  background-color:#ff0000;
}

#newsletter_topimage{
  width: 411px;
  float: left; 
  height:126px;

}

#newsletter_contentCenter{
  float: left;
  width: 387px;
  padding-left: 12px;
  margin-left: 12px;
}


#newsletter_Footer{
  background-color:#8B9AB1;
  background-image:url(../imgs/footer_bg_newsletter.png);
  background-repeat:no-repeat;
  background-position:center;
  width: 620px;
height:10px;
  padding:20px 0px 0px 0px;
  text-align:right;
}

#newsletter_Footer a{
margin:0px;
  background-color: none;
  color:#FFFFFF;
font-weight:normal;
}
/* Newsletter -end */
/* -------------------------------------------------------------------------- */

/* Gruppenliste -begin */
/* -------------------------------------------------------------------------- */
.user-gruppenliste-pi1 td a{
 font-weight:normal;
 }
 
 .user-gruppenliste-pi1 td a:hover{
 font-weight:normal;
 text-decoration:underline;
 }
 
.user-gruppenliste-pi1 tr:hover {
  background-color: #e0e0e0;
  color: inherit;
}

.user-gruppenliste-pi1 th, .user-gruppenliste-pi1 td {
  padding: 2px 5px 2px 5px;
  margin: 0;
  border-spacing: 0;
  vertical-align: top;
}

.user-gruppenliste-pi1 th{
  text-align: center;
}

.user-gruppenliste-pi1 th a{
  font-weight: bold;
  text-align: center;
  display:block;
}