@import url("dynamiccss.css");

@font-face {
    font-family: 'PuritanRegular';
    src: url('Puritan_Regular-webfont.eot');
    src: url('Puritan_Regular-webfont.eot?iefix') format('eot'),
         url('Puritan_Regular-webfont.woff') format('woff'),
         url('Puritan_Regular-webfont.ttf') format('truetype'),
         url('Puritan_Regular-webfont.svg#webfontjeyxowYK') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PuritanBold';
    src: url('Puritan_Bold-webfont.eot');
    src: url('Puritan_Bold-webfont.eot?iefix') format('eot'),
         url('Puritan_Bold-webfont.woff') format('woff'),
         url('Puritan_Bold-webfont.ttf') format('truetype'),
         url('Puritan_Bold-webfont.svg#webfontVmZPKxZi') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
@font-face {
    font-family: 'PuritanBoldItalic';
    src: url('puritan-bolditalic-webfont.eot');
    src: url('puritan-bolditalic-webfont.eot?iefix') format('eot'),
         url('puritan-bolditalic-webfont.woff') format('woff'),
         url('puritan-bolditalic-webfont.ttf') format('truetype'),
         url('puritan-bolditalic-webfont.svg#webfontlTtFfso0') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PuritanItalic';
    src: url('puritan-italic-webfont.eot');
    src: url('puritan-italic-webfont.eot?iefix') format('eot'),
         url('puritan-italic-webfont.woff') format('woff'),
         url('puritan-italic-webfont.ttf') format('truetype'),
         url('puritan-italic-webfont.svg#webfontwYYV0Gkf') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

/* first for IE 6/7/8 */
/*@font-face {
  font-family: DINWebLight;
  src: url(DINWeb-Light.eot);
}*/

/* then for Mozilla browsers -> Firefox */
/*@font-face {
  font-family: DINWebLight;
  src: url(DINWeb-Light.woff) format('woff');
}*/

/* first for IE 6/7/8 */
/*@font-face {
  font-family: DINWebMedium;
  src: url(DINWeb-Medium.eot);
}*/

/* then for Mozilla browsers -> Firefox */
/*@font-face {
  font-family: DINWebMedium;
  src: url(DINWeb-Medium.woff) format('woff');
}*/

/* go on with normal style definitions */

/* first for IE 6/7/8 */
/*@font-face {
  font-family: DINWebRegular;
  src: url(DINWeb.eot);
}*/

/* then for Mozilla browsers -> Firefox */
/*@font-face {
  font-family: DINWebRegular;
  src: url(DINWeb.woff) format('woff');
}*/



/* TEMPLATE BASICS (body, h1, h2, input,...) */
body {
  font-family: PuritanRegular, sans-serif;
}

html, body {
  margin: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  /*background-image: url(../img/bg_body2.gif);
  background-repeat: repeat-y;
  background-position: center;*/
  text-align: center;
  font-size:12px;
  line-height: 20px;
  width: 100.01%;
  background-color: #F7A600;
}
/*#container {
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
*html #container {
  margin-bottom:-156px;
}
*+html #container {
  margin-bottom:-156px;
}*/

a {
  outline:none;
}

a img {
  border:none;
}

.metatitle,
h1,
h2 {
  font-family: PuritanBold, sans-serif;
  font-weight:bold;
  margin-top: 10px;
}

.metatitle,
.orange,
h2 {
  color:#f6a600;
}

h1 {
  color:#00ADB9;
  font-size:19pt;
  font-weight:normal;
  line-height:normal;
  margin-bottom:10px;
  margin-top:4px;
  text-transform:uppercase;
}

h2 {
  font-size:19px;
  margin-bottom:3px;
  margin-top: 10px;
  font-weight: normal;
}
/*.csc-textpic h2 {
  font-size:15pt;
  margin-bottom:3px;
  margin-top: 10px;
  font-weight: normal;
  clear:none;
}*/
h2.metatitle {
  font-size:12px;
}
h3 {
  color:#0d9faa;
  font-size:10.5pt;
  font-family: PuritanBold, sans-serif;
  font-weight: bold;
  margin-bottom:0px;
}
.news-list-item h3 {
  margin-top:2px;
}
h4 {
  font-size:12px;
  margin-bottom:3px;
  line-height: 12px;

}
h5, h6 {
  color:#0d9faa;
  font-size:10.5pt;
  font-family: PuritanBold, sans-serif;
  font-weight:bold;
  margin-bottom:14px;

}

/* 
 * Define clear fix for div-containers with nested floated divs 
 */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;margin:0;padding:0;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* TEMPLATE STRUCTURE */

#container {
  height:100%; /* container div must be absolute, for our fixed bar to work */
  width: 100.01%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  background-image: url(../img/bg_body2.gif);
  background-repeat: repeat-y;
  background-position: center;
}

#header {
  position:relative;
  width:755px;
  border-bottom:1px solid #379CAB;
  padding-bottom:5px;
}

#page-wrapper {
  float:left;
  width:800px;
}
#page-column-wrapper {
  clear: both;
  color:#666;
}
#leftcol-wrapper {
  float: left; 
  width: 205px; /*z35 145px*/
}
#leftcol {
  padding:25px 15px 10px 0px;
  margin-bottom: 135px;
}
#centercol-wrapper {
  float: left;
  width: 550px;
  min-height:500px;
}
#centercol {
  padding-bottom: 0px;
  padding-top: 25px;
}

#rightcol-wrapper {
  float: right;
  width: 175px;  /*z35 150px*/
}

#rightcol {
  margin: 0px;
  padding-left:0px;
  font-family: PuritanRegular, sans-serif;
  /*font-size:9pt;*/
        font-size: 11px;
  line-height:normal;
  margin-top: 23px;
}


/* EXTRAS (structure elements, EXTs, formulars) */

/* HEADER */
#header #header-logo {
  float:left;
  width:205px;
  height:85px;
  padding-top:23px;
} 

#header #header-logo a { } 

#topnav {
  float:left;
  height: 100px;
  width: 550px;  /*z35 610px*/
  position: relative;
}
*html #topnav {
  position: absolute;
}
#header #topnav {}
#header #topnav ul {
  margin: 0px;
  padding: 0px;
  display: inline;
  position: absolute;
  bottom: 0;
}
#header #topnav ul li {
  display: inline;
  background-image: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
#topnav a {
  background-image: url(../img/rootlevelmarker.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  display:block;
  float: left;
  text-decoration: none;
  margin-right: 7px;
  padding-left:8px;
  /*font-family: DINWebLight, sans-serif;*/
  font-family: PuritanRegular, sans-serif;
  color: #00adb9;
  font-size:14px;
}
#topnav a.act,
#topnav a:hover {
  background-image: url(../img/rootlevelmarker_act.gif);
  background-repeat: no-repeat;
  background-position: left 4px;
  display:block;
  float: left;
  text-decoration: none;
  margin-right: 7px;
  padding-left:8px;
  /*font-family: DINWebLight, sans-serif;*/
  font-family: PuritanRegular, sans-serif;
  color: #f7a100;
  font-size:14px;
}

#header-language { 
  position:absolute;
  right:0;
  float:right;
  padding-top: 18px;
}


/* SERVICE_WRAPPER */
#service-wrapper { 
  clear:both;
  width:800px;
  padding-top:8px;
}
#rootlevel {
  float:left;
  width:530px;
  padding-left:205px;
  margin-top: 0px;
  font-family: PuritanRegular, sans-serif;
  color:#666;
}

#service-wrapper #rootlevel ul {
  margin: 0px;
  padding: 0px;
}
#service-wrapper #rootlevel ul li {
  display: inline;
  font-size: 12px;
  background-image: none;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
#rootlevel a {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  color:#666;
  background-image:none;
}

/* WEITERES */

/* FORMULARE */
.csc-uploads-fileName p { margin:0px;padding-right:5px; }


#centercol a.external-link-new-window {
  line-height: 16px;
  background-image: url(../img/link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:16px;
  color:#cc6600;
  text-decoration:none;
}
#centercol a.internal-link,
.tx-indexedsearch a,
.news-list-morelink a,
.tx-attacalendar-pi1_rechts a,
.attalink a {
  background-image: url(../img/internal-link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:16px;
  color:#cc6600;
  text-decoration:none;
}
.koop {
 margin-top: 2px;
  display: block;
}
.news-list-morelink a {
  margin-left:5px;
}
.tx-indexedsearch .browsebox a {
  background-image: none;
  padding-left:0px;
}
#centercol .csc-linkToTop a {
  background-image: url(../img/to-top.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:16px;
  color:#cc6600;
  text-decoration:none;
}

fieldset h4 {
 margin-left:3px;
}
.csc-uploads-fileSize {
width: 100px;
}

#rightcol h2 {
  color:#fff;
  font-size:10pt;
  margin: 0px;
  padding: 0px;
}

#bottomwrap {
  height: 156px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  float: left;
}
*html #bottomwrap {
  height: 156px;
  width: 100%;
  position: relative;
  bottom: 0px;
  float: left;
  overflow:hidden;
}
*+html #bottomwrap {
  height: 156px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  float: left;
  overflow:hidden;
}
.clearer {
  font-size: 0px;
  margin: 0px;
  padding: 0px;
  height: 0px;
  clear: both;
  line-height:0px;
}
#rightcol a {
  color: #000000;
}
#rightcol #rightcolcontent {
  font-size:120%;
}
#rightcol #rightcolcontent h3 {
  color:#ffffff;
  font-size:135%;  
}
#rightcol #rightcolcontent a {
  color:#5e5e5e;
  text-decoration:none;
  font-family:PuritanBold,sans-serif;
  font-weight:bold;
}
#centercol a {
  color:#cc6600;
  text-decoration:none;

}
#centercol h2 a {
  color:#F6A600;
  text-decoration:none;

}
#centercol h3 a {
  color:#00ADB9;
  text-decoration:none;

}

.imgfloatleft {
  float:left;
  margin-right:10px;
  margin-top: 6px;
}
#rightcol .imgfloatleft {
  float:left;
  margin-right:5px;
  margin-top: 2px;
}
p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 12px;
  margin-left: 0px;
}
#bottombg {
  background-image: url(../img/bottom_bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  height: 90px;
  width: 100.01%;
}
#container #main {
  background-image: url(../img/bg_body2.gif);
  background-repeat: repeat-y;
  background-position: center;
  width: 980px;  /*z35 960px*/
  margin-right: auto;
  margin-left: auto;
}
#bottomcorner {
  background-image: url(../img/bottom_bg.gif);
  background-repeat: no-repeat;
  background-position: center top;
  height: 90px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
}
/*#bottomcorner {
  background-image: url(../img/bottomcorner.gif);
  height: 156px;
  width: 960px;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
  margin-top: -156px;
}*/
#centercol dl {
  float: left;
  padding: 0px;
  margin-top: 6px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#centercol dd {
  float: left;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: 1.4em; /*old 12px*/
  color:#666;
  margin-top:6px;
}
#centercol div.csc-textpic-intext-left div.csc-textpic-imagewrap,
#centercol div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
  margin-right: 20px !important;
  margin-bottom: 5px !important;
}
p.news-single-imgcaption {
  font-size: 11px;
  line-height: 14px;
  color:#666;
  margin-top:3px;
        margin-bottom:5px;
}
.containerleft {
  float: left;
  display: block;
  width: 270px;
  margin-right: 10px;
}

.containerright {
  float:left;
  display: block;
  width: 270px;
}

.containerclearer {
  clear: left;
}
/*#centercol dt {
  height: 181px;
}*/


/* LEFTCOL SPECIALS */

#leftcol #leftcol-newsletter-wrapper {
  border-top:1px solid #029BAD;
  border-bottom:1px solid #029BAD;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

#leftcol #leftcol-newsletter {
  font-family:PuritanRegular,sans-serif;
  font-size: 110%;
  padding-right:30px;
}
#leftcol #leftcol-newsletter h3 {
  font-size:105%;
}
#leftcol #leftcol-newsletter a {
  background-image: url("../img/internal-link.gif");
  background-position: left top;
  background-repeat: no-repeat;
  color: #CC6600;
  padding-left: 16px;
  text-decoration: none;
}
#leftcol #leftcol-newsletter .newsletteranmeldung {
  padding-top:10px;
}
#leftcol .newsletteranmeldung label {
  width:140px;
}
#leftcol .newsletteranmeldung input.txtfield {
  width:140px;
  border: 1px solid #F7A600;
  margin-bottom: 10px;
  padding:4px 4px;
}

#leftcol .newsletteranmeldung .anmeldebn {
  margin-left:0px;
  padding-top:5px;
}
#leftcol .newsletteranmeldung .anmeldebn input.bn {
  float:left;
  width:auto;
  margin-top:0px;
  margin-right:3px;
  color:#ffffff;
  background-color:#ffffff;
  border:none;
  background-image:url(../img/btn_dark.png);
  background-repeat:no-repeat;
  padding: 5px 10px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family: PuritanRegular, sans-serif;
  font-size:13px;
  font-weight:bold;
  width:101px;
  height:26px;
}
#leftcol .newsletteranmeldung input.bn {
  float:none;
  width:auto;
  margin-top:0px;
  margin-right:3px;
  color:#ffffff;
  background-color:#ffffff;
  border:none;
  background-image:url(../img/btn_dark.png);
  background-repeat:no-repeat;
  padding: 5px 10px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family: PuritanRegular, sans-serif;
  font-size:13px;
  font-weight:bold;
  width:101px;
  height:26px;
}


/* EXTRA BOXEN rechts */
#metanav1,
#metanav2 {
  background:transparent url(../img/box2_bottom.png) bottom left no-repeat;
}
#metanav1 h2,
#metanav2 h2 {
  background:transparent url(../img/box2_top.png) top left no-repeat;
  height:36px;
  font-size:160%;
  text-transform:uppercase;
  padding-top:10px;
  padding-left:15px;
}
#metanav1.collapsed h2,
#metanav2.collapsed h2 {
  cursor:pointer;
  background-image:url(../img/box2_top_collapsed.png);
}
#metanav1.expanded h2,
#metanav2.expanded h2 {
  cursor:pointer;
  background-image:url(../img/box2_top_expanded.png);
}
#metanav1 ul,
#metanav2 ul {
  margin: 0 0 0 15px;
  padding: 0 0 15px;
  list-style-type: none;
}
#metanav1 ul li,
#metanav2 ul li{
  padding-bottom: 3px;
}
#metanav1 div {
  display:inline;
}
#metanav2 ul {
  
}
#metanav1 a,
#metanav2 a {
  text-decoration:none;
    background-image: url("../img/rootlevelmarker.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #00ADB9;
    font-family: PuritanRegular,sans-serif;
    font-size: 120%;
    padding-left: 12px;
    text-decoration: none;
}

#metanav1 a.act,
#metanav1 a:hover,
#metanav2 a.act,
#metanav2 a:hover {
  background-image: url(../img/rootlevelmarker_act.gif);
  background-repeat: no-repeat;
  background-position: left 2px;
  text-decoration: none;
  padding-left:12px;
  font-family: PuritanRegular, sans-serif;
  color: #f7a100;
}

/* RIGHTCOL ELEMENTS */
#rightcol-wrapper #rightcol .rightcol-element-bottom {  
  background:url(../img/box1_bottom.png) left bottom no-repeat; 
}
#rightcol-wrapper #rightcol .rightcol-element-top {  

  padding-bottom: 10px;
}

#rightcol-wrapper #rightcol .rightcol-element-top>.csc-default {  
  padding-left:15px;
  padding-right: 15px;
}

#rightcol-wrapper #rightcol .rightcol-element-top .csc-textpic-single-image {
  margin-left:-5px;

}

#rightcol-wrapper #rightcol #rightcolcontent h2 {
  background:url(../img/box1_top.png) left top no-repeat; 
  margin-left:-15px;
  padding-left: 15px;
  font-size: 125%;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  width: 160px;
}

#mainnav h3 {
  color:#F7A100;
}

#mainnav ul {
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-type: none;
  /*font-family: DINWebLight, sans-serif;*/
  font-family: PuritanRegular, sans-serif;
}

#mainnav ul.home-link {
       border-top:1px solid #029BAD;
       border-bottom:1px solid #029BAD;
       padding:15px 0;
}

#mainnav ul ul {
  margin-top: 0px;
  margin-left: 20px;
}
#mainnav ul a {
  color: #00adb9;
  text-decoration: none;
  background-image: url(../img/mainnavmarker_n.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 10px;
  display: block;
}
#mainnav ul ul a {
  background-image: none;
  padding-left: 0px;
}

#mainnav ul a.act {
  background-image: url(../img/mainnavmarker_act.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 10px;
  color: #f7a100;
  font-family: PuritanBold, sans-serif;
  font-weight:bold;
}
#mainnav a:hover {
  background-image: url(../img/mainnavmarker_act.gif);
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 10px;
  color: #f7a100;
}
#mainnav ul ul a:hover,
#mainnav ul ul a.act {
  background-image: none;
  padding-left: 0px;
  color: #f7a100;
}
#mainnav {
  /*z35 margin-left: -10px;*/
  font-size: 14px;
}
#partnerlogos {
  clear:both;
  position: relative;
  /*bottom: 140px;margin-bottom: -140px;*/
  width:550px;
  height:100px;
  border-top: 1px solid #029BAD;
  margin-top: 20px;
}
#partnerlogos h3 {
  font-size:12px;
  line-height:18px;
}
#partnerlogos .partnerlogo {
  float:left;
  width: 165px;
}
#partnerlogos .totop {
  float:right;
  line-height: 140%;
  font-size:12px;
  padding-top:10px;
}
#partnerlogos .totop a {
  background-image: url("../img/internal_link_to_top.gif");
  background-position: left 2px;
  background-repeat: no-repeat;
  color: #CC6600;
  padding-left: 16px;
  text-decoration: none;
}

#rightcol #kontakt {
  margin-top: 80px;
}
div#kontakt p {
  margin:0px;
  padding:0px;
}

#rightcol input.searchfield {
  background-color:#FEF6E6;
  background:#FEF6E6 url(../img/bg_search_input.png) center left no-repeat;
   border:medium none;
  color:#666666;
  float:left;
  height:18px;
  margin: 0;
  width:108px;
  padding-left:6px;
  font-size:11px;
  outline:none;
}
#rightcol input.sButton {
  float: left;
  height:20px;
  width: 26px;
  outline:none;
}
.tx-macinasearchbox-pi1 {
  height: 42px;
  background:transparent url(../img/box_search.png) left top no-repeat;
  padding-left: 15px;
  margin-top:0px;
  margin-bottom:3px;
  white-space: nowrap;
}

.tx-macinasearchbox-pi1 #searchform {
  width: 146px;
  padding-top:12px;
  overflow:hidden;
}

#kalenderteaser,
#newsteaser {
  margin-top: 10px;
}

/* News */

#centercol .news-single-item h1 {
  border-bottom:1px solid #379CAB;
}
#centercol .news-single-item h2 {
  text-transform:uppercase;
  color:#888888;
  margin-top:5px;
  padding-bottom:5px;
}
#centercol .news-single-item h2.metatitle {
  text-transform:none;
  color:#888888;
  padding-bottom:0px;
  font-size:110%;
}
#centercol .news-single-item .news-single-backlink {
  padding-left:18px;
  background:url(../img/icon_backlink.png) left center no-repeat transparent;
}

#rightcol .news-latest-item {
  margin-bottom:3px;
}
.news-latest-item img {
  float:left;
  margin-right:5px;
margin-top:3px;
}
.news-latest-item h3 a {
  text-decoration:none;
}
#rightcol .news-latest-item p {
  margin-bottom:0px;
}
#rightcol .news-latest-container .newslink a,
#rightcol .news-latest-container .news-latest-gotoarchive a {
  color:#5E5E5E;
  font-family:PuritanBold,sans-serif;
  font-weight:bold;
  text-decoration:none;
}

.news-list-item .newsimg {
  float:left;
  /*margin-right:10px;
  margin-bottom:10px;
  margin-top:6px;*/
}
.news-list-item .newsimg img {
  margin-right:10px;
  margin-bottom:10px;
  margin-top:6px;
}
.news-list-item h2 {
  margin-top:0px;
}
.news-list-item hr.clearer {
  margin-top:0px;
  margin-bottom:0px;
  height:1px;
  border:none;
  background-color:transparent;
  clear:both;
  visibility:hidden;
}
.news-single-item hr.clearer {
  margin-top:0px;
  margin-bottom:0px;
  height:1px;
  border:none;
  background-color:transparent; /*#B2E6EA*/
  clear:both;
}
.news-single-additional-info {
  padding-bottom:10px;
}
#centercol .additional-infos dl,
#centercol .additional-infos dl dd {
  float:none;
}
.news-list-item {
  margin-left:0px;
}

/*.news-list-container fieldset {
  border:1px solid #b2e6ea;
  margin-bottom:10px;
  margin-top:10px;
  margin-left:0px;
  margin-right:0px;
  padding:3px 9px -1px 6px;
}*/

.news-single-item .news-single-img {
  float:left;
  margin-right:10px;
  /*margin-bottom:10px;*/
  margin-top:6px;
}


#rightcol a.mehrlink {
  color: #5e5e5e;
  text-decoration: none;
}
#rightcol #newsteaser h3 {
  font-size:12px;
  font-weight:normal;
  margin:0;
  padding:0;
  font-family: PuritanBold, sans-serif;
}
#rightcol #newsteaser h3 a {
  font-size:120%;
  font-weight:normal;
  color:#313131;
}

#container #rightcol #newsteaser .news-latest-container>h2 {
  margin-bottom:10px;
}

#rightcol #newsteaser .news-latest-container .news-latest-item {
  margin:0;
}

#rightcol #newsteaser .news-latest-container .news-latest-item h3 {
  margin: 0 0 9px;
  padding: 0 0 9px;
  border-bottom:1px solid #c2a76d;
  overflow:hidden;
}

#rightcol #newsteaser .news-latest-container .news-latest-item h3 a {
  background:url(../img/icon_link.png) no-repeat 0 0;
  padding:0 0 0 18px;
  display: block;
}

#rightcol #newsteaser .news-latest-container .news-latest-item>p {
  display:none;
  visibility:hidden;
}

#rightcol #newsteaser .news-latest-container .newslink {
  display:none;
  visibility:hidden;
}

#centercol a.glossary {
  color:inherit;
  text-decoration:none;
}
#centercol dl.glossary dt {
  font-style:normal;
  font-weight:bold;
  margin:0 0 3px;
  float: left;
  width: 150px;
  clear: left;
}
#centercol dl.glossary dd {
  float:left;
  font-size:12px;
  line-height:20px;
  margin:0 0 20px 10px;
  padding:0;
}
#centercol dl.glossary .type {
  font-style:normal;
  padding:0 3px 0 0;
}


/* Kalender (rechte Spalte) */
#rightcol .tx-attacalendar-pi1 {
  margin-bottom:12px;
}
#rightcol div.tx-attacalendar-pi1_smallist  {
  border:none;
  font-family: PuritanBold, sans-serif;
  font-weight:bold;
  font-size:100%;
  margin-bottom:3px;
  padding:0px;
}
#rightcol div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_header h2 {
  color:#fff;
  font-family: PuritanBold,sans-serif;
  font-weight:bold;
  /*font-size:12px;*/
  margin:0px;
  padding:0;
}
#rightcol div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item p.tx-attacalendar-pi1_title {
  margin-left:0px;
}
#rightcol div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item {
  margin-bottom:3px;
}
#rightcol #rightcolcontent div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item p.tx-attacalendar-pi1_title a:link,
#rightcol #rightcolcontent div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item p.tx-attacalendar-pi1_title a:visited {
  color:#000;
  text-decoration:none;
  font-family:PuritanBold,sans-serif;
  font-weight:bold;
}

#rightcol div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_from_date,
#rightcol div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_to_date {
  color:#000;
  font-family:PuritanRegular,sans-serif;
  font-weight:normal;
}


/* EXT Kalender */

div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table {
  border:none;
  margin-bottom:25px;
  width:100%;
  /*border:1px dotted #00ADB9;*/
}
div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table td.tx-attacalendar-pi1_links {
  padding:0px;
  vertical-align:top;
  line-height:normal;
}
div.tx-attacalendar-pi1_extended_list  {
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  margin-top:9px;
}
div.tx-attacalendar-pi1_extended_list h3  {
  margin-top:-4px;
}
div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table td.tx-attacalendar-pi1_links {
  /*border-right:1px solid #B2E6EA;*/
}
div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table td.tx-attacalendar-pi1_rechts {
  padding-left:10px;
}
div.tx-attacalendar-pi1_single  {
  border:none;
  font-size:12px;
  padding:0px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  margin-left:0px;
}
div.tx-attacalendar-pi1_single p {
  color:#000;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  line-height:inherit;
}
div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table td.tx-attacalendar-pi1_rechts p {
  color:#000;
  font-size:inherit;
}
div.tx-attacalendar-pi1_extended_list table.tx-attacalendar-pi1_table td.tx-attacalendar-pi1_links p {
  color:inherit;
  font-size:inherit;
  margin:0;
  padding:0;
}
.termindaten {
  float:left;
  margin-right:10px;
}
.termindaten img {
  margin-top:6px;
  margin-bottom:10px;
}
.termindaten fieldset {
  line-height:normal;
  margin-top:7px;
  margin-left:0px;
  margin-right: 5px;
  width:200px;
}



#container #main #centercol-wrapper .tx-attacalendar-pi1_smallist {
  border: none;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  font-family:PuritanBold,sans-serif;
  font-size: 120%;
}

#container #main #centercol-wrapper .tx-attacalendar-pi1_smallist h2 {
  display:none;
  visibility:hidden;
}

#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_from_time,
#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_to_time,
#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_loc,
#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_from_date,
#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_to_date,
#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item span.tx-attacalendar-pi1_to_date span.tx-attacalendar-uhrzeit {
  color:#a1a1a1;
  font-weight:bold;
}

#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item p.tx-attacalendar-pi1_title a {
  color:#F7A600;
  font-size: 102%;
  text-transform: uppercase;
}

#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item p.tx-attacalendar-pi1_title {
  margin:0;
} 

#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item hr.clearer {
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #F7A600;
    margin-bottom: 0;
    margin-top: 7px;
    visibility: visible;
    height: 1px;
}

#container #main #centercol-wrapper div.tx-attacalendar-pi1_smallist div.tx-attacalendar-pi1_item {
  margin-bottom:7px;
}


#container #main #centercol-wrapper .tx-attacalendar-pi1 .mehr-termine { 
  background: url(../img/icon_link.png) no-repeat scroll 0 2px;
  padding: 0 0 0 18px;
}



#centercol ul {
  padding:0px;
  margin-top:0px;
}
#centercol ul.browsebox {
  clear:both;
}
#centercol ul li {
  background-image: url(../img/mainnavmarker_n.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  list-style-type: none;
}
#centercol ul.browsebox li {
  background-image: none;
  padding-left: 0px;
  margin-right:5px;
}
#centercol ol {
  margin-left:0px;
  padding-left:20px;
}

#centercol .csc-sitemap ul ul li {
  background-image:none;
}
#centercol .csc-sitemap a {
  background-image: url(../img/internal-link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left:16px;
}

fieldset {
  border:1px solid #b2e6ea;
  margin-bottom:20px;
  margin-top:0px;
  /*margin-left:-10px;*/
  margin-left:0px;
  margin-right:0px;
  padding:3px 9px 0 6px;
}
legend {
  color:#00ADB9;
  font-family: PuritanRegular,sans-serif;
  font-size:15px;
  line-height:15px;
  margin-top:-3px;
}


/* Formulare */
input.bn {
  float:left;
  width:auto;
  margin-top:0px;
  margin-right:3px;
  color:#0D9FAA;
  background-color:#ececec;
  border:1px solid #999;
  background-image:url(../img/bn-bg.jpg);
  background-repeat:repeat-x;
  padding:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family: PuritanRegular, sans-serif;
  font-size:14px;
}
.tx-powermail-pi1 div.tx-powermail-pi1_mandatory,
.tx-powermail-pi1 div.tx-powermail-pi1_confirmation {
  clear:both;
  margin-bottom:50px;
}
.tx-powermail-pi1 label {
  width:125px;
  display:block;
  float:left;
  clear:left;
}
.tx-powermail-pi1 input,
.tx-powermail-pi1 textarea {
  float:left;
  width:390px;
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  padding-left:8px;
  padding-right:8px;
}

.tx-powermail-pi1 input {
/*  border:1px solid #b2e6ea;*/
}
.tx-powermail-pi1 textarea {
  margin-bottom:14px;
  padding:8px;
  overflow:auto;
  width:515px;
  margin-left: 2px;
}
#centercol .csc-sitemap ul li {
  background-image: none;
  padding-left: 0px;
}
#centercol .csc-sitemap ul li ul li {
  padding-left: 20px;
}
input.validation-failed {
  border:1px solid #F6A600;
}
dfn {
 /* color: #F6A600; */
 font-style:normal;
}
.icon_info {
  display: none;
}
input.txtfield {
  /*border:1px solid #b2e6ea;*/
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  width:390px;
}
.newsletteranmeldung div {
  clear:both;
  margin-bottom:14px;
  min-height:20px;
}
.newsletteranmeldung .anmeldebn {
  margin-left:200px;
}
.newsletteranmeldung input.txtfield {
  /*border:1px solid #b2e6ea;*/
  font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  width:300px;
  float:left;
}
.newsletteranmeldung label {
  width:200px;
  display:block;
  float:left;
}
.tx_powermail_pi1_fieldwrap_html_textarea label {
  display: block;
  float: none;
}
.tx-powermail-pi1 input.bn,
.tx-powermail-pi1 input.tx-powermail-pi1_confirmation,
.tx-powermail-pi1 input.powermail_submit,
.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
  margin-left:128px;
  clear:left;
  margin-bottom:9px;
  font-size:14px;
  float:left;
  width:auto;
  margin-top:0px;
  margin-right:3px;
  color:#0D9FAA;
  background-color:#ececec;
  border:1px solid #999;
  background-image:url(../img/bn-bg.jpg);
  background-repeat:repeat-x;
  padding:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family: PuritanRegular, sans-serif;
}

.tx-powermail-pi1 input.tx-powermail-pi1_confirmation,
input.tx-powermail-pi1_mandatory_submit {
  margin-left:0px;
  clear:none;
  float:left;
  margin-bottom:9px;
  font-size:14px;
  float:left;
  width:auto;
  margin-top:0px;
  margin-right:3px;
  color:#0D9FAA;
  background-color:#ececec;
  border:1px solid #999;
  background-image:url(../img/bn-bg.jpg);
  background-repeat:repeat-x;
  padding:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  font-family: PuritanRegular, sans-serif;
}
.tx-indexedsearch input.tx-indexedsearch-searchbox-button {
 clear: none;
 float: left;
 margin-left: 10px;
 }
p.tx_powermail_pi1_fieldwrap_html_radio_title  {
  display:inline;
  float:left;
  margin:0;
  width:125px;
  margin-left:3px;
}
.tx-powermail-pi1 label.anrede,
.powermail_radio_inner label {
  clear:none;
  display:block;
  float:left;
  margin-left:0px;
  margin-right:0px;
  width:auto;
}
.powermail_radio_inner input {
  clear:none;
  display:block;
  float:left;
  margin-left:3px;
  margin-right:10px;
  width:auto;
}
.powermail_mandatory {
  color:#000;
}
.powermail_mandatory_js {
  color:#F6A600;
}
.tx-powermail-pi1 div {
  clear:both;
  line-height:20px;
  min-height:20px;
  margin-bottom:14px;
}
.tx-powermail-pi1 div.powermail_radio_inner  {
  clear:none;
  float:left;
}
.tx-powermail-pi1 input.powermail_radio  {
  background-color:transparent;
  border: none;
  float:left;
  font-size:12px;
  margin-left:3px;
  margin-right:5px;
  padding:0;
  width:auto;
}
.powermail_check_inner input {
  width:auto;
}
.powermail_check_inner label {
  width:516px;
  margin-bottom:10px;
}

.tx-powermail-pi1 dfn {
  border-bottom:medium none;
  cursor:help;
  float:left;
  margin-bottom:9px;
  position:relative;
  width:390px;
}
.tx-powermail-pi1_fieldset {
  padding-top:14px;
}
.tx_powermail_pi1_fieldwrap_html_label {
  margin-left:3px;
}



div.csc-textpic div.csc-textpic-single-image img {
  margin-bottom:9px;
  margin-top:6px;
}
fieldset div.csc-textpic div.csc-textpic-single-image img {
  margin-left:3px;
}
fieldset p {
  margin-left:3px;
  margin-bottom:9px;
}
fieldset strong {
  margin-left:3px;
}
fieldset p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
  margin-left:3px;
}
fieldset label {
  margin-left:3px;
}


#centercol-wrapper fieldset.tx-powermail-pi1_fieldset {
    background-color: #FFFFFF;
    border: 1px solid #B2E6EA;
    padding: 10px;
}

#centercol-wrapper fieldset.tx-powermail-pi1_fieldset input.powermail_text,
#centercol-wrapper fieldset.tx-powermail-pi1_fieldset input.powermail_date,
#centercol-wrapper fieldset.tx-powermail-pi1_fieldset input.powermail_datetime,
#centercol-wrapper fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea {
    background: #fff;
    border: 1px solid #CCCCCC;
}

#centercol-wrapper fieldset.tx-powermail-pi1_fieldset label,
#centercol-wrapper fieldset.tx-powermail-pi1_fieldset fieldset legend {
    color: #666666;
    display: block;
    float: left;
    font-weight: normal;
    white-space: normal;
    width: 200px;
    font-family: "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
    font-size: 100%;
}

#centercol-wrapper fieldset.tx-powermail-pi1_fieldset legend {
    color: #00ADB9;
    font-weight: normal;
}

/* special anmeldungfachtagung */
#centercol-wrapper #anmeldungfachtagung {
  padding-top:10px;
  width: 550px;

}
#centercol-wrapper #anmeldungfachtagung fieldset.tx-powermail-pi1_fieldset.tx-powermail-pi1_fieldset_internationalekonferenzmnnerinde>legend {
  padding-left: 5px;
  padding-right: 10px;
  width: 80% !important;
  /*position:relative !important;*/
}

#centercol-wrapper #anmeldungfachtagung .tx_powermail_pi1_fieldwrap_html_text {
  height: 32px;
  margin-bottom:1px;
}

#centercol-wrapper #anmeldungfachtagung .tx_powermail_pi1_fieldwrap_html_text.even {
  background-color:#E8F6F8;
}
#centercol-wrapper #anmeldungfachtagung .tx_powermail_pi1_fieldwrap_html_text.odd {
  background-color:#daf4f7;
}

#centercol-wrapper #anmeldungfachtagung fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text label {
  padding-left: 5px;
  padding-top: 5px;
}
#centercol-wrapper #anmeldungfachtagung fieldset.tx-powermail-pi1_fieldset .tx_powermail_pi1_fieldwrap_html_text input {
  margin-top: 4px;
  width: 305px;
}
#centercol-wrapper #anmeldungfachtagung .tx-powermail-pi1 div.powermail_radio_inner {
  margin-right: 30px;
}
#centercol-wrapper #anmeldungfachtagung  fieldset.tx-powermail-pi1_fieldset div.powermail_radio_inner label {
  width:auto;
}
#centercol-wrapper #anmeldungfachtagung .tx_powermail_pi1_fieldwrap_html_radio fieldset legend {
  position:relative;
}

#centercol-wrapper #anmeldungfachtagung fieldset.tx-powermail-pi1_fieldset .powermail_radio_inner {
  margin-left: 20px;
}
#centercol-wrapper #anmeldungfachtagung fieldset.tx-powermail-pi1_fieldset input.powermail_submit {
  float: right;
  margin: 0 10px 0 0;
  background:#ffffff url(../img/btn_dark.png) left top no-repeat;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
}
#centercol-wrapper #anmeldungfachtagung .tx_powermail_pi1_fieldwrap_html_251 {
  padding-top:10px;
}


/* EXT indexed_search */

.tx-indexedsearch .result-count-tmpl-css,
.tx-indexedsearch .percent-tmpl-css {
  margin-top:0px;
}
.tx-indexedsearch input {
  /*border:1px solid #B2E6EA;*/
  font-family:"Trebuchet MS", Georgia,"Times New Roman",Times,serif;
  font-size:12px;
  width:190px;
}
.tx-indexedsearch select {
  /*border:1px solid #B2E6EA;*/
  font-family:"Trebuchet MS", Georgia,"Times New Roman",Times,serif;
  font-size:12px;
  width:195px;
  margin-right:5px;
  float:left;
}
.tx-indexedsearch .searchbox-tmpl-css label,
.tx-indexedsearch label {
  clear:left;
  line-height: 25px;
  width: 120px;
}
.bm_logo {
margin-left: -5px;
}
.tx-indexedsearch fieldset div {
  /*line-height:25px;*/
  display:block;
  /*height:25px;*/
  clear:both;
}
.tx-indexedsearch fieldset div.tx-indexedsearch-search-select-group {
  /*height:50px;*/
  margin-bottom:9px;
}
.tx-indexedsearch fieldset div.tx-indexedsearch-search-select-group label {
  clear:none;
}

.tx-indexedsearch .searchbox-tmpl-css input#tx_indexedsearch_extResume {
  /*margin-top:12px;*/
  width:auto;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button  {
  /*width:auto;
  background-color:#B2E6EA;*/
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color:#00ADB9;
}
.tx-indexedsearch .tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword  {
  width:190px;
  float: left;
  line-height: normal;
  margin-top: 4px;
}


/* EXT chgallery - Bilder Galerie */

#centercol .tx-chgallery-pi1 .single span {
  border:medium none;
  display:block;
  font-size:11px;
  line-height:normal;
  margin:1px 0 5px;
  min-height:20px;
  text-align:left;
  width:138px;
}
#centercol .tx-chgallery-pi1 .pagebrowser {
  border-bottom:1px solid #B2E6EA;
  border-top:1px solid #B2E6EA;
  margin:2px 0;
  padding:3px 0;
}
#centercol .tx-chgallery-pi1 .single {
  background:none;
  float:left;
  margin:5px 0 0;
  padding:3px 1px 2px;
  color:#c1c1c1;
}
#centercol .tx-chgallery-pi1 .single:hover {
  color:#000;
}
#centercol .tx-chgallery-pi1 .single .img {
  background:none repeat scroll 0 0 transparent;
  height:93px;
  line-height:93px;
  position:relative;
  width:150px;
}
#centercol .tx-chgallery-pi1 .single .img .align {
  display:block;
  height:93px;
  left:50%;
  margin-left:-75px;
  margin-top:-48px;
  position:absolute;
  text-align:left;
  top:50%;
  width:150px;
  overflow:hidden;
}
#centercol .tx-chgallery-pi1 .single span small {
  font-size:11px;
  display:block;
}
#centercol .tx-chgallery-pi1 .single a {
  display:block;
  height:143px;
  position:absolute;
  z-index:85;
  width:139px;
  background-image:url(../img/trans.gif);
}
blockquote {
  margin-left:0px;
  /*color: #0D9FAA;
  font-style: italic;*/

  background-image:url("../img/zitat-icon.gif");
  background-position:2px 4px;
  background-repeat:no-repeat;
}
blockquote:first-letter {
  margin-left:20px;
}
table.csc-uploads {
  margin-bottom:20px;
  margin-top:-14px;
}


/* NEWS */

#centercol .news-list-item {
  margin-left:0px;
  /*border-bottom:1px solid #F7A600;*/
  margin-bottom: 10px;
}

#centercol .news-list-item h2.metatitle {
  color:#A1A1A1;
  font-size:120%;
}

#centercol .news-list-item h3 {
  margin-left:0px;
  /*padding-left:20px;
  background:url(../img/icon_link.png) left 3px no-repeat;*/
}
#centercol .news-list-item h3 a {
  color:#F7A600;
  text-transform:uppercase;
  font-size:105%;
}
#centercol .news-list-item .news-list-category {
  color: #A1A1A1;
  font-weight: bold;
}

#centercol .news-list-item .news-list-morelink {
  display:none;
  visibility:hidden;
}
#centercol .news-list-item hr.clearer {
  border-bottom:1px solid #F7A600;
  background-color:transparent;
  margin-left:0px;
  visibility:visible;
}

#container #main #centercol-wrapper .containerleft .news-list-item {
  font-family: PuritanBold,sans-serif;
}

#container #main #centercol-wrapper .containerleft .news-list-item p {
  font-size:115%;
}


/* 
 * MiK - Startseite Accordion
 *
 * w = 554          - gesamtbreite accordion
 * a = 4           - anzahl li's 
 * t = 60          - tab breite
 * p =  w - ((a-1) * t)    - breite der einzelenen li's
 * c = p - t        - content breite innerhalb eines li's
 */

#startseite-accordion                   { width:550px; height:188px; overflow:hidden; position:relative; zoom:1;margin-bottom: 15px; }
#startseite-accordion *                  { border:0; margin:0; padding:0; }
#startseite-accordion ul                 { z-index: 25; list-style:none; padding:0; margin:0; border:0; width:554px; height:188px; display:block; position:relative; zoom:1; overflow:hidden; }
#startseite-accordion ul li               { padding:0; margin:0; border:0; display:block; position:absolute; top:0; background:#5abdc9; width:434px; height:188px; }
#startseite-accordion ul li.active             { background:#029aac; }

#startseite-accordion ul li.hover .tab          { background-color:#31a8b6; /*#F7A100;*/ }
#startseite-accordion ul li.active .tab          { background-color:#029aac; }

#startseite-accordion ul li .tab             { position:absolute; background:url(../img/z35accordion/tabs.png) 0 0 no-repeat transparent; text-indent:-999999px; height:188px; width:40px; top:0; cursor:pointer; margin:0; padding:0;  border:0; }
#startseite-accordion ul li.forschen .tab         { background-position:0 0; }
#startseite-accordion ul li.modellprojekt .tab       { background-position:-40px 0; }
#startseite-accordion ul li.qualifizierung .tab     { background-position:-80px 0; }
#startseite-accordion ul li.begleiten .tab         { background-position:-120px 0; }

#startseite-accordion ul li.hover .tab-en          { background-color:#31a8b6; /*#F7A100;*/ }
#startseite-accordion ul li.active .tab-en          { background-color:#029aac; }

#startseite-accordion ul li .tab-en             { position:absolute; background:url(../img/z35accordion/tabs_en.png) 0 0 no-repeat transparent; text-indent:-999999px; height:188px; width:40px; top:0; cursor:pointer; margin:0; padding:0;  border:0; }
#startseite-accordion ul li.research .tab-en         { background-position:0 0; }
#startseite-accordion ul li.data .tab-en       { background-position:-40px 0; }
#startseite-accordion ul li.pilotprogramme .tab-en     { background-position:-80px 0; }
#startseite-accordion ul li.coordinationcentre .tab-en         { background-position:-120px 0; }

#startseite-accordion ul li .content               { position:absolute; height:188px; width:393px; background: url(../img/z35accordion/content_forschen.png) 1px 1px no-repeat transparent; top:0; margin:0; padding:0; border:0; border-right:1px solid #4eb8c5; }
#startseite-accordion ul li.forschen .content        { background-image:url(../img/z35accordion/content_forschen.png); }
#startseite-accordion ul li.modellprojekt .content     { background-image:url(../img/z35accordion/content_modellprojekt.png); }
#startseite-accordion ul li.qualifizierung .content   { background-image:url(../img/z35accordion/content_qualifizierung.png); }
#startseite-accordion ul li.begleiten .content      { background-image:url(../img/z35accordion/content_begleiten.png); }

#startseite-accordion ul li.research .content        { background-image:url(../img/z35accordion/content_forschen.png); }
#startseite-accordion ul li.data .content            { background-image:url(../img/z35accordion/content_modellprojekt.png); }
#startseite-accordion ul li.pilotprogramme .content   { background-image:url(../img/z35accordion/content_qualifizierung.png); }
#startseite-accordion ul li.coordinationcentre .content      { background-image:url(../img/z35accordion/content_begleiten.png); }

#startseite-accordion ul li .content .inner       { padding:10px 10px 10px 200px; color:#fff; }

#startseite-accordion ul li .content .inner h3       { font-size:16px; line-height:16px; color:#fff; font-weight:normal; border-bottom: 1px solid #7eccd5; padding-bottom:5px; padding-left:21px; margin-bottom:5px; background:url(../img/z35accordion/icon_title.png) 0 0 no-repeat transparent;  }
#startseite-accordion ul li .content .inner p       { font-size:12px; padding-bottom:5px; line-height:1.2em; }
#startseite-accordion ul li .content .inner p.more     { border-top: 1px solid #7eccd5; padding:0; padding-top:5px; margin:0; }
#startseite-accordion ul li .content .inner p.more a  { background:url(../img/z35accordion/bg_button.png) 0 0 no-repeat transparent; outline:none; display:block; width:110px; line-height:24px; height:24px; color:#029aac; text-align:center; text-decoration:none; }

#startseite-accordion-tl                 { width:15px; height:15px; background:url(../img/z35accordion/maske_tl.png) 0 0 no-repeat transparent; position:absolute; top:0; left:0; z-index:50; }
#startseite-accordion-br                 { width:15px; height:15px; background:url(../img/z35accordion/maske_br.png) 100% 100% no-repeat transparent; position:absolute; bottom:0; right:0; z-index:50; }


/*
*  EXT jf_multicontent
*/
.tx-jfmulticontent-pi1 {
  padding-bottom: 10px;
  padding-top: 10px;
}

#centercol .ui-widget-content  {
  background:none;
}

#centercol .ui-accordion .ui-accordion-header .ui-icon {
  left:520px;
}

#centercol .ui-accordion .ui-accordion-header {
  font-size:20px;
}

#centercol .ui-accordion-icons .ui-accordion-header a {
  padding-left:0px;
}

#centercol .ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 5px 10px;
}

#centercol {

}

#centercol {

}



#rightcolcontent .news-latest-item img { display: none; visibility: hidden; }
#centercol .tr-odd.tr-first .csc-uploads-icon,
#centercol .tr-odd.tr-first .csc-uploads-fileSize { vertical-align:top; }
#centercol table.csc-uploads { margin:0; }

/**
 * Accordion
 */
 
#centercol .ui-accordion .ui-accordion-header {
  border:0;
  background:url(../img/bg_accordion_header.gif) left top repeat-x #079aac; 
  margin-top:1em;
}
#centercol .ui-accordion .ui-accordion-header a {
  color:#fff;
  font-weight:normal;  
}

#centercol .ui-accordion .ui-accordion-header span.ui-icon-triangle-1-s { background:url(../img/icon_accordion_top.gif) 0 0 no-repeat transparent; }
#centercol .ui-accordion .ui-accordion-header span.ui-icon-triangle-1-e { background:url(../img/icon_accordion_bottom.gif) 0 0 no-repeat transparent; }

#centercol .ui-accordion .ui-accordion-content {
  border:0;
  padding: 10px 0;
}

#centercol .ui-accordion .ui-accordion-content .csc-header h1 { font-size:110%; text-transform:uppercase; font-weight:normal; }


/**
 * tt_news - Standard und Literatur
 */

#centercol .news-list-item .news-single-additional-info dl { float:none; }
#centercol .news-list-item .news-single-additional-info dd { float:none; }

.news-list-literatur {}
#centercol .news-list-literatur .news-list-item { margin-bottom:15px; }
#centercol .news-list-literatur .news-single-additional-info { padding:10px 0 20px 0; }
#centercol .news-list-literatur .news-single-additional-info .additional-infos-label {}
#centercol .news-list-literatur .news-single-additional-info .additional-infos-links {}
#centercol .news-list-literatur .news-single-additional-info dl { float:none; }
#centercol .news-list-literatur .news-single-additional-info dd { float:none; display:block; background:url(../img/icon_link_extern.gif) left 50% no-repeat; padding-left:21px; line-height:16px; }
#centercol .news-list-literatur .news-single-additional-info dd.files { background:none; padding-left:0; }
#centercol .news-list-literatur .news-single-additional-info dd.files a { padding-right:6px; }
#centercol .news-list-literatur .news-single-additional-info dd img { margin-right:3px; }
#centercol .news-list-literatur .additional-infos dl.news-single-links { padding-top:3px; }
#centercol .news-list-literatur .additional-infos dl.news-single-links dd a { 
  background:url("../img/icon_link_extern.gif") no-repeat left center; 
  padding-left: 21px; 
}


#centercol .news-single-item .news-single-additional-info dl { float:none; margin: 10px 10px 0 0; }
#centercol .news-single-item .news-single-additional-info dd { float:none; background:#d8f0f3; padding: 6px 0 6px 28px; margin: 1px 0 0; }
#centercol .news-single-item .news-single-additional-info dl dt { margin: 0 0 5px 0; }
#centercol .news-single-item .news-single-additional-info dd.news-single-related-intern a { 
  background:url("../img/icon_link.png") no-repeat left center; 
  padding-left: 17px; 
}


#centercol .news-single-item .news-single-additional-info dl.news-single-files dd a { margin: 0 10px 0 3px; } 
#centercol .news-list-item .additional-infos dl { margin: 0px 0 10px; }
#centercol .news-list-item .additional-infos dl dd { margin: 0; }
#centercol .news-list-item .additional-infos dl dd a { margin: 0 10px 0 1px; padding-left:2px; }
#centercol .news-list-item .additional-infos dl dd img { position: relative; left: 0; top: 3px; }

#centercol .news-list-container .news-list-item.news-list-literatur .additional-infos { padding: 0 0 10px; }

/*
*  EXT wt_directory
*/
#centercol .tx-wtdirectory-pi1 dl {
  float: none;    
  margin: 0 10px 0 0;
}

#centercol .tx-wtdirectory-pi1 dd {
  float: none;
}
#centercol ul.wtdirectory_list li {
  border: none;
}

#centercol .tx-wtdirectory-pi1 ul.wtdirectory_list li { 
  background:none;
  padding: 0 0 10px 10px;
  border-bottom:1px solid #F7A600;
  position: relative;
  top:0;
  left:0;
}
#centercol .tx-wtdirectory-pi1 .wtdirectory_pagebrowser {
  display:none;
  visibility:hidden;
}


#centercol ul.wtdirectory_list .wtdirectory_all_detaillink {
  display:none;
  visibility:hidden;
}
#centercol .tx-wtdirectory-pi1 dt.wtdirectory_all { 
  padding:0px; 
}

#centercol .tx-wtdirectory-pi1 dd {
  line-height:14px;
  
}
#centercol .tx-wtdirectory-pi1 dd.wtdirectory_all p { 
  padding-bottom: 3px;
}
#centercol .tx-wtdirectory-pi1 dd.wtdirectory_all p.bodytext { 
  padding-bottom: 12px;
}

#centercol .tx-wtdirectory-pi1 dd.wtdirectory_all_even, 
#centercol .tx-wtdirectory-pi1 dt.wtdirectory_all_even {
    background-color: transparent;
}
#centercol .wtdirectory_all_company {
  /*
  margin-top:0px;
  padding-top:0px;
  */
}
#centercol .wtdirectory_all_company,
#centercol .wtdirectory_all_txz35extendttaddresssection,
#centercol .wtdirectory_all_name,
#centercol .wtdirectory_all_txz35extendttaddresspositioncontact {
  width:400px;
}


#centercol .tx-wtdirectory-pi1 .wtdirectory_all_region {
  font-family: PuritanBold,sans-serif;
  font-size: 110%;
  font-weight: normal;
  text-transform: uppercase;
  color: #00ADB9;
  margin-top: 10px 0px 10px 0px;
}
#centercol .tx-wtdirectory-pi1 .wtdirectory_all_image {
  position: absolute;
  top:0;
  right:0;
}

/*** Nach Aufteilung der TMPLs Arbeitskreise und Modellprojekte ***/
#page-wrapper .tx-wtdirectory-pi1 .wt-email {
  margin:0 3px 0 0;
}

#page-wrapper .tx-wtdirectory-pi1 .wtdirectory_all_company {font-weight:bold;}

#page-wrapper .tx-wtdirectory-pi1 .wt-telefon img,
#page-wrapper .tx-wtdirectory-pi1 .wt-fax img,
#page-wrapper .tx-wtdirectory-pi1 .wt-email img,
#page-wrapper .tx-wtdirectory-pi1 .wt-www img {
  display:none;
  visibility:hidden;
}


/*
 * SR Languagemenu
 */

#container #main .tx-srlanguagemenu-pi1 .INACT,
#container #main .tx-srlanguagemenu-pi1 .NO {
  padding: 8px 0 0;
}

#container #main .tx-srlanguagemenu-pi1 .CUR {
  background: url(../img/icon_lang_act.gif) no-repeat center top;
  padding: 8px 0 0;
}

/*
 *  EXT mikmap
 */

.mikmap-content-wrap { margin-bottom:20px; }

/*
 *  EXT mikteaser
 */
.mikteaser-table { 
  width:155px;
  margin-left:-10px; 
  text-align:center;
  margin-bottom:15px;
}
.mikteaser-table tr th {
  background: url(../img/mikteaser/headline.png) no-repeat left top;
  padding:3px 0px;
  text-align:center;
}
.mikteaser-table tr td {
  background-color:#FCF5E4;
}
.mikteaser-table .mikteaser-up,
.mikteaser-table .mikteaser-down {
  padding:3px 3px;
}
.mikteaser-table .mikteaser-up {
  background:#ffffff;
}
.mikteaser-table .mikteaser-slider {   
  height:48px;
}
.mikteaser-table .slider-wrapper {
  overflow:hidden;
  width:98px;
  height:48px;
  padding:5px 3px;
  text-align:left;
}
.mikteaser-table .slider-element {
  width:98px;
  height:25px;
  padding:5px 3px;
  font-size:100%;
  /*letter-spacing:0.2px;*/
}
.mikteaser-table .slider-element .nobr {
  white-space: nowrap;
}
.mikteaser-table .mikteaser-previous,
.mikteaser-table .mikteaser-next {
  vertical-align: middle;
  padding:3px 0px;
  width:22px;
}
.mikteaser-table tr td.mikteaser-next {
  background: url(../img/mikteaser/bottom_right.png) no-repeat left bottom;
}
.mikteaser-button {
  background: url(../img/mikteaser/mikteaser_btn.png) no-repeat right bottom;
  width:135px;
  height:23px;
  margin-bottom:15px;
}
.mikteaser-table #top-slider {
  color:#24CD68;
}
.mikteaser-table #flop-slider {
  color:#E12929;
}

#rightcol #rightcolcontent .mikteaser-button a {
  display:block;
  padding:3px 3px;
  color:#1FA6B6;
  text-align:center;
  font-size: 100%;
}


/*
 *  News Calendar
 */

#rightcol-wrapper .tx-ttnews {
  width: 150px;
  margin: 8px 0 9px -7px;
}

#rightcol-wrapper .tx-ttnews .calendar-table {
  padding: 0;
  width: 100%;
}

#rightcol-wrapper .tx-ttnews tr td.columPrevious {
  background: #66adb9;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columPrevious a {
  color: #fff;
  display: block;
  font-size: 109%;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columPrevious a img {}

#rightcol-wrapper .tx-ttnews tr td.columYear {
  background: #66adb9;
  color: #fff;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columYear a {
  color: #fff;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columNext {
  background: #66adb9;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columNext a {
  color: #fff;
  display: block;
  font-size: 109%;
}

#rightcol-wrapper #rightcol .tx-ttnews .calendar-table td.bottomMonthLink {
  display:none;
  visibility:hidden;
}

#rightcol-wrapper #rightcol .tx-ttnews tr td.columNext a img {}

#rightcol-wrapper #rightcol .tx-ttnews tr th {
  color: #66adb9;
  background: #f8f8f8;
  border-top: 2px solid #f5d79b;
  border-bottom: 2px solid #f5d79b;
  font-size: 109%;
}

#rightcol-wrapper .tx-ttnews tr td {
  color: #313131;
  background: #f8f8f8;
  padding: 2px 2px;
  font-size: 109%;
}

#rightcol-wrapper .tx-ttnews tr td .linked_today_nolink {
  background: #F5D79B;
}

#rightcol-wrapper .tx-ttnews tr td .linked_day {
  text-decoration: underline;
  color: #66ADB9;
  border: none;
  background: #fff;
}

#rightcol-wrapper .tx-ttnews tr td .linked_today {
  text-decoration: none;
  color: #fff;
  background: #66ADB9;
  border: none;
}

#rightcol-wrapper .tx-ttnews .linked_day.newscalendar-tip-selector {
    background-color: #66ADB9;
    border: none;
    color: #fff;
    text-decoration: none;
}

#rightcol-wrapper .tx-ttnews .linked_today.newscalendar-tip-selector {
    text-decoration: underline;
}

.bt-content {
  width:100% !important;
}

.bt-content .newscalendarTooltipHeader {
  color: #313131;
}

.bt-content .newscalendarTooltipItemContainer {}

.bt-content .newscalendarTooltipItemContainer .newsCalendar_calendarItem {}

.bt-content .newscalendarTooltipItemContainer .newsCalendar_calendarItem a {
  color: #CC6600;
  text-decoration: none;
  text-align: left;
  display: block;
    height: 17px;
    overflow: hidden;
}

.bt-content .newscalendarTooltipItemContainer .newsCalendar_calendarItem .newsCalendar_calendarItem_image,
.bt-content .newscalendarTooltipItemContainer .newsCalendar_calendarItem .newsCalendar_calendarItem_subheader {
  display: none;
  visibility: hidden;
}

.bt-wrapper.newscalendar-tip canvas {
  position: relative !important;
  left: -2px !important;
}

#centercol-wrapper .tx-ttnews .newsCalendar_listBody {
  padding:0;
}

#centercol-wrapper .tx-ttnews .newsCalendar_listBody .newsCalendar_listHeader {
  display: none;
  visibility: hidden;
}

#centercol-wrapper .tx-ttnews .newsCalendar_listBody .tx-ttnews-listrow {}

#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar_listItem {
  display: inline-block;
  padding: 12px 0 12px;
  width: 100%;
  border-bottom:1px solid #F7A600;
  font-family:PuritanBold,sans-serif;
}

#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar_listItem>a {
  color:#F7A600;
  text-transform:uppercase;
  font-size:125%;
  padding: 2px 0;
  display:block;
}

#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar-date-time {
  font-size:120%;
  color:#A1A1A1;
/*  float:left;*/
}
#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar_listItem_subheader {
  font-family:"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}


#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar_listItem_subheader.subheader-to-date {
  float:right;
  font-family:"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}

#centercol-wrapper .tx-ttnews .tx-ttnews-listrow .newsCalendar_listItem_image {
  display: none;
  visibility: hidden;
}


/* tt_news - newscalendar Styling */

#centercol .news-list-item.termine .clearfix h2.metatitle.date {
  float:left;
  margin: 0;
}

#centercol .news-list-item.termine .clearfix .subheader-to-date {
  float:right;
}

#centercol .news-list-item.termine .clearfix .subheader-to-date p {
  margin: 0 0 5px;
}

#centercol .news-list-item.termine h3 {
  padding: 0 0 10px;
  margin:0;
}




/*
 *  Styling FE User Listing
 */

/* List-View */

#page-wrapper .tx-feuserlisting-pi1 {
  position:relative;
  padding-top: 30px;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow {}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow table {
  width: 100%;
  border-collapse: collapse;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow tr th {
  background: #d8f0f4;
  padding: 4px 12px;
  border-right: 1px solid #fff;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow tr th a {
  color: #F7A100;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow tr td {
  background: #fff;
  font-weight: normal;
  padding: 2px 12px;
  color: #666666;
  border-right: 1px solid #fff;
  text-align: left;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow tr td a {
  color: #04afb6;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow tr.tx-feuserlisting-pi1-listrow-odd td {
  background: #d8f0f4;
  padding: 4px 12px;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-listrow {}


#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox {
      display: inline-block;
      left: 0;
      margin: 0 0 10px;
      position: absolute;
      top: 0;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox table {
  border-collapse: collapse;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox tr {
  background: url("../img/feuser_search_bg.gif") no-repeat 0 0;
  width: 236px;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox tr td {
  padding: 0;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox tr td input.tx-feuserlisting-pi1-searchbox-sword {
  border: none;
  background: transparent;
  height: 18px;
    padding: 0 4px 2px;
    width: 203px;
    float: left;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-searchbox tr td input.tx-feuserlisting-pi1-searchbox-button {
  border: none;
  background: transparent;
  padding: 0 0 0 0;
  font-size: 0;
  text-indent: -100000px;
  overflow: hidden;
  background: url("../img/feuser_search_btn.gif") no-repeat left center;
  width: 25px;
  height: 20px;
  cursor: pointer;
  float: left;
  color: #00ADB9;
}


#page-wrapper .tx-feuserlisting-pi1-browsebox a {  
  color: #41C0C6;
  margin: 0 2px;
    padding: 0 3px;
}

#page-wrapper .tx-feuserlisting-pi1-browsebox a:hover,
#page-wrapper .tx-feuserlisting-pi1-browsebox a:focus {
  text-decoration: underline;
}

#page-wrapper .tx-feuserlisting-pi1-browsebox tr td {
  padding: 0;
  margin: 0;
}

#page-wrapper .tx-feuserlisting-pi1-browsebox .tx-feuserlisting-pi1-browsebox-SCell a {  
  color: #CC6600;
}


/* Single-View */

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView {
  margin: -30px 0 0;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView h3 {
  border-bottom: 1px solid #379CAB;
  color: #00ADB9;
  font-size: 14pt;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 10px;
  margin-top: 4px;
  text-transform: uppercase;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView table {
  width: 100%;
  border-collapse: collapse;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView tr th {
  background: #d8f0f4;
  text-align: left;
  padding: 5px 10px;
  width: 140px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  white-space: normal;
  font-weight: normal;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView tr td {
  background: #e8f6f7;
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
}

#page-wrapper .tx-feuserlisting-pi1 .tx-feuserlisting-pi1-singleView>p>a {
  margin: 10px 0 0;
  padding:0 0 0 18px;
  display: inline-block;
  background: url(../img/icon_backlink.png) no-repeat left center;
}



/*
 *  Styling SRFE_UserRegister
 */ 

#centercol-wrapper .tx-srfeuserregister-pi1 {}

#centercol-wrapper .tx-srfeuserregister-pi1 form#tx-srfeuserregister-pi1-fe_users_form {
  background:#e8f6f8;
}

#centercol-wrapper .tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-fe_users_form fieldset>legend {
  border-bottom: 1px solid #FFFFFF;
  display: block;
  font-weight: normal;
  padding: 5px 0 5px 10px;
  margin-top: 0px;
  width: 98%;
}

#centercol-wrapper .tx-srfeuserregister-pi1 fieldset {
  border:none;
  padding:0;
  margin:0;
}

#centercol-wrapper .tx-srfeuserregister-pi1 fieldset>strong,
#centercol-wrapper .tx-srfeuserregister-pi1 dl dt.register-block {
/*  display:none;
  visibility:hidden;*/
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl { 
  width:100%;
  margin:0;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl div {
  border-bottom:1px solid #fff;
  display: inline-block;
  background:url(../img/sr_user_reg_dt_bg.gif) repeat-y 0 0;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl div.submit-registration {
  background:#fff;
  width: 100%;
  position:relative;
  left:0;
  top:0;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl div.submit-registration dd {
  text-align:right !important;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl div dt {
  width:152px;
  text-align:left;
  padding: 5px 0 5px 10px;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl dd {
/*  width:auto;*/
  width: 383px;
  margin: 0;
  padding: 5px 0 5px 5px;
  line-height: 1.6;
}

#centercol-wrapper .tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
  float:left;
  margin: 0;
  width: 100%;
  background:#fff;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl dd input {
  width:300px;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl dd select {
  width:310px;
}
#centercol-wrapper .tx-srfeuserregister-pi1 dl dd textarea {
  width:305px;
}
#centercol-wrapper .tx-srfeuserregister-pi1 dl dd #tx-srfeuserregister-pi1-zip {
 width:70px;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl dd #tx-srfeuserregister-pi1-city {
 width:216px;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dd.tx-srfeuserregister-pi1-register-check-label label {
  padding: 0 1em 0 0;
}
#centercol-wrapper .tx-srfeuserregister-pi1 dl div dt.tx-srfeuserregister-pi1-register-check {
  padding: 5px 10px 5px 10px;
  width: 142px;
  text-align: right;
}

#centercol-wrapper .tx-srfeuserregister-pi1 dl dd input.tx-srfeuserregister-pi1-submit {
  background: url("../img/btn_dark.png") no-repeat 0 0;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  width:101px;
  padding:5px 8px;
/*  position:absolute;
  right:0;
  top:20px;*/
}



/*
 *  Login Form
 */
 
 
#centercol-wrapper .tx-felogin-pi1 {} 

#centercol-wrapper .tx-felogin-pi1 h3 {
  display:none;
  visibility:hidden;
} 

#centercol-wrapper .tx-felogin-pi1 form {
  margin-top:10px;
} 

#centercol-wrapper .tx-felogin-pi1 fieldset {
  padding:5px 10px 10px;
  margin:0 0 20px;
} 

#centercol-wrapper .tx-felogin-pi1 fieldset div label {} 

#centercol-wrapper .tx-felogin-pi1 fieldset div input {
  margin:0 0 0 3px;
  background: url("../img/bn-bg.jpg") repeat-x 0 0;
  border: 1px solid #999999;
  border-radius: 3px 3px 3px 3px;
  color: #0D9FAA;
  padding: 3px;
  cursor: pointer;
}

#centercol-wrapper .tx-felogin-pi1 fieldset div input#user,
#centercol-wrapper .tx-felogin-pi1 fieldset div input#pass {
  border:1px solid #B2E6EA;
  margin:0 0 5px 3px;
  background:#fff;
  cursor:text;
  border-radius:0;
} 


/*
 * Newsletter Styles
 */
#content-center .user-z35newsletter-pi1 h3 {
  font-size:120%;
}

.user-z35newsletter-pi1 .typo3-dblist {
  border-collapse: separate;
  border: 1px solid #00ADB9;
  border-bottom:none;
  margin-top: 10px;
}

.user-z35newsletter-pi1 .typo3-dblist tr th {
  font-weight:bold;
  padding: 5px 10px;
  background-color: #00ADB9;
  color:#ffffff;
  text-align: left;
}
.user-z35newsletter-pi1 .typo3-dblist .c-headLineTable {
  color:#ffffff;
}

.user-z35newsletter-pi1 .typo3-dblist tr td {
  background-color: #D8F0F3;
  border-bottom: 1px solid #00ADB9;
  padding: 5px 3px 5px 10px;
  text-align: left;
  vertical-align: bottom;
}
.user-z35newsletter-pi1 form p input {
  margin-bottom: 3px;
  margin-right: 4px;
} 
.ie7 .user-z35newsletter-pi1 form p input { 
  margin-bottom: 0px;
}
.user-z35newsletter-pi1 .red {
  color:#CC331E;
}
.user-z35newsletter-pi1 .bold-text {
  font-weight:bold;
}
.user-z35newsletter-pi1 .typo3-dblist tr td input {
  margin: 0;
  padding: 0;
}
.user-z35newsletter-pi1 .typo3-dblist tr td input.button {
  padding: 5px 20px;
}



/*
 * VE Guestbook Styles
 */

#centercol-wrapper .tx-veguestbook-pi1 {
  margin: 15px 0 0;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-form {
  background: #E8F6F8;
}

#centercol-wrapper .tx-veguestbook-pi1 fieldset {
  padding:0;
}

#centercol-wrapper .tx-veguestbook-pi1 h2.tx-guestbook-header {
  background: #E8F6F8;
  color: #333;
  width: auto;
}

#centercol-wrapper .tx-veguestbook-pi1 legend {
  display:none;
/*  padding: 10px 0 15px 10px;*/
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field {
  border-bottom: 1px solid #FFFFFF;
  padding: 0;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field label {
  padding: 5px 10px;
  border-right: 1px solid #FFFFFF;
  margin: 0;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field input {
  margin: 4px 10px;
  width: 220px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field.first {
  border-top: 1px solid #FFFFFF;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field.comment label {
  border-right: none;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment {
  float: left;
  border-left: 1px solid #FFFFFF;
  padding: 5px 10px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-separator {
  border-bottom: 1px solid #F9C04C;
  margin: 10px 0;
  width: 100%;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment textarea {
  float: none;
  width: 350px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-field.button input {
  background: url("../img/btn_dark.png") no-repeat 0 0;
  color: #fff;
  border: none;
  width: 100px;
  padding: 4px 9px 6px;
  margin: 10px 0 10px 151px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment-wrapper {
  border: 1px solid #B2E6EA;
  margin: 0 0 20px;
  padding: 0 0 0px;
}


#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment-top {
  border-bottom: 1px solid #B2E6EA;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment-top .tx-guestbook-header {
  color: #00ADB9;
  width: auto;
  background: none;
  padding: 0;
  float: left;
  margin: 0;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment-top .tx-guestbook-date {
  float: right;
  margin: 0 0 0 5px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left {
  margin: 10px 0 0;
  background: #E8F6F8;
  width: 165px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p {
  margin: 0;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-right {
  padding: 6px 10px 0;
  width: 340px;
}


/* NEW */
#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left {
  background: none repeat scroll 0 0 #E8F6F8;
  height: auto;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0 0px 0px;
  width: auto;
  float:none;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-comment-top .tx-guestbook-header {
  padding:0 0 0 10px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p.tx-guestbook-list-mail {
  float:left;
  margin: 0 20px 0 10px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p.tx-guestbook-list-mail a {
  background: url(../img/mailicon.png) no-repeat left center;
  padding: 0 0 0 20px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p.tx-guestbook-list-www {
  float:left;
  margin: 0 20px 0 10px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-left p.tx-guestbook-list-www a {
  background: url(../img/link.png) no-repeat left center;
  padding: 0 0 0 20px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-right {
  float:none;
  width:auto;
}
/* New End*/


#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-pagination {
  font-size: 100%;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-pagination a {
  padding: 0 2px;
  margin: 0 1px;
  font-weight: normal;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-pagination strong {
  padding: 0 2px;
  margin: 0 2px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-guestbook-result {
  font-weight:normal;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-veguestbook-pi1-form {
  display:none;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-veguestbook-pi1-form-link {
  margin: 15px 0 15px 399px;
}

#centercol-wrapper .tx-veguestbook-pi1 .tx-veguestbook-pi1-form-link a {
  background: url("../img/btn_dark_long.png") no-repeat left center;
  color: #FFFFFF;
  padding: 4px 15px;
}

#rightcol-wrapper .tx-veguestbook-pi1 {}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest {
  padding-left:0;
  padding-right:0;
}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest .teaser-invisible {
  display:none;
  visibility:hidden;
}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-date {
  margin: 0 0 5px;
  font-weight: normal;
  font-size: 80%;
}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-name {
  margin: 0 0 0px;
  font-size: 75%;
  font-weight: bold;
}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-text {
  font-size: 80%;
  margin: 0 0 3px;
}

#rightcol-wrapper .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-newslink {
  border-bottom: 1px solid #C2A76D;
  padding: 0 0 8px;
  margin: 0 0 8px;
}

#rightcol-wrapper #rightcolcontent .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-newslink a {
  color: #333;
  background: url("../img/icon_link.png") no-repeat 0 0;
  padding: 0 0 0 18px;
  font-size: 92%;
}

#rightcol-wrapper #rightcolcontent .tx-veguestbook-pi1 .tx-guestbook-latest p.tx-guestbook-latest-more {
  display:none;
  visibility: hidden;
} 

#rightcol-wrapper #rightcolcontent .tx-veguestbook-pi1 .tx-guestbook-right {
    background: transparent;
    float: none;
    padding: 0;
    width: 100%;
}
/*
#leftcol-banner-wrapper {
  border-top:1px solid #029BAD;
  margin-top: 15px;
  padding-top: 15px;
  height:158px;
}
*/
#feEditAdvanced-menuBar .feEditAdvanced-firstRow .editAction,
#feEditAdvanced-menuBar .feEditAdvanced-firstRow .newRecordAction,
#feEditAdvanced-menuBar .feEditAdvanced-secondRow,
#container .feEditAdvanced-allWrapper form .feEditAdvanced-editPanelDiv {
  display:none !important;
  visibility:hidden !important;
}
/*#container .feEditAdvanced-allWrapperHover .feEditAdvanced-contentWrapper form .feEditAdvanced-editPanelDiv,*/
#container .feEditAdvanced-allWrapper .feEditAdvanced-allWrapperHover form .feEditAdvanced-editPanelDiv {
  display:block !important;
  visibility:visible !important;
}

#container #rightcolcontent .feEditAdvanced-allWrapper form .feEditAdvanced-editPanelDiv {
  display:none !important;
  visibility:hidden !important;
}

/* Bundeslandkarte */
.tooltip {
    background: none repeat scroll 0 0 #53BDCA;
    font-size: 90%;
    width: 250px;
}
.tooltip-header {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #33AEBD #33AEBD -moz-use-text-color;
    border: 1px solid #33AEBD;
    /*
    border-style: solid solid none;
    border-width: 1px 1px medium;
    */
    border-style: solid solid none;
    border-width: 1px 1px medium;
    color: #FFFFFF;
    font-weight: bold;
    padding: 2px 5px;
}
.tooltip-body {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #33AEBD #33AEBD;
    border: 1px solid #33AEBD;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding: 2px 5px;
}

