/*
    ext_tt_news
------------------------------------------------------------------- */
.news-list-item .hr {border-top: 1px solid #ee7f00;}
.news-list-item h2 a, .news-list-item h2 a:hover{
  text-decoration: none;
  line-height: 23px;
  font-weight: bold;
}
.news-list-image {
  width: 150px;
  height: 120px;
  /*background: url(../images/imageNews_bg.gif) no-repeat;*/
  margin-right: 10px;
  text-align: center;
  border: 1px solid #e5e5e6;
}
.news-list-image img {margin: 10px;}

.news-list-date {
  font-size: 11px;
  color: #888888;
}


.news-single-item{}
.news-single-item .hr {border-top: 1px solid #ee7f00;}
.news-single-item h2{
  text-decoration: none;
  line-height: 23px;
  font-weight: bold;
  color: #ee7f00;
}
.news-single-image {
  width: 215px;
  /*background: url(../images/imageNews_bg.gif) no-repeat;*/
  text-align: center;
  margin-right: 10px;
  border: 1px solid #e5e5e6;
}

.news-single-timedata {
  font-size: 11px;
  color: #888888;
}
.textalignright a{font-size:12px;}


.news-single-image-application .news-single-images .images {border: 1px solid #e5e5e6;}
.news-single-image-application .news-single-images .images{
  float:left;
  margin:20px;
  margin-left:0px;
}


/*
    ext_indexed_search
------------------------------------------------------------------- */
.tx-indexedsearch-searchbox-ssword {
  width: 130px;
  padding-left: 3px;
  font-size: 11px;
  border: none;
  background: none;
  margin-bottom: 1px;
  line-height: 11px;
  color: #555555;
}

.tx-indexedsearch-searchbox-button {
  background: transparent url(../images/search_btn.gif) no-repeat;
  cursor: pointer;
	width: 30px;
  border: none;
  margin-left: 1px;
  padding-top: 1px;
}

.tx-indexedsearch-whatis {display: none;}

.tx-indexedsearch-browsebox {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 3px;
}

.tx-indexedsearch-title {font-size: 16px;}

.tx-indexedsearch-markup {
  font-weight: bold;
  color: #2571b8;
}

.tx-indexedsearch-infoBlock {
  color: #888888;
  padding-top: 10px;
  background: transparent;
}

.tx-indexedsearch-pathLink a, .tx-indexedsearch-pathLink a:hover {text-decoration: none;}

.tx-indexedsearch-percent {
  color: #888888;
  font-size: 16px;
}

.tx-indexedsearch-noresults {
  text-align: right;
  float: left;
  margin-top: 20px;
}



/*
    ext_pmkisa autocomplete
------------------------------------------------------------------- */
ul.autocompleter-choices
{
	position:	absolute;
	margin:	0;
	padding: 0;
	list-style:	none;
	border:	1px solid #dbdbdb;
	border-left-color: #dadadb;
	border-right-color:	#dadadb;
	border-bottom-color: #ddd;
	text-align:	left;
	z-index: 50;
	background:	#f2f1f1;
  opacity: 0.5;
  width: 140px;
}

ul.autocompleter-choices li
{
	position: relative;
	margin:	-2px 0 0 0;
	padding: 5px 0px 3px 0px;
	display: block;
	float:	none !important;
	cursor:	pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
	line-height: 16px;
  opacity: 0.8;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background:	#2571b8;
	color: #ffffff;
  opacity: 0.8;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display: inline;
	float: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
  opacity: 0.8;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color: #9FCFFF;
  opacity: 0.8;
}
/* Shared style for all 3 frameworks */
input.autocompleter-loading
{
	background-image: url(../images/spinner.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}



/*
    ext_rgtabs
------------------------------------------------------------------- */
/* wraps the hole tab */
.rgtabs-wrapper {
  padding: 10px 10px;
  border: 1px solid #dadadb;
  background:#fff url(topbg.gif) repeat-x;
  overflow:hidden;
  clear:both;
}

/* add a loading icon */
.rgtabs-wrapper .rgtabs-ajax-loading {
  padding: 100px 0;
  background:	url(spinner2.gif) no-repeat center;
}

/* Tab-Menu ul */
.rgtabs-menu  {
  margin: 0;
  padding: 0 0 0 6px;
  height: 26px;
  width: auto;
  background: url(tab-bkg.gif) bottom left repeat-x;
  list-style:none;
  text-decoration: none;
}

/* Tab-Menu li */
.rgtabs-menu  li, #left .rgtabs-menu  li {
  list-style-type: none;
  list-style:none;
  background: url(../images/tab_left.gif) top left no-repeat;
  float: left;
  margin: 0 5px 0 0 !important;
  padding: 0 0 0 14px !important;
  cursor: pointer;
  text-decoration: none;
}

/* Tab-Menu li.a */
.rgtabs-menu  li a, #left .rgtabs-menu  li a {
  background: url(../images/tab_right.gif) top right no-repeat;
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
  color: #ee7f00;
  font-family: arial;
  padding: 2px 12px 0 0;
  text-decoration: none;
  outline:0;
}

.rgtabs-menu li a:hover {
  text-decoration: none;
  color: #2571b8;
}

/* Selected Tab */
#left .rgtabs-menu  li.rgtabs-selected, .rgtabs-menu  li.rgtabs-selected {
    background: url(../images/tab_left_active.gif) top left no-repeat;
    text-decoration: none;
    color: #f7f7f7;
}

#left .rgtabs-menu  li.rgtabs-selected a, .rgtabs-menu  li.rgtabs-selected a {
  background: url(../images/tab_right_active.gif) top right no-repeat;
  text-decoration: none;
  color: #f7f7f7;
}

/* Next / Prev nav */
.rgtabs-pageswrapper {
	display:block;
}



/*
    ext_sb_partner
------------------------------------------------------------------- */
.tx_sb_partner_pi1_liste, .tx_sb_partner_pi1_single, .tx_sb_partner_pi1_mailform {
	text-align: left;
	/*border: 1px solid #dadadb;*/
	padding: 0;
	margin: 0;
	clear: both;
}
/* Listen Ansicht */
.tx_sb_partner_pi1_liste .company, {
	float: left;
	padding-left: 170px;
}
.tx_sb_partner_pi1_liste .company {
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}
.tx_sb_partner_pi1_liste .logo {
	float: right;
	text-align: right;
  padding-top:20px;
  padding-right:10px;
}
.tx_sb_partner_pi1_liste .logo_1 {
	padding-bottom: 5px;
}
.tx_sb_partner_pi1_liste .logo_2 {}
.tx_sb_partner_pi1_liste .adressContainer {
  padding: 5px 8px 8px 8px;
  margin: 0px 0 5px 0;
  border: 0px solid #e8e8e8;
  width: 200px;
  float: left;
}
.tx_sb_partner_pi1_liste .adress_2,
.tx_sb_partner_pi1_liste .adress_3 {
	float: left;
	margin-left: 10px;
	border: 1px solid #e8e8e8;
}
.tx_sb_partner_pi1_liste .description_short {
	padding-bottom: 10px;
}
.tx_sb_partner_pi1_liste .description_long {}

.tx_sb_partner_pi1_liste .more {
	padding-left: 170px;
	text-align: right;
}
.tx_sb_partner_pi1_liste .formtext {
	color: #FF0000;
}
.tx_sb_partner_pi1_liste .sb_clear_both {
	clear: both;
}



.bodytext{
  font-size: 12px;
}


.csc-textpic-firstcol{}

#mainContent .csc-textpic-image{
  padding-right: 15px;
  padding-top: 20px;
}
#mainContent .csc-textpic-lastcol{
  padding-right: 0;
}
#mainContent .csc-textpic-intext-right .csc-textpic-image{
  padding-top: 0px;
}


.contenttable{
  border: 1px solid #dadadb;
  font-size: 11px;
  width: 720px;
  background: #ffffff;
}
.contenttable tr:hover{
  background: #fdf2e5;
}

.contenttable td{
  border-left: 1px solid #dadadb;
  border-top: 1px solid #dadadb;
  padding:5px;
}
.contenttable .td-0{width:50px;}
.contenttable .td-1{width:150px;}
.contenttable .td-2{width:80px;}
.contenttable .td-3{width:80px;}
.contenttable .td-4{width:auto;}
.contenttable .td-5{width:50px; text-align: center;}

.threeRows .td-0{width:50px;}
.threeRows .td-1{width:150px;}
.threeRows .td-2{width:auto;}
.threeRows .td-3{width:50px; text-align: center;}

.fourRows .td-0{width:50px;}
.fourRows .td-1{width:150px;}
.fourRows .td-2{width:80px;}
.fourRows .td-3{width:auto;}
.fourRows .td-4{width:50px; text-align: center;}



.contenttable td:first-child{
  border: none;
  border-top: 1px solid #dadadb;
}

.contenttable th{
  background: #f2f2f1;
  font-weight: bold;
  border-left: 1px solid #dadadb;
  padding:5px;
}
.contenttable th:first-child{
  border: none;
}

/*
    ext_swfObject
------------------------------------------------------------------- */
tx-rbflashobject-pi1-swf_altcontent{
  border: 1px solid;
}


/*
    ext_dropdown_sitemap
------------------------------------------------------------------- */
.tx-dropdownsitemap-pi1 UL, .tx-dropdownsitemap-pi1 OL {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
  color: #ee7f00;
  background-color: inherit;
  text-decoration: none;
}

.tx-dropdownsitemap-pi1 DIV {
  margin-left: 0px;
  margin-top: 2px;
  padding: 2px;
}

.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 SPAN.ifsub {
  text-transform: uppercase;
  font-weight: bold;
}

.tx-dropdownsitemap-pi1 SPAN.spc {
  text-transform: uppercase;
  font-style: italic;
}

.tx-dropdownsitemap-pi1 .description {
  font-style: italic;
  font-size: 80%;
  margin-left: 5px;
}

.tx-dropdownsitemap-pi1 DIV {
}

.tx-dropdownsitemap-pi1 DIV.level_2 {
}

.tx-dropdownsitemap-pi1 DIV.level_3 {
}

.tx-dropdownsitemap-pi1 DIV.level_4 {
}

.tx-dropdownsitemap-pi1 DIV.level_5 {
}

.tx-dropdownsitemap-pi1 DIV.expAll {
  border: none;
  background: transparent;
  padding: 0px;
  text-align: right;
  float: right;
}
.tx-dropdownsitemap-pi1 DIV.expAll a {color: #888888; font-size: 11px;}
.tx-dropdownsitemap-pi1 DIV.expAll images {display: none;}

.tx-dropdownsitemap-pi1 images {
  margin-right: 5px;
}



/*
    ext_perfectLightbox
------------------------------------------------------------------- */
/* Shared styles for lightbox & slimbox*/
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	/*cursor:pointer;*/
	z-index:90;
}

#prevLink, #nextLink {
	display:block;
	position:absolute;
	top:0;
	width:33%;
	height:100%;
	background:transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
}

#prevLink {
	left:0;
	float:left;
}

#nextLink {
	right:0;
	float:right;
}

#prevLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/prev.gif) no-repeat 0% 15%;
}

#nextLink:hover {
	/* Edit here for a different image!*/
	background:transparent url(../images/next.gif) no-repeat 100% 15%;
}

#playLink,#pauseLink,#saveLink,#closeLink {
	display:block;
	float:right;
	/* Set these two to the actual dimensions of your images! If they differ in size you have to set them seperately!*/
	width:26px;
	height:26px;
	/* End*/
	margin-left:1.0em;
}

#playLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/play.gif) no-repeat center;
}

#pauseLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/pause.gif) no-repeat center;
}

#saveLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/save.gif) no-repeat center;
}

#closeLink {
	/* Edit here for a different image! Add width & height here if needed*/
	background:transparent url(../images/close.gif) no-repeat center;
	/*clear:right;
	float:right;*/
}



/* Slimbox-only*/
#sbCenter, #sbBottomContainer {
	position:absolute;
	left:50%;
	overflow:hidden;
	background-color:#fff;
	z-index:100;
}

#sbCenter a, #sbBottomContainer a {
	text-decoration:none;
	border:none;
	outline:none;
}

.sbLoading {
	background:#fff url(../images/loading.gif) no-repeat center;
}

#sbImage{
	position:absolute;
	left:0;
	top:0;
	border:3px solid #ffffff;
}

#sbBottom {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	color:#666;
	line-height:1.4em;
	text-align:left;
	padding:0 6px 3px 0;
}

#sbCaption {
	width:66%;
	font-weight:bold;
	margin-bottom:0.1em;
}

#sbNumber {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent {
	width:66%;
	margin-bottom:0.1em;
}

#sbPresent a {
	color:#666;
	margin-right:1.0em;
}

#sbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}



/* Lightbox-only*/
#lbLightbox {
	position:absolute;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}

#lbLightbox #closeLink {
	margin-bottom:10px;
}

#lbLightbox a {
	text-decoration:none;
	border:none;
	outline:none;
}

#lbLightbox images {
	border:none;
}

#lbOuterImageContainer {
	position:relative;
	background-color:#ffffff;
	width:250px;
	height:250px;
	margin:0 auto;
}

#lbImageContainer {
	padding:3px;
}

#lbLoading {
	position:absolute;
	z-index:110;
	top:40%;
	left:0%;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
	background:#fff url(../images/loading.gif) no-repeat center;
}

#lbHoverNav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}

#lbImageContainer>#lbHoverNav {
	left:0;
}

#lbImageDataContainer {
	font-family:tahoma, arial, sans-serif;
	font-size:11px;
	background-color:#fff;
	margin:0 auto;
	line-height:1.4em;
	overflow:auto;
	width:100%;
}

#lbImageData {
	padding:0 10px;
	color:#666;
}

#lbImageDetails {
	width:66%;
	float:left;
	text-align:left;
	padding-bottom:10px;
}

#lbCaption {
	display:block;
	font-weight:bold;
	margin-bottom:0.1em;
}

#lbNumber {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent {
	display:block;
	margin-bottom:0.1em;
}

#lbPresent a {
	color:#666;
	margin-right:1.0em;
}

#lbPresent a.act {
	font-weight:bold;
	color:#fff;
	background:#777;
	border-right:0.2em solid #777;
	border-bottom:0.1em solid #777;
	border-left:0.4em solid #777;
}