/* Nur noch den rechten Bereich zeigen,   dafür Platz frei halten*/
body {
	margin: 0;
	padding: 0;
	font: 12pt  Arial, "Times New Roman", Times, serif;
	color: black;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
	font-weight: bold;
	margin: .75em 0 .5em 1em;
	page-break-after: avoid;
}

p {
  margin: 0 0 1em 0;
}

p+p {
  margin-top: -1em;
  text-indent: 2em;
}

a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
  font: 12pt  Arial, "Times New Roman", Times, serif;
}

a:link:after, a:link:visited:after {
  content: " (Link auf <" attr(href) ">) ";
  font-size: 76%;
  color: #999;
  background: transparent;
}


.show-all #columns {
	padding: 0 15em 0 0 !important;
	border: 0;
	background-color: transparent;
}
.cols-wrapper {
	border: 0;
}
/* Header und die Navigation ausblenden */
#header, #col-b {
	display: none;
}
#col-c {
	display: none;
}
/* den Inhaltsbereich und die Breadcrumbs   mit anderen Abständen versehen*/
#inhalt {
	margin: 1.5em 0 0 0;
	border-top: 0;
}
#breadcrumbs {
	margin: 1em 0 0 0;
}
/* den Rahmen abschalten */
#main {
	border: 0;
	background-color: transparent;
}
#footer {
	border: 0;
	background-color: transparent;
}

 #footer-nav{
 display: none;
 }

.rgtabs-menu {
	display: none;
}
.rgtabs-wrapper {
	padding:0;
	border-style: none;
	border:none;
	background: none;
	margin-top: 0pt;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}
.rgtabs-ajax-loading {
display: none;
}

.tx-slideshow-pi1{
display: none;
}






