body {
  margin: 0px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  font-weight: normal;
  color: #000;
  #background-image: url(../img/bg.png);
  #background-repeat: repeat;
  #background-position: left top;
  #background-color: #f1efe1;
  background-color: #e1e1e1;
}
/* Container----------------------------------------------------------------------------------------------------*/
.container1 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  margin-top: 50px;
  height: auto;
  background-color: #FFF;
  margin-bottom: 0px;
}
/* Global ----------------------------------------------------------------------------------------------------*/
#header, .menu, .druck, .suche, .hlogo, .breadcrumb, .maincontent, .maincontent_unterseite, .mclinks, .sidenavi, .subcontent, .leftsubcontent, .leftsubmenu, .rightsubmenu, .rightsubcontent, .footer, .gblinks, .gbrechts, .sidenavilogo {
  display:inline;
  float: left;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
/* Single ----------------------------------------------------------------------------------------------------*/

.druck {
  padding: 0px;
  float: right;
  height: 24px;
  width: 24px;
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 0px;
  margin-left: 0px;
  }

.suche {
  padding: 0px;
  width: auto;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  height: 51px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  z-index: 50000;
  visibility: visible;
  }

.menu {
  margin:0px;
  width:960px;
  height:51px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: url(../img/menu_bg.png);
  
}
.menu ul {
  list-style-type:none;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  height: 50px;
  float: left;
}
.menu ul:hover {
  height: 50px;
}
.menu ul li {
  float:left;
  z-index:500 !important /*Non-IE6*/;
  z-index:1000 /*IE6*/;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-right-color: #999;
  border-bottom-color: #999;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #FFF;
  height: 50px;
}
.menu ul li:hover {
  border-bottom-width: 0px;
  height: 50px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
}
.menu ul li a {
  float:none !important /*Non-IE6*/;
  float:left /*IE-6*/;
  display:block;
  line-height:48px;
  text-decoration:none;
  font-weight:normal;
  color:#00325b;
  padding-top: 0;
  padding-right: 16px;
  padding-bottom: 0;
  padding-left: 16px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
}
.menu ul li ul {
  display:none;
  border:none;
  margin: 0px;
  padding: 0px;
}
/* SUBMENU (Non-IE6 hovering) */
.menu ul li:hover {
  position:relative;
} /*Sylvain IE hack*/
.menu ul li:hover a {
  text-decoration:none;
  color: #00325b;
  height: 49px;
} /*Color main cells hovering mode*/
.menu ul li:hover ul {
  display:block;
  position:absolute;
  z-index:1000;
  top:47px;
  left:0;
  border-top-style: none;
  border-top-color: #CCCCCC;
  margin-left: -0.5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-top: 0px;
  padding-top: 5px;
}
.menu ul li:hover ul li {
  height: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #FFF;
  border-right-style: none;
  border-left-style: none;
  margin: 0px;
  padding: 0px;
  float: none;
}
.menu ul li:hover ul li a {
  display:block;
  height:auto;
  line-height:1.3em;
  font-weight:normal;
  color:#000000;
  font-size: 12px;
  border-left-width: 1px;
  border-bottom-style: solid;
  border-left-style: none;
  border-bottom-color: #666666;
  border-left-color: #CCCCCC;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #dadada;
  border-bottom-width: 1px;
  padding-right: 16px;
  padding-left: 16px;
  white-space: pre;
} /*Color subcells normal mode*/
.menu ul li:hover ul li a:hover {
  text-decoration:none;
  color: #ff7d21;  

} /*Color subcells hovering mode*/
/* SUBMENU (IE6 hovering) */


.menu table {
  position:absolute;
  z-index:1000;
  top:0px;
  left:-1px;
  border-collapse:collapse;
}
.menu ul li a:hover {
  position:relative /*Sylvain IE hack*/;
  z-index:1000 /*Sylvain IE hack*/;
  text-decoration:none;
  color: #ff7d21;
} /*Color main cells hovering mode*/
.menu ul li a:hover ul {
  display:block;
  position:absolute;
  z-index:1000;
  top:3em;
  left:0px;
  margin-top:0.1em;
  height: 50px;
}
.menu ul li a:hover ul li {
  height: auto;
  display: block;

}
.menu ul li a:hover ul li a {
  white-space:normal;
  display:inline;
  font-weight:normal;
  background-repeat: repeat-x;
  background-position: left;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-color: #666666;
  border-bottom-color: #666666;
  border-left-color: #666666;
  line-height: 1.3em;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 16px;
  padding-left: 16px;
} /*Color subcells normal mode*/
.menu ul li a:hover ul li a:hover {
  text-decoration:none;
  
  background-repeat: repeat-x;
  background-position: left;
} /*Color subcells hovering mode*/
.active {
  background-image: url(../img/menu_active.png);  
}

#header {
  margin:0px;
  width:960px;
  height:400px;
  border-top-style: solid;
  z-index: 25;
  background-position: left top;
  border-top-width: 1px;
  border-top-color: #FFF;
  background-image: url(../img/bg.png);
  background-repeat: repeat;
}
.hlogo {
  background-repeat: no-repeat;
  background-position: left top;
  height: 77px;
  /*width: 132px;*/
  width: 285px;
  margin-top: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  xmargin-left: -113px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  z-index: 60;
}
.breadcrumb {
  width:960px;
  height:50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #f4f4f4;
}
.breadcrumb ul {
  height: 50px;
  width: auto;
  margin-left: 50px;
  float: left;
}
.breadcrumb ul li {
  float: left;
  line-height: 50px;
  font-size: 11px;
}
.breadcrumb ul li a {
  font-size: 11px;
  line-height: 50px;
  color: #000;
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: #ff7d21;
}
.maincontent {
  margin:0px;
  width:960px;
  height:auto;
}
.maincontent .csc-textpic-text {
  margin-top:-4px;
  }


.maincontent .csc-default {
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-left: 50px;
}
.maincontent .csc-default ul {
}
.maincontent .csc-default ul li {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  list-style-position: inherit;
  list-style-image: url(../img/contentlistbg.png);
  margin-left: 20px;
}
.maincontent .csc-default h1 {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 22px;
  font-weight: normal;
  xcolor: #ff7d21;
  color: #003366;
  text-decoration: none;
  margin-bottom: 20px;
}
.maincontent .csc-default h2 {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  font-weight: bold;
  xcolor: #ff7d21;
  color: #003366;
  text-decoration: none;
  margin-bottom: 10px;
}
.maincontent .csc-default p {
  line-height: 20px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
}
.maincontent .csc-default a {
  color: #ff7d21;
  text-decoration: none;
}
.maincontent .csc-default a:hover {
  color: #ff7d21;
  text-decoration: underline;
}
.maincontent_unterseite {
  margin:0px;
  width:960px;
  height:auto;
  background-image: url(../img/unterseitecontentbg.png);
  background-repeat: repeat-y;
  background-position: left top;
}
.maincontent_unterseite .csc-default {
  margin-top: 30px;
  margin-right: 50px;
  margin-bottom: 30px;
  margin-left: 50px;
}
.maincontent_unterseite .csc-default ul {
}
.maincontent_unterseite .csc-default ul li {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
  list-style-position: inherit;
  list-style-image: url(../img/contentlistbg.png);
  margin-left: 20px;
}
.maincontent_unterseite .csc-default h1 {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 22px;
  font-weight: normal;
  xcolor: #ff7d21;
  color: #003366;
  text-decoration: none;
  margin-bottom: 20px;
}
.maincontent_unterseite .csc-default h2 {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  font-weight: bold;
  color: #ff7d21;
  text-decoration: none;
  margin-bottom: 10px;
}
.maincontent_unterseite .csc-default p {
  line-height: 20px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
}
.maincontent_unterseite .csc-default a {
  color: #ff7d21;
  text-decoration: none;
}
.maincontent_unterseite .csc-default a:hover {
  color: #ff7d21;
  text-decoration: underline;
}

.maincontent_unterseite .csc-textpic-text {
  margin-top:-4px;
  }

.mclinks {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 679px;
}
.sidenavi {
  float: right;
  width: 280px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin: 0px;
}
.sidenavi ul {
}
.sidenavi ul li {
  height: 39px;
  width: 280px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  margin: 0px;
  padding: 0px;
}
.sidenavi ul li a {
  font-family: Verdana, Geneva, sans-serif, Arial;
  color: #00325b;
  xcolor: #ffffff;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  height: 28px;
  width: 265px;
  display: block;
  padding-top: 11px;
  padding-left: 17px;
  line-height: 16px;
}
.sidenavi ul li a:hover {
  color: #ffffff;
  background-image: url(../img/sidenaviactive.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sidenavi ul ul {
}
.sidenavi ul ul li {
  height: 39px;
  width: 280px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
  margin: 0px;
  padding: 0px;
}
.sidenavi ul ul li a {
  font-family: Verdana, Geneva, sans-serif, Arial;
  color: #00325b;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  height: 39px;
  width: 240px;
  display: block;
  padding-top: 11px;
  padding-left: 40px;
  line-height: 16px;
  background-image: url(../img/subnavinormal.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sidenavi ul ul li a:hover {
......................................................................  font-weight: bold;
  background-image: url(../img/subnavihover.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.sidenavi ul li.submenuaktiv a {
  text-decoration: none;
  background-image: url(../img/sidenaviactive.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #FFF;
}

.sidenavi ul ul li.submenuaktiv a {
  text-decoration: none;
  background-image: url(../img/subnavihover.png);
  background-position: left top;
  background-repeat: no-repeat;
  font-weight: normal;
  color: #FFF;
}

.sidenavi h1 {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  height: 27px;
  width: 260px;
  background-image: url(../img/sidenaviheader.png);
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  margin: 0px;
  padding-top: 13px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 17px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #CCC;
}
.sidenavilogo {
  padding: 0px;
  margin-top: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 12px;
  line-height: 20px;
}
.subcontent {
  margin:0px;
  width:960px;
  /* xheight:320px; */
  xheight: 100px;
  padding-bottom: 30px;
  xbackground-color: #999999;
  background-image: url(../img/subcontent_bg.png);
  background-repeat: repeat-xy;
  background-position: left top;*/
}
.subcontent h1 {
  margin-left:40px;
  padding-bottom:10px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #9CF;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.leftsubcontent {
  float: left;
  xheight: 155px;
  height: 190px;
  xwidth: 429px;
  width: 264px;
  margin-top: 30px;
  margin-bottom: 0px;
  margin-left:50px;
  margin-right:0px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
}
.leftsubcontent a {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  padding-left: 5px;
}
.leftsubcontent a:hover {
}
.leftsubcontent ul li {
  padding-bottom:5px;
  padding-top:5px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  color: #ff7d21;
}
.leftsubmenu {
  width: 200px;
  padding: 0px;
  height: 140px;
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.leftsubmenu ul{
  list-style-position: inherit;
  list-style-image: url(../img/listicon_sub.png);
  margin-top: 10px;
}

.leftsubmenu ul li{
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.leftsubmenu ul li a{
  padding: 0px;
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 12px;
}

.leftsubmenu ul li a:hover{
  color: #ff7d21;
}
.leftsubmenu h1 {
  margin-right: 40px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  margin-left: -15px;
}

.rightsubmenu {
  width: 200px;
  padding: 0px;
  xheight: 260px;
  xheight: 100px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  float: left;
}

.rightsubmenu ul{
  list-style-position: inherit;
  list-style-image: url(../img/listicon_sub.png);
  margin-top: 10px;
}

.rightsubmenu ul li{
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}

.rightsubmenu ul li a{
  padding: 0px;
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  line-height: 14px;
}

.rightsubmenu ul li a:hover{
  color: #ff7d21;
}

.rightsubcontent {
  float: left;
  xheight: 260px;
  xheight: 150px;
  xwidth: 430px;
  width: 299px;
  margin-top: 30px;
  xmargin-bottom: 30px;
  margin-right:20px;
  margin-left:0;
  padding-right: 40px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #CCC;
}
.rightsubmenu h1 {
  margin-right: 40px;
  margin-left: -20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
}
.footer {
  margin:0px;
  width:960px;
  height: 80px;
  background-image: url(../img/footer_bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}
.globalnavi {
  height: 50px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0px;
  margin-bottom: 50px;
  padding: 0px;
}
.gblinks {
  width:480px;
  height: 50px;
  margin: 0px;
  padding: 0px;
}
.gblinks ul {
  margin-left: 30px;
}
.gblinks ul li {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  font-weight: normal;
  #color: #FFF;
  color: #000;
  text-decoration: none;
  float: left;
  margin-top: 25px;
  margin-right: 0px;
  margin-left: 0px;
}
.gblinks a {
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  font-weight: normal;
  #color: #FFF;
  color: #000;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
.gblinks a:hover {
  color: #ff7d21;
  #text-decoration: underline;
}
.gbrechts {
  width:480px;
  height: 50px;
  margin: 0px;
  padding: 0px;
}
.gbrechts p {
  margin-top:25px;
  float: right;
  margin-right: 30px;
  font-family: Verdana, Geneva, sans-serif, Arial;
  font-size: 11px;
  font-weight: normal;
  #color: #FFF;
  color: #000;
  text-decoration: none;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

.xtx-indexedsearch {
  width:250px;
  height:auto;
  margin-top: 0px;
  float: left;
  }

.tx-indexedsearch-search-submit {
  margin: 0px;
  padding: 0px;

}

.xtx-indexedsearch-searchbox-button {
  float:left;
  height: 28px;
  width: 28px;
  background-image: url(../img/searchbtn.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-top: 12px;
}

.xtx-indexedsearch-searchbox-sword {
  height: 26px;
  width: 208px;
  padding: 0px;
  float: left;
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #CCC;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  border-left-color: #CCC;
}

.tx-indexedsearch-form {
  margin-top: 12px;
  }



#ergebnis a{
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  font-size: 14px;
}

.tx-indexedsearch-descr {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #999;
  }

.browsebox {
  display:none;
}


/* Venz */
.trigger {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0 1px 1px #fff inset;
  -webkit-box-shadow:0 1px 1px #fff inset;
  box-shadow:0 1px 1px #fff inset;
  xbackground:-moz-linear-gradient(center top, #e9e9e9 50%, #ddd 50%);
  background:-moz-linear-gradient(center top, #e1e1e1 95%, #ff7d21 5%);
  background-color:#ddd;
  border:1px solid #ddd;
  color:#003366;
  cursor:pointer;
  margin-bottom:5px;
  padding:5px;
  text-shadow:0 1px 0 #fff;
  width:550px;
}

h3.trigger {
  font-weight: normal; 
}

.trigger_active {
  color:#333;
}
.toggle_container {
  padding:5px 10px;
  width:550px;
}
