html,body {
  height:100%;
}
body {
  PADDING: 0px;
  FONT-SIZE: 12px;  
  BACKGROUND: url(../images/body_bg.jpg) repeat-x;
  MARGIN: 0px;  
  COLOR: #333;
  font-family: Arial, Helvetica, sans-serif;
  TEXT-ALIGN: center;
}
img {
  border: none;
}
.clear {
  clear:both;
  height:0;
  padding:0;
  border:0;
  margin:0;
  font-size:0;
  line-height:0;
}
.trennlinie {
  BACKGROUND-IMAGE: url(../images/line.gif);  
  MARGIN: 5px 0px;
  WIDTH: auto;  
  BACKGROUND-REPEAT: repeat-x;
  HEIGHT: 2px;
  LINE-HEIGHT: 0px;
  overflow:hidden;
}
.gray {
  BACKGROUND-IMAGE: url(../images/line_gray.gif);  
}
.no_border {  BORDER: none;}
#page {
  position:relative;
  min-height:100%;
  /*width:960px;*/
  width:100%;
  MARGIN: 0px auto 0px;  
  BACKGROUND: url(../images/bg.jpg) no-repeat;
  TEXT-ALIGN: left;
}
#wrap {
  width:960px;
  MARGIN: 0px auto 0px;
  TEXT-ALIGN: center;
  padding-top:15px;
}
#header, #content {
  TEXT-ALIGN: left;
}
#header {
  width:865px;
  MARGIN: 0px auto 0px;
}
#header-impressum {
  float:left;
}
#content {
  width:865px;
  padding:0 0 150px 0;
  /*height:900px;*/
  MARGIN: 0px auto 0px;
}
/*
#footer {
  position:absolute;
  bottom:0px;
  width:960px;
  height:100px;
  BACKGROUND: url(../images/footer.jpg) no-repeat;
}
*/
#footer {
  position:absolute;
  bottom:0px;
  width:100%;
  height:100px;
  /*BACKGROUND: url(../images/footer.jpg) repeat-x;*/
  BACKGROUND: url(../images/stadt.gif) repeat-x;
}

#header-sidebar {
  padding:0 0 5px 0;
}
#font-sizer, #meta {
  float:right;
  height:15px;
  font-size:10px;
  color:#999999;
  position:relative;
  z-index:10;
}
#font-sizer a, #meta a{
  color:#999999;
  text-decoration:none;
}
#meta ul {
  list-style:none;
  margin:0;
  padding:0 120px 0 0;
}
#meta ul li {
  display:inline;
  padding:0 10px 0 0;
}

#header-grafik {
  width:865px;
  height:52px;
  position:relative;
  margin-bottom:3px;
}
#header-logo, #header-image {
  /*float:left;*/
}
#header-image {
  DISPLAY: block;  
  VISIBILITY: visible;  
  MARGIN-LEFT: 0px;  
  OVERFLOW: visible;  
  WIDTH: 672px;
  BORDER: none;  
  POSITION: absolute;
  bottom:0px;
  left:195px;
  z-index:0;
}
.service-box {
  POSITION: absolute;
  top:37px;
  left:15px;
}
.zielgruppen {
  border: 1px #cccccc solid;
  font-family: MS Shell Dlg, Helvetica, Arial, sans-serif;
  font-size:9px;
  font-weight:bold;
}
.zielgruppen option {
  padding:3px 4px 1px 4px;
}
#navigation-bar {
  height: 27px;
  width: 865px;
}
/********************************
*  MainNavigation    *
********************************/
#main-navigation {
  display:block;
  float:left;
}
.page-item {
  height: 27px;
  float: left;
}
.page-item-begin, .page-item-begin-active, .page-item-begin-hover {
  background-image: url(../images/page_item_begin.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 27px;
  width: 6px;
}
.page-item-begin-active {
  background-image: url(../images/page_item_begin_active.jpg);
}
.page-item-begin-hover {
  background-image: url(../images/page_item_begin_hover.jpg);
}
.page-item-end, .page-item-end-active, .page-item-end-hover  {
  background-image: url(../images/page_item_end.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 27px;
  width: 8px;
}
.page-item-end-active {
  background-image: url(../images/page_item_end_active.jpg);
}
.page-item-end-hover {
  background-image: url(../images/page_item_end_hover.jpg);
}
.page-item-text, .page-item-text-active, .page-item-text-hover  {
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../images/page_item.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  height: 23px;
  float: left;
  padding-top:4px;
}
.page-item-text-active {
  background-image: url(../images/page_item_active.jpg);
}
.page-item-text-hover {
  background-image: url(../images/page_item_hover.jpg);
}
.page-item-text a, .page-item-text-active a, .page-item-text-hover a {
  color:#ffffff;
  text-decoration:none;
}

ul.menuHGM2 {
    list-style-type: none;
    margin:0;
    padding:0;
}

ul.menuHGM2 a {
    display: block;
    font-weight:normal;
}

ul.menuHGM2 li {
    padding:0;
    margin:0;
    float:left;
}

/* IE-Hack für die Breite */
/* 
*html ul.menuHGM2 ul {
    width:160px;
}
*/

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */
ul.menuHGM2 ul.hover, ul.menuHGM2 li.hover ul, ul.menuHGM2 li:hover ul  {
    display:block;
}

#strip-bar-begin {
  background-image: url(../images/strip_begin.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  float: left;
  height: 27px;
  width: 5px;
}
#strip-bar-end {
  background-image: url(../images/strip_end.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  float: right;
  height: 27px;
  width: 5px;
}
#strip-bar {
  background-image: url(../images/strip.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  margin: 0px;
  padding: 0px;
  height: 27px;
  /*width:auto;*/
  /*float: none;*/
}
#searchform {  DISPLAY: block;  MARGIN: 0px; float:right; padding-top:4px;}
#searchform p {
  margin:0;
  padding:0;
        float: left;
}
#searchform INPUT.search_txt {
  BORDER-RIGHT: none 0px;  
  BORDER-TOP: #666666 1px solid;
  BORDER-LEFT: #666666 1px solid;  
  WIDTH: 110px;  
  BORDER-BOTTOM:none 0px;  
  HEIGHT: 16px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding-left:5px;
  float: left;
}
#searchform INPUT.search_btn {
  position:relative;
  padding-left: 3px;
  HEIGHT: 18px;
}

#footer-navigation {
  text-align: left;
  MARGIN: 0px auto;  
  WIDTH: 865px;
}
#footer-navigation ul {
  WIDTH: 670px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#footer-navigation li {
  font-size: 11px;
  display: inline;
  margin: 0px;
  padding:0 10px 0 0;
}
#footer-navigation a {
  color: #999999;
  text-decoration: none;
}
p.foot-nav {
  WIDTH: 670px;
  overflow:hidden;
}
a.top {
  padding-left:16px;
  background:url(../images/top.gif) no-repeat left center;
}
a.print {
  padding-left:19px;
  background:url(../images/print.gif) no-repeat left center;
}
a.tip {
  padding-left:19px;
  background:url(../images/tip.gif) no-repeat left center;
}
a.inter {
  padding-left:13px;
  background:url(../images/inter.gif) no-repeat left center;
}

#rootline {
  text-align:left;
  MARGIN: 0px auto;  
  WIDTH: 865px;
  display:block;
  height:25px;
}
#rootline ul {
  margin: 0px;
  padding: 5px 0px 0 0;
  list-style-type: none;
}
#rootline li {
  font-size: 9px;
  display: inline;
  margin: 0px;
  padding:0 3px 0 0;
  font-weight:bold;
  color: #999999;
}
#rootline a {
  font-size: 9px;
  color: #999999;
  text-decoration: none;
}

#footer_wrap {
  width:865px;
  MARGIN: 0px auto 0px;
  TEXT-ALIGN: center;
  padding:0px;
}
#footer div.links, #footer div.rechts {
  margin-top:70px;
  font-size: 11px;
  color:#333333;
}
#footer div.links {
  float:left;
  /*padding-left:94px;*/
  font-weight:bold;
  width: 670px;
  text-align: left;
}
#footer div.links a, #footer div.rechts a {
  color:#333333; /*#cc0000;*/
  text-decoration:none;
}
#footer div.rechts {
  float:right;
  /*padding-right:30px;*/
}
#footer div.rechts a {
  color:#333333;
}


#maincontent, #maincontent_hell, #maincontent_hell_ohne_teaser, #maincontent_hell_breit, #maincontent_hell_extrabreit {
  width:445px;
  min-height:1px;
  float:left;
  padding:0;
  /*margin:0 5px 0 0;*/
}

#maincontent_hell, #maincontent_hell_ohne_teaser, #maincontent_hell_breit, #maincontent_hell_extrabreit {
  border:1px #ebebeb solid;
  padding:10px 9px;
  width:425px;
  overflow:hidden;
}

#maincontent_hell_ohne_teaser {
  width:515px;
}

#maincontent_hell_breit {
  width:620px;
}

#maincontent_hell_extrabreit {
  width:845px;
}

#teaser {
  width:190px;
  float:left;
  padding:0;
  margin:0 0 0 5px;
}
#helpcontent {
  width:220px;
  float:left;
  padding:0;
  margin:0 0 0 5px;
}
#emptycontent {
  width:670px;
  min-height:1px;
  float:left;
  padding:0;

}
#sidebar {
  width:216px;
  float:left;
  padding:1px 1px 0 1px;
  /*margin:0 5px 0 0;*/
  margin:0 4px 0 0; /* adjusted by <baller@cosmocode.de>, 29.03.10, while there were problems with slipping content when using browser-zooming */
  border:1px #ebebeb solid;
}
#sidebar ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#sidebar li {
  background:#ebebeb url(../images/page_navi.jpg) no-repeat left top;
  display: block;
  margin: 0px 0 1px 0;
  padding:0;
}
#sidebar a {
  font-size: 12px;
  display:block;
  width:205px;
  color: #333333;
  text-decoration: none;
  padding:4px 2px 4px 8px;
  margin:0;
}
#sidebar a:hover {
  text-decoration: underline;
}
#sidebar a.cur {

  color:#cc0000;
  font-weight:bold;
}
#sidebar a.cur:hover {
  text-decoration: none;
}
ul#unternavi {
  margin: -1px 0 1px 0;
  overflow:hidden;
  /*padding-top:2px;*/
  /*background-color:#ebebeb;*/
}
#unternavi li {
  background-image:none;
  margin:0;
}
#unternavi a {
  font-size: 11px;
  padding:2px 2px 4px 20px;
  width:185px;
}
#unternavi a.cur {
  /*background:url(../images/pfeil_button_red.jpg) no-repeat 8px 3px;*/
  color:#cc0000;
  font-weight:bold;
}

/****************************
*  Maincontent    *
*********************/
.inhalt_content_445 {
  margin-bottom:5px;
}
.maincontent-top, .maincontent-bottom, .maincontent-midle {
  display:block;
  width:445px;
  height:10px;
  overflow:hidden;
}
.maincontent-top {
  background:url(../images/maincontent_top.jpg) no-repeat left top;
}
.maincontent-bottom {
  background:url(../images/maincontent_bottom.jpg) no-repeat left top;
}
.maincontent-midle {
  background:url(../images/maincontent_midle.jpg) repeat-y left top;
  height:auto;
  width:425px;
  padding:0 10px;
}
p.page-untertitle, p.element-title {
  margin:0;
  padding:0;
  font-size:9px;
  font-weight:bold;
  color:#666666;
}
.maincontent-midle #footer-navigation, #maincontent_hell #footer-navigation,  #maincontent_hell_ohne_teaser #footer-navigation  {
  width:auto;
}

/********************************
*  FCE-Formatierung  *
********************************/
.ic220-top, .ic220-bottom, .ic220-midle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:220px;
  overflow:hidden;
  background:url(../images/container220_top_leer.jpg) no-repeat left top;
}
.inhalt-content-220-eck, .inhalt-content-220{
  width:220px;
  background:url(../images/container220.jpg) repeat-y left top;
  margin-bottom:5px;
}
.ic220-bottom{
  height:5px;
  background:url(../images/container220_bottom.jpg) no-repeat left top;
}
.inhalt-content-220-eck .ic220-top {
  background:url(../images/container220_top.jpg) no-repeat left top;
}
.ic220-midle {
  height:auto;
  width:200px;
  padding:0 10px;
  background:none;
}

/*  FCE 332px  */
.ic332-top, .ic332-bottom, .ic332-midle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:332px;
  overflow:hidden;
  background:url(../images/container332_top.jpg) no-repeat left top;
}
.ic332-bottom{
  height:8px;
  background:url(../images/container332_bottom.jpg) no-repeat left top;
}
.ic332-midle {
  height:auto;
  width:312px;
  padding:0 10px;
  background:none;
}
.inhalt-content-332{
  width:332px;
  background:url(../images/container332.jpg) repeat-y left top;
  margin-bottom:5px;
  overflow:hidden;
}

/*  FCE 164px hell   */
.ic164-top, .ic164-bottom, .ic164-middle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:164px;
  overflow:hidden;
  background:url(../images/container164.jpg) no-repeat left top;
}
.ic164-bottom {
  height:8px;
  background:url(../images/container164.jpg) no-repeat left bottom;
}
.ic164-inhalt{
  height:auto;
  width:144px;
  padding:0 10px;
  background:none;
}
.ic164-middle{
  height:auto;
  width:164px;
  background:url(../images/container164.jpg) no-repeat left -10px;
  /*margin-bottom:10px;*/
  overflow:hidden;
}

/*  FCE 190px hell   */
.ic190-top, .ic190-bottom, .ic190-middle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:190px;
  overflow:hidden;
  background:url(../images/container190.jpg) no-repeat left top;
}
.ic190-bottom {
  height:8px;
  background:url(../images/container190.jpg) no-repeat left bottom;
}
.ic190-inhalt{
  height:auto;
  width:170px;
  padding:0 10px;
  background:none;
}
.ic190-middle{
  height:auto;
  width:190px;
  background:url(../images/container190.jpg) no-repeat left -10px;
  /*margin-bottom:10px;*/
  overflow:hidden;
}

/*  FCE 670px red  */
.ic-red670-top, .ic-red670-bottom, .ic-red670-midle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:670px;
  overflow:hidden;
  background:url(../images/container_red_670_top.jpg) no-repeat left top;
}
.ic-red670-bottom{
  height:8px;
  background:url(../images/container_red_670_bottom.jpg) no-repeat left top;
}
.ic-red670-midle {
  height:auto;
  width:650px;
  padding:0 10px;
  background:none;
}
.inhalt-content-red-670{
  width:670px;
  background:url(../images/container_red_670.jpg) repeat-y left top;
  margin-bottom:5px;
  overflow:hidden;
  color:white;
}
/*  FCE 425px red  */
.ic-red425-top, .ic-red425-bottom, .ic-red425-midle {
  display:block;
  margin:0;
  padding:0;
  height:10px;
  width:425px;
  overflow:hidden;
  background:url(../images/container_red_425.jpg) no-repeat left top;
}
.ic-red425-bottom{
  height:8px;
  background:url(../images/container_red_425.jpg) no-repeat left bottom;
}
.ic-red425-midle {
  height:auto;
  width:405px;
  padding:0 10px;
  background:none;
}
.inhalt-content-red-425{
  width:425px;
  background:url(../images/container_red_425.jpg) repeat-y left top;
  margin-bottom:10px;
  overflow:hidden;
  color:white;
}
/*  Ratgeber-Teaser    */
.ratgeber-teaser {
  padding:3px 0;
}
.ratgeber-teaser img {
  display:block;
  border:none;
  padding: 0 4px 0px 0;
  float:left;
}
p.ratgeber-text {
  margin:0;
}
.ratgeber-teaser h3 {
  margin-bottom:2px;
}

a.ratgeber-title {
  display:inline; /* in styles_ie.css inline-block gesetzt */
  padding:0 16px 0 0px;
  background:url(../images/pfeil_button_red.jpg) no-repeat right 2px;
}




/*  Teaser    */
.teaser-partner, .teaser-top, .teaser-bottom, .teaser-middle {
  display:block;
  overflow:hidden;
  width:190px;
}
.teaser-partner {
  margin-bottom:5px;
}
.teaser-top {
  height:8px;
  background:url(../images/teaser_top.jpg) no-repeat top left;
}
.teaser-bottom {
  height:5px;
  background:url(../images/teaser_bottom.jpg) no-repeat top left;
}
.teaser-middle {
  background:url(../images/teaser.jpg) no-repeat top left;
  padding:0 7px 3px 7px;
  width:176px;
}
h1.teaser-title {
  font-weight:normal;
  font-size:1.5em;
  margin:0;
}
.teaser-partner p {
  /*font-size:0.83em;*/
  font-size:0.916em;
  margin:0;
}
.teaser-partner .trennlinie {
  margin:1px 0;
}

/*  Teaser TOP5  */
.teaser-title {
  color:#cc0000;
}
.kopf {
  color:#999999;
}
.links {
  float:left;
}
.rechts {
  float:right;
}

/*  FilmSelector  */
.filmselect {
  border: 1px #cccccc solid;
  font-family: MS Shell Dlg, Helvetica, Arial, sans-serif;
  font-size:11px;
  /*font-weight:bold;*/
  width:174px;
  height:18px;
  margin:5px 0;
}
p.film-text  {
  margin:5px 0 0 0;
}
a.play  {
  margin:5px 0 0 5px;
}

/*  RatgeberSelector  */
.ratgeber-menu .teaser-top {
  background-image:url(../images/teaser_top_red.jpg);
}
.ratgeber-menu .teaser-bottom {
  background-image:url(../images/teaser_bottom_red.jpg);
  height:8px;
}
.ratgeber-menu .teaser-middle {
  background-image:url(../images/teaser_red.jpg);
  background-repeat:repeat-y;
}
.ratgeber-menu .teaser-title a{
  color:white;
}
.ratgeber-menu .teaser-title a:hover {text-decoration:none;}
.ratgeber-menu .menu-image {
  float:left;
  padding:0 5px 5px 0;
}
.ratgeber-menu .filmselect {
  margin:0;
}

/*  FCE - 2 Spaltiges  */
.column-left, .column-right {
  width:49.57%;
  display:block;
  float:left;
}
.column-right {
  float:right;
}
/********************************
*  News-Module    *
********************************/
/*  LATEST-Ansicht    */
.news-alternative-item img, .news-weblog-item img {
  /*width:48px;*/
  float:left;
  margin:0 8px 5px 0;
}
.alternative_news_title a, .news-latest-item h1 a, .weblog_news_title a, .news-list-item h2 a  {
  color:#333333;
  text-decoration:none;
}
.weblog_news_title, .alternative_news_title {
  margin-bottom:2px;
}
.alternative_news_subheader p, .news-latest-item p.bodytext, .weblog_news_subheader p, .news-list-item p.bodytext{
  display:inline;
}

div.news-alternative-item div.weblog_news_subheader {
  padding-left:110px;
}

div.news-weblog-item div.weblog_news_subheader {
  padding-left:108px;
}

.news-teaser-morelink a, .news-latest-gotoarchive a, .news-latest-morelink a {
  padding:0 16px 0 0px;
  background:url(../images/pfeil_button_red.jpg) no-repeat right 2px;
  font-weight:bold;
}
.news-latest-gotoarchive {
  text-align:right;
}
.news-latest-category {
  padding-right:5px;
  float:left;
  font-size:1.33em;
}
.news-latest-date {
  padding:3px 0 0 5px;
  float:right;
}
.news-latest-date a, .news-list-date a {
  color:#333333;
}
.news-latest-item img, .news-list-item img {
  float:left;
  MARGIN: 0px 8px 5px 0px;
}
.news-weblog-item {
  /*color:#666666;*/
}

.weblog_news_top {
  font-size:0.83em;
  color:#333333;
}
.weblog_news_top p {
  display:inline;
}
.weblog_news_top a {
  color:#333333;
}
.author {
  padding-left:11px;
  padding-right:3px;
  background:url(../images/box.gif) no-repeat left center;
}
.news-list-container {
  margin-bottom: 60px;
}
.news-list-item-image {
  float:left;
  min-height:1px;
  width:68px;  
}
.news-list-item-text {
  float:left;
  width:357px;
}
.news-list-browse p {
  margin:0;
  color:#999999;
  float:left;
}
.news-list-browse table {
  float:right;
}
.news-list-browse table a {
  color:#999999;
}
.news-list-browse table .tx-ttnews-browsebox-SCell a {
  color:#cc0000;
}
/*  SINGLE    */
.news-single-item {
  margin-bottom:40px;

}
.news-single-img {
  float:left;
  padding-right:10px;
  padding-bottom:5px;
}
.news-single-img img {
  border:#999999 1px solid;
  margin-bottom:2px;
}
p.news-single-imgcaption {
  margin:0;
  color:#999999;
  font-size:0.9em;
}
.news-single-backlink a{
  display:block;
  padding-left:20px;
  font-weight:bold;
  BACKGROUND:url(../images/button_back.jpg) no-repeat left 2px;  
}
/************************
*  Tip-a-Friend  *
************************/
FORM {  
  DISPLAY: block;  
  MARGIN: 0px;  
  OVERFLOW: hidden;
  PADDING: 0px;
}
FIELDSET {  
  PADDING: 0px;  
  BORDER-STYLE: none;
  FONT-FAMILY: Arial, Helvetica, sans-serif;
  margin-bottom:30px;
}
FIELDSET P {  MARGIN: 0px 0px 5px}
FIELDSET P LABEL {  
  DISPLAY: block;  
  FLOAT: left;  
  WIDTH: 150px;  
  PADDING-TOP: 2px;
  padding-right:5px;
}
.input_txt {  
  BORDER-RIGHT: #c3c3c3 1px solid;  
  PADDING:2px 0px 0 2px;  
  BORDER-TOP: #7c7c7c 1px solid;  
  FONT-SIZE: 1em;  
  BORDER-LEFT: #c3c3c3 1px solid;  
  WIDTH: 200px;  
  BORDER-BOTTOM: #dddddd 1px solid;  
  HEIGHT: 17px;
}
.input_textarea {  
  BORDER-RIGHT: #c3c3c3 1px solid;  
  PADDING:2px 0px 0 2px;  
  BORDER-TOP: #7c7c7c 1px solid;  
  BORDER-LEFT: #c3c3c3 1px solid;  
  WIDTH: 200px;  
  BORDER-BOTTOM: #dddddd 1px solid;
  FONT-FAMILY: Arial,Helvetica,sans-serif;
  FONT-SIZE: 1em;
}
input.reset_btn {
  display:block;
  float:left;
  BACKGROUND:url(../images/button_reset.jpg) no-repeat left top;
  width:76px;
  height:22px;
  border:none;
  cursor:pointer;
}
input.submit_btn {
  display:block;
  float:left;
  padding-left:220px;
  width:63px;
  height:21px;
}
FIELDSET P IMG {  
  BORDER-RIGHT: #c3c3c3 1px solid;  
  BORDER-TOP: #7c7c7c 1px solid;  
  BORDER-LEFT: #c3c3c3 1px solid;  
  BORDER-BOTTOM: #dddddd 1px solid;
}
FIELDSET P .friend  {  
  MARGIN-TOP: 7px;  
  MARGIN-LEFT: 204px;
}
P.error { FONT-WEIGHT: bold; COLOR: #cc0000;} 
p.comment, a.tiplink {
  color:#999999;
}
div.backlink a {
  display:block;
  padding-left:22px;
  font-weight:bold;
  BACKGROUND:url(../images/button_back.jpg) no-repeat left 2px;  
}

/**************************
*      IndexedSearch      *
**************************/
.tx-indexedsearch {
  margin-bottom:60px;
}
div.tx-indexedsearch-form label {
  font-weight:bold;
  font-size:1.3em;
  margin-bottom:0px;
  /*margin:0;*/
}
div.tx-indexedsearch-form input#submit_button {
  position:relative;
  top:5px;
}
#tx-indexedsearch-searchbox-sword{
  margin-top:0;
  /*position:relative;*/
  top:0px;
  border:1px #999999 solid;
  /*height:18px;*/
  padding-left:2px;
  width:150px;
}

div.tx-indexedsearch-browsebox p {
  color:#333333;
  font-size:0.9em;
  /*float:left;*/
}
div.tx-indexedsearch-browsebox ul.browsebox {
  text-align:right;
  display:block;
  /*float:right;*/
}
ul.browsebox li a {
  background:none;
  padding-right:0;
  color:#999999;
}
ul.browsebox li.tx-indexedsearch-browselist-currentPage a {
  color:#cc0000;
}
p.left_header {
  float:left;
  font-weight:bold;
  
}
p.left_header a {
  padding-left:17px;
  background:url(../images/suchergebnis.jpg) no-repeat left center;
  color:#333333;
}

p.right_header {
  float:right;
  font-size:0.9em;
  /*font-weight:bold;*/
}
div.search_result_entry {
  margin-bottom:4px;
}
div.search_result_entry p {
  margin:2px 0;
}
strong.tx-indexedsearch-redMarkup {
  color:#cc0000;
}
ul.result_footer
{
   margin:3px 3px 0 0;
   padding:0;
   list-style:none;
}

ul.result_footer li {
   font-size:0.85em;
   display:inline;
   background-image:url(../images/split.gif);
   background-repeat:no-repeat;
   background-position:0 3px;
   padding:0 0 0 8px;
   color:#999999;
}

ul.result_footer li.first
{
  background-image:none;
  padding:0;
}

/********************************
*  FontResizer    *
********************************/
span.cReduceTextSize, span.cNormalTextSize, span.cEnlargeTextSize {
  /*font-weight:bold;*/
  font-size:10px;
}
span.cNormalTextSize {
  font-size:11px;
}
span.cEnlargeTextSize {
  font-size:12px;
}

/********************************
*  Typo3-Formatierung  *
********************************/
#header-image DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image img {  MARGIN-BOTTOM: 0px;}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image img {  MARGIN-BOTTOM: 5px;}
DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {  MARGIN-BOTTOM: 0px;}
p.bodytext, p.align-center, p.align-right, p.align-left {
  font-size:1em;
  margin:0;
  padding:0 0 5px 0;
}
p.align-center {
  text-align:center;
}
p.align-right {
  text-align:right;
}
h1,h2,h3,h4,h5,h6 {
  margin:0 0 5px 0;
  font-size:1.33em;
}
h2 {
  font-size:1.16em;
}
h4 {
  font-size:9px;
  color:#666666;
}
h3,h5,h6 {
  font-size:1em;
}

.thin {
  font-weight:100;
}
a {
  color:#cc0000;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
b {
  font-weight:bold;
}

a.button_weiter {
  display:block;
  width:63px;
  height:21px;
  background:url(../images/button_weiter.jpg) no-repeat left top;
}
a.button_mehr_link {
  display:inline-block;
  BACKGROUND: url(../images/pfeil_button_red.jpg) no-repeat right 2px;
  PADDING-RIGHT: 16px;  
  PADDING-LEFT: 0px;    
  PADDING-BOTTOM: 0px;  
  PADDING-TOP: 0px;
  font-weight:bold;
}
a.download {
  display:inline-block;
  BACKGROUND: url(../images/pfeil_button_red.jpg) no-repeat right 2px;
  PADDING-RIGHT: 16px;  
  PADDING-LEFT: 0px;    
  PADDING-BOTTOM: 0px;  
  PADDING-TOP: 0px;
  font-weight:bold;
}
a.external-link-new-window {
  font-weight:bold;
}

p.bodytext a {
  font-weight:bold;
} 

/****************************************
*  DropDown-Page-Navigation  *
****************************************/
#main-navigation ul ul {
  position: absolute;
  left: -999em;
  height: auto;
  /*width: 14em;*/
  width:auto;
  margin: 0;
  font-size:12px;
}

#main-navigation li ul a {
  /*width: 11em;*/
  padding-left: 1em;
  width:auto;
  font-weight: bold;
  border-top:1px #dddddd solid;
  border-right:1px #858585 solid;
}
#main-navigation li:hover {
  padding-right:0px;
}
#main-navigation li:hover ul ul, #main-navigation li:hover ul ul ul, #main-navigation li.sfhover ul ul, #main-navigation li.sfhover ul ul ul {
  left: -999em;
}
 
#main-navigation li:hover ul, #main-navigation li.sfhover ul {
  left: auto;
}

#header_nav li:hover a:link, #header_nav li:hover a:visited, #header_nav li.sfhover a:link, #header_nav li.sfhover a:visited{
  background: url(../images/bg-navmain-active.gif) top left no-repeat;
}
#header_nav li.first:hover a:link, #header_nav li.first:hover a:visited {
  background:url(../images/header_nav_first_activ.jpg) no-repeat top left;
}
#main-navigation ul.menu_level2 {
  margin:0;
  padding:0;
  list-style:none;
  z-index:20;
}
#main-navigation ul.menu_level2 li {
  padding:0;
   height:auto;
  /*width: 14em;*/
  background:none;
  float:none;
  width:auto;
}
#main-navigation ul.menu_level2 li a:link, #main-navigation ul.menu_level2 li a:hover, #main-navigation ul.menu_level2 li a:visited {
  display:block;
  padding:4px 6px 5px 9px;
  margin:0;
  text-decoration:none;
  color:white;
  /*overflow:hidden;*/
  BACKGROUND: url(../images/menurollover.jpg) repeat-x left bottom;
}
#main-navigation ul.menu_level2 li a:hover, #main-navigation UL.menu_level2 LI A.cur:link, #main-navigation UL.menu_level2 LI A.cur:visited, #main-navigation UL.menu_level2 LI A.cur:hover {
  BACKGROUND: url(../images/menurollover_hover.jpg) repeat-x left bottom;  
}

/* sb_rf 170908 CSS für Newsletteranmeldeformular */

#mailanmeldung label {
display:block;
float:left;
padding-right:10px;
text-align:right;
width:9.8em;
}

#mailanmeldung div {margin-bottom:0.5em}

input.abschicken {
margin-left:128px;
}

p.formerror {color:#CC0000}

/* sb_rf ende */

/***  KJ-Lightbox  ***/
.inhalt div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image { width:100% ; }

/********************************
* FCE-Formatierung n4m          *
********************************/
.n4m_ic190-top, .n4m_ic190-bottom, .n4m_ic190-midle {
  display:block;
  margin:0px;
  padding:0px;
  width:190px;
  overflow:hidden;
}
.n4m_inhalt-content-190-eck {
  width:190px;
  margin-bottom:5px;
}
.n4m_inhalt-content-190-eck .n4m_ic190-top {
  background:url(../images/n4m_container190_top.jpg) no-repeat left top;
  height:10px;
}
.n4m_inhalt-content-190-eck .n4m_ic190-midle {
  background:url(../images/n4m_container190_middle.jpg) repeat-y left top;
}
.n4m_inhalt-content-190-eck .n4m_ic190-bottom{
  height:5px;
  background:url(../images/n4m_container190_bottom.jpg) no-repeat left top;
}
.n4m_inhalt-content-190-eck .n4m_ic190-inhalt {
  height:auto;
  width:170px;
  padding:0px 10px;
}
.fc-img-wrap {
     text-align:right;  
}
.fc-img-wrap img{
     width:202px;  
     margin-right:62px;
}
sub {
     FONT-SIZE: 70%;
     line-height: 0;
}

