/* @group Supermenü (Navi Sidebar) */

/* @group Allgemeine Formatierungen */

#submenu li {
  list-style: none;
}

#submenu li a,
#sidebar #submenu li a:hover {
  display: block;
  padding: 6px;
  font-size: 12px;
  margin-bottom: 2px;
  text-decoration: none;
  
}

*+html #wrapper #submenu li a,
*+html #wrapper #sidebar #submenu li a:hover {
  letter-spacing: -1px;
}

/* Untermenüs standardmäßig ausblenden */
.level-2,
.level-3,
.level-4,
.level-5,
.level-6 {
  display: none;
}

/* @end */

/* @group Level 1 */

#submenu .level-1 li a {
  background-color: #d4d6d6;
  color: #5d5e60;
}

#submenu .level-1 li a:hover,
#submenu .level-1 li a.act {
  background-color: #ce0028;
  color: #fff;
}

/* @end */

/* @group Level 2 */

/* Untermenü des aktiven Menüpunktes einblenden */
#submenu .level-1 li.active .level-2 {
  display: block;
}

#submenu .level-2 li {
  padding-left: 10px;
}

#sidebar #submenu .level-2 li.active {
  background: url(../img/menu-level-2-active.gif) repeat-y top left;
}

#wrapper #sidebar #submenu .level-2 li.has-children-active {
  background-repeat: no-repeat;
}

#submenu .level-2 li a {
  background-color: #5b5a54;
  color: #fff;
}

*+html #submenu .level-2 li a {
  width: 173px;
}
*+html #submenu .level-3 li a {
  width: 164px;
}

#submenu .level-2 li a.has-children {
  background-image: url(../img/menu-level-2-has-children.gif);
  background-repeat: no-repeat;
  background-position: 170px 9px;
}

#submenu .level-2 li a:hover {
  background-color: #908f88;
}

#submenu .level-2 li a.has-children:hover {
  background-image: url(../img/menu-level-2-has-children-hover.gif);
}

#submenu .level-2 li {
  position: relative;
}

#submenu .level-2 li a.active.has-children-active {
  background: url(../img/menu-level-2-active-has-children.gif) no-repeat 170px 10px #5b5a54;
}

#submenu .level-2 li a.active.has-children:hover {
  background-color: #5b5a54;
}

/* @end */

/* @group Level 3 */

/* @group Styles bei Hover Level 2 */

/* Untermenü beim Hovern des Parents einblenden */

#submenu .level-2 li.has-children:hover .level-3 {
  display: block;
  position: absolute;
  top: -2px;
  left: 196px;
  width: 177px;
  padding: 2px 2px 0 2px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#submenu .level-2 li.has-children:hover .level-3 li {
  padding: 0;
}

#submenu .level-2 li.has-children:hover .level-3 li a {
  background-color: #908f88;
}

#submenu .level-2 li.has-children:hover .level-3 li a:hover {
  background-color: #CE0028;
}

#submenu .level-2 li.has-children:hover .level-3 li a.has-children {
  background-image: url(../img/menu-level-3-has-children.gif);
  background-repeat: no-repeat;
  background-position: 162px 9px;
}

#submenu .level-2 li.has-children:hover .level-3 li a.has-children:hover, #submenu .level-2 li.has-children-active:hover .level-3 li a.has-children:hover {
  background-image: url(../img/menu-level-3-has-children-hover.gif);
}

/* @end */

/* @group Styles Ausgeklappt/Aktiv */

#submenu .level-2 li.active:hover .level-3 {
  display: block;
  position: static;
  width: auto;
  
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Bei aktivem Parent Untermenü einblenden */
#submenu .level-2 li.active .level-3 {
  display: block;
}

#submenu .level-2 li.active .level-3 li a {
  background-color: #908f88;
}

#sidebar #submenu .level-2 li.active .level-3 li a:hover {
  background-color: #CE0028;
}

#submenu .level-2 li.active .level-3 li a.has-children {
  background-image: url(../img/menu-level-3-has-children.gif);
  background-position: 160px 10px;
}

#sidebar #submenu .level-3 li.active {
  background: url(../img/menu-level-3-active.gif) repeat-y top left;
}

/* @end */

/* @end */

/* @group Level 4 */

#submenu .level-3 li:hover .level-4 {
  display: block;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/* Wenn Parent NICHT active ist */
#submenu .level-4 {
  position: absolute;
  top: -2px;
  left: 200px;
  width: 177px;
  background-color: #fff;
  padding: 2px 2px 0 2px;
}

*+ html #sidebar #submenu li .level-4 {
  left: 177px !important;
}
*+ html #sidebar #submenu .level-2 li.active .level-4 {
  left: 187px !important;
}

/* Wenn Parent active IST */
#sidebar #submenu .level-3 li.pad:hover .level-4, #sidebar #submenu li.has-children-active .level-3 li.has-children .level-4 {
  left: 187px;
}

#submenu .level-3 li.has-children:hover .level-4 {
  left: 177px;
}

#sidebar #submenu .level-3 li.active .has-children:hover {
  background: url(../img/menu-level-3-has-children-hover.gif) no-repeat 160px 10px;
}

#sidebar #submenu .level-3 li.active .level-4 li {
  background-image: none;
  padding-left: 0;
}

#sidebar #submenu li.has-children-active .level-3 li.has-children .level-4 li {
	padding-left: 0;  
}
/* @end */

/* @group Level 5 / Level 6 */

/* Einblenden bei Parent-Hover */
#submenu .level-4 li.has-children:hover .level-5,
#submenu .level-5 li.has-children:hover .level-6 {
  display: block;
}

#submenu .level-5,
#submenu .level-6 {
  position: absolute;
  top: -2px;
  left: 177px;
  width: 177px;
  padding: 2px 2px 0 2px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

/* @end */

/* @end */

/* 
	CSS Inhaltsbereich
	grow Werbeagentur, (cordes@grow-werbeagentur.de)
*/

/* @group Allgemeines */

h1, h2, h3, h4, h5, h6 {
  font-size: 16px;
  font-weight: normal;
  color: #82817A;
  margin-bottom: 10px;
  clear: both;
}

h2 {
  font-size: 14px;
}

a,
a:hover {
  color: #c00;
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

img {
  border: none;
}

#content ul {
  margin-bottom: 15px;
}

#content ul li {
  margin-bottom: 7px;
  list-style-type: none;
  background: url(../img/bullet.gif) no-repeat;
  padding-left: 13px;
}

*+html #content ul li {
  background-position: 0 2px;
}

table {
  margin-bottom: 10px;
}

.headline {
  margin-bottom: 15px;
}

.headline_first { position:absolute; left: -3600px; top: 0px; text-indent: -3600px; height: 1px; line-height: 1px; padding: 0px; margin: 0px;}
.headline_second { position:absolute; left: -3600px; top: 0px; text-indent: -3600px; height: 1px; line-height: 1px; margin: 0px; padding: 0px;}


table p {
  margin: 0;
}

table td {
  padding: 5px;
}

#kwark {
  border-spacing: 0;
  width: 100%;
}

#kwark td {
  border-bottom: 1px solid #bbb;
  padding: 5px 0;
}

#kwark td b {
  display: block;
  background-color: #eee;
  padding: 3px;
}

.csc-caption {
  font-size: 11px;
  color: #878781;
  line-height: 130%;
}

/* @end */

/* @group Kampagnen */

#content #kampagnen {
  width: 580px;
  height: 230px;
  margin-bottom: 0;
  margin: auto;
}

#kampagnen .kampagne {
  position: relative;
  width: 161px;
  height: 180px;
  border: 1px solid #abaca6;
  background-color: #f7f7f6;
  float: left;
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  line-height: 130%;
  background-image: none;
}

#kampagnen .kampagne h2 {
  font-size: 12px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  background: url(../img/divide-x-box.gif) repeat-x bottom;
}

#kampagnen .kampagne a {
  color: #c00;
  text-decoration: none;
  height: 100%;
}

#kampagnen .kampagne a span {
  display: block;
  margin-top: 170px;
}

#kampagnen .no-pic p,
#news li p {
  color: #5d5e60;
  display: inline;
}

#kampagnen .no-pic a {
  font-weight: bold;
}

#kampagnen .no-pic p a {
  font-weight: bold;
}

#content #kampagnen .bild a {
  position: absolute;
  display: block;
  bottom: 5px;
  left: 0;
  color: #fff;
  text-align: left;
  padding-left: 10px;
}

#kampagnen .bild a span {
  display: block;
  width: 180px;
}

#kampagnen .kampagne.bild {
  height: 20px;
  padding-top: 170px;
  text-align: center;
}
	
#kampagnenn .kampagne p {
  font-size: 11px;
}

/* @end */

/* @group Breadcrumbs */

#bread {
  color: #CCC;
  font-size: 11px;
  margin: 0 0 15px -4px;
}

#bread a,
#bread a:link,
#bread a:visited,
#bread a:active {
  text-decoration: none;
  color: #CCC;
  padding: 0px 5px;
}

#bread a:hover {
  color: #878781;
}	

body#pid1 #bread,
body#pid0 #bread {
  display: none;
}

/* @end */

/* @group Formulare */

.csc-mailform,
.csc-loginform {
  width: 100%;
  border: 0px solid #fff;
}

.csc-mailform td,
.csc-loginform td {
  padding-bottom: 5px;
}

.csc-mailform  .csc-mailform-field { clear: both; }
.csc-loginform  .csc-mailform-field { clear: both; }

.csc-mailform .csc-form-labelcell,
.csc-mailform .csc-mailform-field label,
.csc-loginform .csc-mailform-field label,
.csc-loginform .csc-form-labelcell {
  width: 150px;
  text-align: right;
  padding: 2px 15px 10px 0;
  display: block;
  float: left;
}

.csc-mailform .csc-form-labelcell p,
.csc-loginform .csc-form-labelcell p {
  margin: 0;
}

.csc-mailform input,
.csc-mailform textarea,
.csc-loginform input,
.csc-loginform textarea {
  width: 300px;
  border: 1px solid #b5b5b5;
  padding: 2px;
}

.csc-loginform select[multiple="multiple"],
.csc-mailform select[multiple="multiple"] {
  width: 306px;
}

.csc-mailform input:focus,
.csc-mailform textarea:focus,
.csc-loginform input:focus,
.csc-loginform textarea:focus {
  background-color: #f7f7f7;
}



.csc-mailform-submit,
.csc-form-fieldcell input[type=submit],
#mailformformtype_mail,
#portal-button
 {
	background: url(../img/submit.jpg) no-repeat top left;
	width: 140px;
	height: 30px;
	border: #e50032 solid 1px;
	padding: 0px 5px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 11px;
	margin: 20px 0px 20px 165px;
}

.csc-loginform .csc-mailform-submit {
 width: 140px;
}

.csc-form-fieldcell input[type=checkbox] {
  width: auto;
  margin-top: 2px;
}

.csc-form-fieldcell input[type=submit]:hover,
#portal-button:hover {
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.8);
  box-shadow: 0 0 2px rgba(0,0,0,0.8);
  color: #eee;
}

.csc-form-label b, .csc-form-commentcell, .csc-mailform-label b{
  border-bottom: 2px solid #c00;
  margin-bottom: 10px;
  display: block;
}

/* @end */

.menu-notice {
  position: absolute;
}

/* @group Startseite */

/* @group Newsboxen*/

ul#news,
/*#pid62 table,*/
#pid93 table,
#pid92 table {
  display: none;
}

#pid62.page-149  .super_pressearchiv { display: block; }
#pid149  .super_pressearchiv { display: none; }
#pid62 .super_pressearchiv { display: none; }


#pid93 #content h1 {
  /*display: none;*/
}

#pid93 #content .super-big h1 {
  display: block;
}

ul#news .contenttable,
#pid62 .contenttable,
#pid93 .contenttable,
#pid92 .contenttable {
  display: block;
  border-spacing: 0;
}

ul#news .contenttable td,
#pid62 .contenttable td,
#pid93 .contenttable td,
#pid92 .contenttable td {
  padding: 0;
}

ul#news .contenttable td[rowspan="2"],
#pid62 .contenttable td[rowspan="2"],
#pid93 .contenttable td[rowspan="2"],
#pid92 .contenttable td[rowspan="2"] {
  width: 200px;
}

/*
#pid62 h1,
#pid93 h1,
#pid92 h1 {
  display: none;
}

#pid62 .super-big h1,
#pid93 .super-big h1,
#pid92 .super-big h1 {
  display: none;
}
*/

.page-149 ul#news {
  display: block;
}
/*
#pid1 .headline {
  display: none;
}
*/
#pid1.page-2290 .headline { display: block; }

#pid1 #news,
#pid0 #news {
  display: block;
  position: relative;
}

#pid1 #news li,
#pid0 #news li  {
  position: relative;
  width: 160px;
  height: 218px;
  border: 1px solid #abaca6;
  background-color: #f7f7f6;
  float: left;
  background-image: none;
  margin: 10px 10px 0px 0px;
  padding: 10px;
  overflow: hidden;
  line-height: 130%;
}

#news li a {
  display: block;
  color: #c00;
  font-weight: bold;
  height: 53px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #E18370;
  text-decoration: none;
}

#news .more {
  display: block;
  position: absolute;
  left: 10px;
  bottom: 5px;
  height: auto;
  width: 82px;
  background: url(../img/bullet.gif) no-repeat right 1px;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0;
  border: none;
}

#pid1 h2.alt,
#pid0 h2.alt  {
  position: relative;
  width: 575px;
  padding-top: 10px;
	margin-bottom: 0;
  font-size: 20px;
  color: #82817a;
  border-top: 1px dotted #e18370;
}

#pid1 h2.alt span,
#pid0 h2.alt span {
  color: #c00;
}

#pid1 #content .bodytext,
#pid0 #content .bodytext {
  line-height: 1.3;
}

#pid1 .archive,
#pid0 .archive {
  color: #737373;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  right: 5px;
  top: 18px;
  text-decoration: none;
  padding-right: 12px;
  background: transparent url(../img/bullet.gif) no-repeat scroll right 0;
}

#pid1 .archive:hover,
#pid0 .archive:hover {
  color: #c00;
}

#pid1 #sidebar .info h1,
#pid0 #sidebar .info h1 {
  font-weight: bold;
  color: #c00;
  background-image: none;
  border-top: 1px dotted #e18370;
  border-bottom: 1px dotted #e18370;
  padding-top: 7px;
}

/* @end */

/* @end */

/* @group Spezielle Seiten */

#pid386 #submenu li.has-children-active .level-3,
#pid12 #submenu li.has-children-active .level-3 {
  display: none;
}

/* Suchergebnis-Seite */

/*.page-2296 #content .headline {
	height: 25px;
	overflow: hidden;
}
*/

.page-2296 #content a {
	text-decoration: none;
}

.page-2296 #content h3 {
	font-size: 12px;
	margin-bottom: 5px;
	font-weight: bold;
}

.page-2296 #content .csc-searchResult {
	margin-bottom: 20px;
}

.page-2296 #content table {
/*	background-color: #d6d6d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px 2px;
	-moz-box-shadow: 0 0 3px #000;
	*/
}

.page-2323 #content tr td:first-child {
  width: 200px;
}

/* @end */

/* @group WEG */

#pid1 #menu-level-2,
#pid0 #menu-level-2 {
  display: none;
}

/* @end */

/* @group Allgemein */

* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
  background: url(../img/pattern-body.gif) scroll center top repeat-x #c60b24;
}

body {
  position: relative;
  z-index: 1;
  min-height: 100%;
  width: 888px;
  margin: 0 auto;
  background: url(../img/wrapper-bg.png) center repeat-y;
  font-family: Helvetica, Arial;
  font-size: 12px;
  color: #474747;
}

.clear {
  clear: both;
}

ol {
  margin: 0 0 15px 25px;
}

/* @end */

/* @group Rahmen */

#wrapper {
  margin: 0 15px 0 15px;
  height: 100%;
}

#sidebar {
  float: left;
  width: 234px;
}

#sidebar-margin {
  margin: 7px 19px;
}

#main {
  /* Erstmal raus
  position: relative;
  z-index: 0;
  */
  padding-top: 161px;
  float: right;
  width: 624px;
}

#logo {
  text-indent: -7000px;
  width: 234px;
  height: 124px;
  background-image: url(../img/logo.png);
  display: block;
  outline: none;
}

#mood {
  position: absolute;
  overflow: hidden;
  top: 0;
  width: 640px;
  height: 219px;
}

#content {
  padding: 20px;
  padding-right: 25px;
  overflow: hidden;
  line-height: 1.4;
}

/* @group Hauptmenü */

#main-menu {
  position: relative;
  z-index: 100;
  height: 29px;
  margin-top: 0;
  padding-top: 57px;
  list-style: none;
  background: url(../img/tearing-edge.png);
}

#main-menu li {
  float: left;
  position: relative;
  margin-right: 3px;
}

#main #main-menu li:last-child ul {
  left: -105px;
}

#main-menu li a {
  display: block;
  width: 92px;
  padding-left: 8px;
  height: 21px;
  background-image: url(../img/main-menu-list-bg.png);
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
}

#main-menu li a:hover,
#main-menu li:hover > a,
#main-menu li .active,
#main-menu .active a {
  background-image: url(../img/main-menu-list-hover-bg.png);
  color: #cc0224;
}

#main-menu li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  padding-top: 2px;
  background: #fff;
  list-style: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

#main-menu li:hover ul {
  display: block;
}

#main-menu li.active:hover ul {
  display: none;
}

#main-menu li ul li {
  float: none;
  margin: 0;
  padding: 0 2px 2px 2px;
}

#main #main-menu li ul li a {
  width: 196px;
  height: 20px;
  padding-left: 5px;
  background: #eeeeed;
  background-image: none;
  color: #5d5e60;
  text-align: left;
}

#main #main-menu li ul li a:hover {
  background: #cc0224;
  color: #fff;
}

/* @end */

/* @group Sidebar Boxen */

#sidebar .box {
  margin-bottom: 10px;
}

#sidebar .box a:hover {
  text-decoration: underline;
}

#sidebar .box .title {
  height: 21px;
  width: 196px;
  margin: 0 0 2px 0;
  padding-top: 8px;
  background-image: url(../img/box-title-bg.png);
  text-align: center;
  color: #fff;
}

#pid1 #sidebar .box .title,
#pid0 #sidebar .box .title {
  margin-bottom: 0;
}

#sidebar .box .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.level-2 #sidebar #quicklinks .title {
  text-align: left;
  width: 185px;
  padding-left: 11px;
}

#sidebar .box .content {
  border: 1px solid #cacac6;
  border-top: 0;
  background-color: #e5e4e2;
  width: 174px;
  padding: 10px;
}

/* @group Alt */

#sidebar .alt {
  color: #5d5e60;
}

#sidebar .alt .content {
  background-color: #f7f7f6;
}

#sidebar .alt .title {
  background-image: url(../img/box-alt-title-bg.png);
  margin-bottom: 0;
}

#sidebar .events {
  display: none;
}

#pid1 #sidebar .events,
#pid0 #sidebar .events {
  display: block;
}

#sidebar .alt ul {
  margin: 0 0 15px 13px;
}

/* @end */

/* @group Infoboxen */

#sidebar .alt h1 {
  font-size: 12px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  background: url(../img/divide-x-box.gif) repeat-x bottom;
  color: #292929;
}

#sidebar .alt div.csc-header-n2 {
  margin-top: 25px;
}

#sidebar .alt.info .bodytext .internal-link {
  background: url(../img/bullet.gif) no-repeat right 0;
  padding-right: 12px;
  text-decoration: none;
}

#sidebar .alt.info .bodytext .internal-link:hover {
  text-decoration: underline;
}

#wrapper #sidebar .border .content {
  background: none;
  border: none;
}

/* @end */

/* @group Events (Sidebar) */

#events div {
  margin-bottom: 20px;
}


#events .date,
#events .subject {
  background: url(../img/divide-x.gif) repeat-x bottom;
  margin-bottom: 7px;
  padding-bottom: 7px;
}

#events .subject {
  color: #d0003a;
  font-size: 12px;
  font-weight: bold;
}

#events .overview {
  margin: 0;
  padding-top: 13px;
  background: url(../img/divide-x.gif) repeat-x top;
}

#events .more,
#events .overview a {
  padding-right: 9px;
  font-weight: bold;
  color: #5d5e60;
  text-decoration: none;
  background: url(../img/more-link-bg.gif) right no-repeat;
}

#footer {
  padding: 0 0 10px 254px;
  color: #6f7272;
  font-size: 11px;
}

#footer ul,
#footer p {
  float: left;
}

#footer p {
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #6f7272;
}

#footer ul li {
  float: left;
  list-style: none;
}

#footer ul li a {
  display: block;
  color: #6f7272;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #6f7272;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #d0003a;
  text-decoration: underline;
}

#footer ul .last a {
  border: none;
}

/* @end */

/* @end */

/* @end */

/* @group Quicklinks */

#quicklinks li {
  list-style: none;
  display: inline;
}

#quicklinks li a {
  display: block;
  color: #5d5e60;
  margin-bottom: 8px;
  text-decoration: none;
  font-size: 11px;
  padding-left: 10px;
  background: url(../img/quicklinks-list-bg.gif) no-repeat center left;
}

#quicklinks .last a {
  margin: 0;
}

#sidebar #quicklinks li a:hover {
  color: #d0003a;
  margin-left: 4px;
  text-decoration: none;
}

/* @end */

/* @group Suchformular */

#search form,
#tx_indexedsearch form {
  height: 41px;
  width: 196px;
  padding: 10px 10px;
  background-image: url(../img/search-form-bg.png);
  overflow: hidden;
  color: #5d5e60;
}

#search form select,
#tx_indexedsearch form select {
  display: none;
}

#sidebar #search,
#sidebar #tx_indexedsearch {
	position: relative;

}

#sidebar #search input[type="text"],
#sidebar #tx_indexedsearch input[type="text"] {
  position: absolute;
  left: 55px;
  top: 10px;
  width: 122px;
  height: 17px;
  padding: 2px 0 0 3px;
  border: 1px solid #cacac6;
  color: #aaa;
  font-size: 11px;
}

*+ html #sidebar #search input[type="text"],
*+ html #sidebar #tx_indexedsearch input[type="text"] {
  left: 20px;
}

#sidebar #search .desc,
#sidebar #tx_indexedsearch .desc {
	position: absolute;
	bottom: -2px;
	left: 10px;
	z-index: 100;
}

#search input[type="submit"],
#tx_indexedsearch input[type="submit"] {
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background-color: #666;
  width: 40px;
  height: 19px;
  padding-bottom: 1px;
  margin-left: 3px;
  float: right;
  position: relative;
  top: 1px;
  color: #fff;
  font-size: 10px;
  cursor: pointer;
}

/* @end */

/* @group Sitemap */
.csc-sitemap { width: 560px; }

#pid3 ol,
.csc-sitemap ol {
	/*width: 100%;*/
	margin-left: 10px;
	padding: 0px;
	}

#pid3 ol ol,
.csc-sitemap ol ol {
  margin-left: 5px;
}

#pid3 ol li,
.csc-sitemap ol li,
.tx-flseositemap-pi1 ul li  {
	border-bottom: 0px solid #CCCCCC;
	padding: 3px 0px 3px 0px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-top: 10px;
	font-size: 13px;
	}
	
#content .tx-flseositemap-pi1 ul li  {
    margin: 0px;
  list-style-type: none;
  background: url(../img/bullet.gif) no-repeat 0px 7px;
  padding-left: 13px;
}  

.csc-sitemap .layer_01 .layer_01_link,
.tx-flseositemap-pi1 ul li a {	
  border-bottom: 1px solid #CCCCCC;
  padding: 0px 0px 0px 0px;
  display: block;
  font-weight: bold;
} 
	
#pid3 ol li a,
.csc-sitemap ol li a {
  text-decoration: none;
}

#pid3 ol ol li,
.csc-sitemap ol ol li,
.tx-flseositemap-pi1 ul li ul li {
	margin-left: 10px;
	border: none;
	text-transform: none;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0px;
	}
	
.tx-flseositemap-pi1 ul li ul li a {	
  border-bottom: 0px solid #CCCCCC;
  padding: 3px 0px 3px 0px;
  display: block;
  font-weight: bold;
} 

#content .tx-flseositemap-pi1 ul li ul li ul{	
	margin: 0px;
} 	

.tx-flseositemap-pi1 ul li ul li ul li a {	
  border-bottom: 0px solid #CCCCCC;
  padding: 0px;
  display: block;
  font-weight: normal;
} 	
	

#pid3 ol ol ol li,
.csc-sitemap ol ol ol li {
	margin-left: 40px; /* 80 px */
	border-bottom: none;
	font-size: 11px;
	}

#pid3 ol ol ol ol li,
.csc-sitemap ol ol ol ol li {
	margin-left: 30px; /*120px*/
	border-bottom: none;
	padding: 0px;
	font-size: 10px;
	}

	
#pid3 .super,
.csc-sitemap .super {
	width: 570px;
	padding: 0 20px 0px 0px;	
	}

/* @end */

/* @group News/Termine */

#pid387 #content table,
#pid175 #content table {
  display: none;
}

#pid387 #content .imgtext-table,
#pid175 #content .imgtext-table {
  display: block;
}

#content .tabellenformat1 {
  padding-left: 0;
}

/* @end */

#lbCenter,
#lbBottomContainer {
  left: 50% !important;
}

noscript p {
  display: none;
}

#pid11 .box.border .content {
  padding: 0;
  width: 195px;
}

#pid11 .box.border .content .csc-header {
  display: none;
}

/* News & Presse Menü ausblenden */
 
#wrapper #sidebar-margin #submenu .uid-62 a,
#wrapper #sidebar-margin #submenu .uid-93 a,
#wrapper #sidebar-margin #submenu .uid-387 a,
#wrapper #sidebar-margin #submenu .uid-175 a {
  background-image: none !important;
}

#wrapper #sidebar-margin #submenu .uid-62 ul,
#wrapper #sidebar-margin #submenu .uid-93 ul,
#wrapper #sidebar-margin #submenu .uid-387 ul,
#wrapper #sidebar-margin #submenu .uid-175 ul {
  display: none !important;
}

/* @group News *NEU* */

#pid1 #news.front li,
#pid0 #news.front li {
	height: 200px;
}

#news.front li strong {
  display: block;
  color: #c00;
  font-weight: bold;
  height: 68px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #E18370;
}

#news.front li a {
	display: block;
	position: absolute;
	bottom: 0;
	height: auto;
	border: none;
}

#pid62 .super { }
#pid62 .super_pressearchiv { }


/* LANGUAGES */
.languages {
  height: 16px;
  width: 176px;
  padding: 15px 10px 10px 10px;
  background-image: url(../img/search-form-bg.png);
  overflow: hidden;
  color: #5d5e60;
  cursor: default;
}
.languages .desc { float: left; margin-right: 10px; color: #474747; }

#quicklinks .languages li { margin: 0px 5px 5px 0px; display: block; float: left; }
#quicklinks .languages li a { background: none; padding: 0px; font-size: inherit; }
#sidebar #quicklinks .languages li a:hover { padding: 0px; margin: 0px;  }


/* @end */
.csc-textpic { /*margin-bottom: 40px;*/ /*float: left; */}
.page-593 .csc-textpic-text { margin-left: 20px; }

.csc-textpicHeader { }
.csc-textpicHeader h1{ clear: none; }

.csc-textpic-imagewrap ul { margin-bottom: 0px !important; }
.csc-textpic-imagewrap ul li.csc-textpic-image { background:none !important; padding-left: 0px !important;}

.csc-textpic-caption {
  font-size: 11px;
  color: #878781;
  line-height: 130%;
  padding: 10px 0px 0px 0px;
}

.page-2531 h1 { clear: none; }

/** indexed_search **/
.tx-indexedsearch-searchbox { display: none; }
.tx-indexedsearch-browsebox p {
	background-color: #d6d6d2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 0 10px 20px 0px;
	-moz-box-shadow: 0 0 3px #000;
	/* width: 200px; */
	display: inline;
}
.tx-indexedsearch-browsebox .browsebox { width: 545px; margin: 20px 0px 10px 0px; }
.tx-indexedsearch-browsebox .browsebox li { background: none !important; padding: 0px !important; }
.tx-indexedsearch-icon.icon img { display: none; }
.tx-indexedsearch-res { margin: 0px 0px 10px 0px; background:none !important; }
.tx-indexedsearch-res table { background:none !important; border-bottom: 1px solid #dfdfdf;}
.tx-indexedsearch-title.title { font-weight: bold; }
.tx-indexedsearch-redMarkup { color: #474747 !important; }
.tx-indexedsearch-whatis { margin-bottom: 20px !important; }

/** BREADCRUMB **/
#pid0 .breadcrumb { margin: 0px; }
.breadcrumb { margin: 0px 0px 10px 0px; font-size: 11px; display: block; color: #82817A; }
.breadcrumb a { color: #82817A; }
.breadcrumb .arrow { position: relative; top: 0px; left: 0px; }