/* HTML-Elements		#####################################################*/

html {
	overflow-y: scroll;
}

html, body, form, img, ul, li, ul li, dl, dt, dd, img, form, h1, h2, h3 {
	padding:	0px;
	margin:		0px;
	border:		0px;
	list-style: none;
}

body {
	font-family: 	"Trebuchet MS", verdana, arial, sans-serif;
	font-size: 		10px;
	font-weight: 	normal;
	background-repeat: repeat-x;
	text-align: center;	/* centers #page in browsers */
}

select {
	border: 1px solid;
	font-size: 1.0em;
	width: 100%;
	margin-bottom: 3px;
}

textarea {
    font-family: "Trebuchet MS", verdana, arial, sans-serif;
    font-size: 1.2em;
    border: 1px solid;
}

h1 {
	font-size: 2.2em;
}

h2 {
	padding: 9px;
	padding-top: 6px;
	padding-bottom: 0px;
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

/* Navigation			#####################################################*/

a {
	font-size: 1em;
	text-decoration:none;
}

/* first Level Navigation ****************************************************/
#mainNavi{
	position: relative;
	list-style-type: none;
	z-index: 10;
}

#mainNavi li{
	position: relative;
	border: none;
	border-bottom: 1px solid #FFF;
}

#mainNavi li a {
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
	display: block;	
	font-weight: bold;
}

/* second Level Navigation ***************************************************/

#mainNavi ul {
	border-top: 1px solid;
	margin-bottom: -1px;
}
#mainNavi ul li a{ /* no html>body for IE */
	padding-left: 1.9em;
	padding-top: 2px;
	padding-bottom: 2px;	
}
#mainNavi ul.secondLevel li a{ /* no html>body for IE */
	background-repeat: 		no-repeat;
	background-position: 	0.8em 0.7em;
}
html>body #mainNavi ul.secondLevel li a{ /* html>body for modern browsers */
	background-position: 0.8em 0.6em;
}

/* third Level Navigation ****************************************************/

#mainNavi ul.thirdLevel 	{ 
	border-bottom: 1px solid;
}
#mainNavi ul.thirdLevel li	{ border-bottom: 1px solid #FFF;}
#mainNavi ul.thirdLevel li a{ /* no html>body for IE */
	background-image: none;
	font-weight: normal;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1.9em;
}

/* ### textElements  ########################################################*/

.contentBoxNormal, .contentBoxNormalMagenta, 
.contentBoxDotted, .contentBoxDottedMagenta,
.contentAddToAny {
	border-bottom: 9px solid #FFF;
}

.contentBoxNormal p, .contentBoxNormalMagenta p,
.contentBoxDotted p, .contentBoxDottedMagenta p {
	margin: 0;
	padding: 0;
	display: inline;
}

.contentBoxNormalMagenta p, .contentBoxDottedMagenta p {
	margin: 0;
	padding: 0;
	display: inline;
	color: #FFF !important;
}

#contentBoxTour {
	width: 200px;
	border: 1px solid;
	float: right;
}
.tourHeadline h1 {
	float: left;
	width: 499px;
}

.contentBoxNormal ul, .contentBoxNormalMagenta ul, 
.contentBoxDotted ul, .contentBoxDottedMagenta ul {
	position: relative;
	height: 100%;
	overflow: hidden;
	padding: 6px 0;
	padding-right: 14px;
	list-style: none;
	font-size: 1.2em;
}
.contentBoxDotted ul {
	background-repeat: repeat-x;
	background-position: top left;
}
.contentBoxDottedMagenta ul {
	background-repeat: repeat-x;
	background-position: top left;
}

.contentBoxNormal ul li, .contentBoxNormalMagenta ul li,
.contentBoxDotted ul li, .contentBoxDottedMagenta ul li {
	position: relative;
	margin-top: 0;
	padding: 0 0 0 9px;
	list-style: none;
}

.contentBoxNormal .downloadBox, .contentBoxDotted .downloadBox {
	position: relative;
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
	padding: 0 0 0 24px;
	line-height: 1.5em;
}
.contentBoxNormalMagenta .downloadBox, .contentBoxDottedMagenta .downloadBox {
	position: relative;
	background-repeat: no-repeat;
	background-position: 9px 0.5em;
	padding: 0 0 0 24px; 
	line-height: 1.5em;
}

.contentBoxNormal a, .contentBoxDotted a,
.contentBoxNormalMagenta a, .contentBoxDottedMagenta a {
	/*text-decoration: underline;*/
}
.contentBoxNormal a:hover, .contentBoxDotted a:hover,
.contentBoxNormalMagenta a:hover, .contentBoxDottedMagenta a:hover {
	text-decoration: underline;
}

.contentBoxNormal .link, .contentBoxDotted .link,
.contentBoxNormalMagenta .link, .contentBoxDottedMagenta .link,
.contentBoxNormal .internal-link, .contentBoxDotted .internal-link,
.contentBoxNormalMagenta .internal-link, .contentBoxDottedMagenta .internal-link {
	text-decoration: underline;
}

.contentBoxNormal ul li strong, .contentBoxNormalMagenta ul li strong,
.contentBoxDotted ul li strong, .contentBoxDottedMagenta ul li strong{
	display: block;
	padding-left: 1px;
}

.contentBoxNormalMagenta select, .contentBoxDottedMagenta select {
	border: 1px solid;
}


.contentText {
	padding: 9px;
	padding-right: 18px;
	font-size: 1.2em;
}

.contentText a {
	text-decoration: none;
}

.contentText a:hover{
	text-decoration: underline;
}

#contentLeft {
	color: #333;
}
#contentLeft h1{
	padding: 9px;
	font-size: 2.2em;
}
#contentLeft .contentText h1{
	margin: -9px;
	font-size: 2.2em;
}
#contentRight {
	color: #333;
}

.contentText h3{
	font-weight:normal;
	font-size: 1.6em;
}

.contentText ul {
	padding-top: 0.9em;
	padding-left: 1.3em;
}

.contentText ol {
	padding-left: 2.0em;
}

.contentText li{
	padding-left: 0.2em;
	padding-bottom: 0.5em;
	/*list-style: square;*/
	list-style: disc;
}

.contentText ol li{
	padding-left: 0.2em;
	padding-bottom: 0.5em;
	list-style: decimal outside;
}

.portraitIcon{
	margin: 0px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right: 4px;
	float: left;
	padding-right: 4px;
}

.selectBox {
	position: relative;
	margin-bottom: 3px;
}
html>body .selectBox {
	position: relative;
}

/* ### Tour-Elements  #######################################################*/
.tourTeaser {
	height: 4.0em;
	margin-top: 2px;
}

.tourTeaser img {
	float: left;
	padding-left: 9px;
	padding-right: 9px;
	height: 40px;
	width: 36px;
}
.tourTeaser h3{
	padding-top: 12px;
	font-size: 1.4em;
	float: left;
}
.tourTeaserImg img{
	float: right;
	width: 30px;
	padding: 0px;	
	padding-right: 9px;
}

.tourHeadline {
	float: left;
	position: relative;
}
.tourHeadline h1 {
	width: 481px;
	padding: 9px;
}
.tourHeadline .contentBoxNormal {
	float: right;
	width: 245px;
}

.tourDescription {
	position: relative;
	border-bottom: 9px solid #FFF;
	width: 753px;
	clear: both;
	overflow: hidden;
}

.tourDescription .contentText {
	float: left;
	width: 475px;
	padding-right: 15px;
	padding-bottom: 1000em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

.tourImg {
	float: right;
	width: 245px;
	padding-bottom: 1000em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
.tourImg img {
	float: right;
	width: 100%;
	margin-bottom: -18px;
}


.tourDownload {
	border: 0px;
	font-size: 1.2em;
	margin: 0 0 9px;
}
.tourDownload a {
	float: left;
	padding: 0 0 4px 9px;
	margin: 9px 0 -4px 0;
}

.tourDownload a img {
	margin: 0 0 -5px 0;
}

.toTop {
	clear: both;
	display: block;
	position: relative;
	margin: 0 0 -4px 462px;
	!margin-bottom: 0;
}

/* ### pageElements with ID ################## ##############################*/

#page{
	position: relative;
	margin: 0 auto; 	/* centers #page in standard browsers */
	width: 955px;
	text-align: left; 	/* disables text-align: center in body-tag */
	max-width: 955px;
}

#pageHead {
	position: relative;
	height: 92px;
}

#logo{
	position: absolute;
	top: 20px;
	left: -7px;
	float: left;
	width: 193px;
	height: 59px;
	z-index: 10;
}

.languageNavi {	
	margin-right: 30px;
	float: right;
	line-height: 2.0em;
}

#search{
	position: absolute;
	right: 7px;
	bottom: 6px;
	float: right;
	margin-left: 3px;
	line-height: 2.0em;
	font-size: 1.2em;
}
#searchHolder { 	
	float: right;
}
#searchHolder p {
	padding: 0px;
	margin: 0px;
}

.searchInput {
	font-size: 1.0em;
	width: 13.5em;
	height: 14px;
	border: 1px solid;
	margin-right: -3px;
	margin-top: -1px!;
}

.searchSubmit {
    height: 18px;
    width: 18px;
    vertical-align: bottom;
    margin-bottom: 5px;
    border: none;
}

#pageHolder{
	position: relative;
	width: 956px;
	height: 100%;
	margin-top: 20px;
	overflow: hidden;
}

#pageContent{
	width: 930px;
	padding: 9px;
	height: 100%;
	color: #FFF;
	background: #FFF;
}

* html #pageContent{
	padding-bottom: 0px;
	border-bottom: 9px solid #FFF;
}

#shadowCorner{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 7px;
	height: 7px;
	font-size: 0px;
}

#shadowFill{
	position: absolute;
	top: 7px;
	right: 0px;
	width: 7px;
	height: 100%;
	background-repeat: repeat-y;
	font-size: 0px;
	overflow: hidden;
}

#containerHolder {
	width: 930px;
	height: 100%;
	overflow: hidden;
}

/*------NAVI --------*/
#naviContainer{
	position: relative;
	width: 168px;
	float: left;
	font-size: 1.2em;
}

#mainNavi{
	position: relative;
	list-style-type: none;
}

#menuAnimation{
	position: absolute;
	bottom: 9px;
	width: 168px;
	height: 122px;
}

/*-------------------*/

#contentContainer {
  	color: #FFF;
	width: 753px;
	/*height: 100%;*/
	float: right;
	border-left: 9px solid;
	margin: 0 0 -9px;
}
#contentContainer p{
	color: #333;
}

@media screen and (min-width: 0px){ #contentContainer { margin-top: -6px; }} /* fix 6px-space at top in Opera 9 */

.contentSeparator{	
	width: 9px;
	float: left;
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}

.contentHeaderImg, .contentCharacteristicsImg {
	position: relative;
	margin-left: -9px;
	overflow: hidden;
	font-size: 0px;
}
.contentHeaderImg img, .contentCharacteristicsImg img {
	margin-left: 9px;
	margin-bottom: 9px;
	vertical-align: bottom; /* fix descender problem Opera 9 (avoid 3-4px spacing under image)*/
}

.contentHeaderImg a, .contentCharacteristicsImg a {
	position: relative;
	display: block;
}

.imageHolder{
	margin-left: -9px;
	overflow: hidden;
	font-size: 0em;	
}

.imageHolder img{
	margin-left: 9px;
	margin-bottom: 9px;
	vertical-align: bottom; /* fix descender problem Opera 9 (avoid 3-4px spacing under image)*/
}

#contentFooter{
	position: relative;
	height: 44px;
	margin-left: 168px;
	background-repeat: 		no-repeat;
	background-position: 	9px 0px;
	border-top: 9px solid;
	clear: both;
}

#contentFooter img{
	float: left;
	margin-left: 9px;
}

#footer{
	height: 33px;
	text-align: right;
	clear: both;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 1.2em;
}

#footerBg{
	font-size: 0px;
	height: 7px;
	width: 100%;
}

#footer span{
	line-height: 3.2em;
	margin-right: 7px;
}

#footer a.facebook{
  display: none;
  line-height:3.2em;
	float:left;
	background: url('/fileadmin/templates/main/images/icons/facebook.gif') no-repeat 0 0.5em;
	padding-left: 30px;
	margin-left: 10px;
}

#map {
	width: 100%;
	height: 372px;
	border-bottom: 9px solid #FFF;
	margin: 0 -9px 0 0!;
	padding: 0;
}
#directions {
	padding: 5px;
	font-size: 1.2em;
	width: 100%;
	margin: 0 -9px 0 0!;
	border-bottom: 9px solid #FFF;
}
#directions .calcRoute {
	padding: 4px;
	padding-right: 13px;
}
#directions form {
	padding: 4px;
	padding-top: 5px; 
}
#mapFromAddress{
	font-size: 1.0em;
	width: 13.5em;
	height: 14px;
	border: 1px solid;
	margin-right: -3px;
	margin-bottom: 3px;
    margin-bottom: 2px!;
}
 
.googledir {
	padding: 4px;
	padding-right: 13px;
	margin: 0px;
}

/* ### Classes ##############################################################*/

.contentFooterLink {
	margin: 0px;
	margin-top: 7px;
	margin-right: 9px;
	float: right;
}
#contentFooter img.footerLink {
	margin: 0px;
}

/* ### Tables ##############################################################*/

.contenttable {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 1.2em;
	border-spacing: 0;
	border-collapse: collapse;
}

.contenttable-1 {
	text-align: right;
}

.tr-odd,
.tr-even {
	vertical-align: top;
}

.tr-0 {
	vertical-align: top;
	font-weight: bold;
	padding-left: 9px;
}

.contenttable-1 .tr-0 {
    text-align: right;
}

.td-0 {
    text-align: left;
}

.td-0, .td-1, .td-2, .td-3, .td-4, .td-5, .td-6 {
	padding: 4px;
	padding-left: 9px;
}

.tr-last td {
    padding-bottom: 13px;
}

/* ### Flash  ##############################################################*/

.tx-rbflashobject-pi1-swf_altcontent {
	width: 753px;
	padding: 0px;
	margin: 0px;
	border: none;	
	border-bottom: solid #fff 9px;
	line-height: 0px;
	font-size: 0px;
	/*height: 640px;*/
}

/* ### tx_indexedsearch  ###################################################*/
.csc-firstHeader { padding: 9px 0 0 9px; }
.tx-indexedsearch { font-size: 1.2em; padding: 0 9px 9px 9px; }
.tx-indexedsearch .tx-indexedsearch-descr { padding: 0 0 20px 0; }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { font-weight: bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-category { font-size:16px; font-weight:bold; }

/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* ### tx_sr_sendcard  ################################################### */
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}

.tx-srsendcard-pi1-field {
    margin: 17px 0 0 0;
}

.tx-srsendcard-pi1-image-selector {
	/* CAUTTION: "position: relative;" causes freeze in IE 6 at this position - DO NOT USE!!! */
	margin-bottom: -9px;
	margin-right: -9px;
	overflow: hidden;
	font-size: 0px;
	width: 508px;
}

.tx-srsendcard-pi1-image-selector { padding: 0 0 9px 0!; } /* fix bug in IE: last white line not displayed, because of float left */

.tx-srsendcard-pi1-image-selector a {
    width: 118px;
    height: 98px;
    float: left;
    overflow: hidden;
    display: block;
}

.tx-srsendcard-pi1-image-selector dl {
    float:left;
    margin: 0 5px 9px 0;
}

.tx-srsendcard-pi1-image-selector dd {
    display: none;
}

.tx-srsendcard-pi1-image-selector img {
	margin-left: -9px;
}
 
.tx-srsendcard-pi1-card-form, .tx-srsendcard-pi1-card {
    width: 100%;
    border-top: 9px solid;
}

.tx-srsendcard-pi1-card-image-wrap,
.tx-srsendcard-pi1-card-image {
    float: left;
    width: 372px;
}

.tx-srsendcard-pi1-card-form-wrap,
.tx-srsendcard-pi1-card-message,
.tx-srsendcard-pi1-card-buttons {
    float: right;
    width: 372px;
}

.tx-srsendcard-pi1-card-form-to,
.tx-srsendcard-pi1-card-form-from {
    float: left;
}
.tx-srsendcard-pi1-card-form-to div,
.tx-srsendcard-pi1-card-form-from div {
    float: left;
    padding: 0 0 0 7px;
    width: 174px;
}

.tx-srsendcard-pi1-card-form-msg,
.tx-srsendcard-pi1-card-form-send {
    clear: both;
    padding: 0;
    margin: 0;
}

.tx-srsendcard-pi1-card-form-msg {
    margin: 0 0 0 7px;
}

.tx-srsendcard-pi1-no-border {
    border: none;
}

.tx-srsendcard-pi1-card-caption {
    border-top: 9px solid #FFF;
    padding: 9px;
    font-size: 1.2em;
    margin: -4px 0 0 0;
}

.tx-srsendcard-pi1-card-message-top { margin: 9px 9px 0 9px; height: 10px; width: 354px; }
.tx-srsendcard-pi1-card-message p { margin: 0 9px; padding: 0 9px; font-size: 1.2em; }
.tx-srsendcard-pi1-card-message-bottom { margin: 0 9px 9px 9px; height: 40px; width: 354px; }
.tx-srsendcard-pi1-error-message { margin: 0 0 4px 0; padding: 0; }

input#tx_srsendcard_pi1_to_name, input#tx_srsendcard_pi1_to_email,
input#tx_srsendcard_pi1_from_name, input#tx_srsendcard_pi1_from_email {
	height: 1.1em;
	font-size: 1.2em;
    width: 173px;
    border: 1px solid;
}

.tx-srsendcard-pi1-field label {
    font-size: 1.2em;
    display: block;
    color: #333;
}

input#tx_srsendcard_pi1_from_name  { float: left; }
input#tx_srsendcard_pi1_from_email { margin: 0 -1px 0 0; float: right; }
input#tx_srsendcard_pi1_to_name    { float: left; }
input#tx_srsendcard_pi1_to_email   { margin: 0 -1px 0 0; float: right; }

textarea#tx_srsendcard_pi1_card_message { width: 354px; }

.tx-srsendcard-pi1-card-buttons {
    text-align: right;
    font-size: 1.2em;
}
.tx-srsendcard-pi1-card-buttons a {
    margin: 0 8px;
}

.tx-srsendcard-pi1-submit {
    float: right;
    margin: 17px 8px 17px 0;
}

.tx-srsendcard-pi1-card-sent p {
    font-size: 1.2em;
    margin: 0 0 0 9px;
}

.tx-srsendcard-pi1-card-sent a { font-weight: bold; }
.tx-srsendcard-pi1-card-sent a:hover { text-decoration: underline; }

.tx-srsendcard-pi1-submit:hover,
.tx-srsendcard-pi1-card-buttons a:hover {
    text-decoration: underline;
}

/* ### Contact-formular ######################################################*/

.csc-mailform {
	border: 0px;
	padding: 9px;
	font-size: 1.2em;
}

.csc-mailform-field label {
	width: 120px;
	float: left;
	margin-bottom: 9px;
	margin-right: 9px;
}
.csc-mailform-field input#mailformName,
.csc-mailform-field input#mailformFirma,
.csc-mailform-field input#mailformStrasse_Nr,
.csc-mailform-field input#mailformPLZ_Ort,
.csc-mailform-field input#mailformLand,
.csc-mailform-field input#mailformTelefon,
.csc-mailform-field input#mailformTelefax,
.csc-mailform-field input#mailformEMail {
	width: 300px;
	font-size: 1.0em;
	height: 1.1em;
	float: left;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	border: 1px solid;
}
.csc-mailform-field textarea {
	width: 300px;
	font-size: 1.0em;
	float: left;
	border: 1px solid;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
}

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

.csc-mailform-field input.csc-mailform-submit {
	width: 100px;
	padding: 0px;
	margin: 0px;
	margin-top: 9px;
	margin-left: 129px;
}

/* ### Inline-Popup ######################################################*/

.lightwindow{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
* html .lightwindow {
	position: relative;
	float: right;
}

html>body .inlinePopup {
	position: absolute;
	right: 9px;
	bottom: 0px;
	width: 30px;
	height: 30px;
}
* html .inlinePopup{
	position: absolute;
	right: 9px;
	top: -39px;
	width: 30px;
	height: 30px;
}

html>body .inlinePopupFilm {
	position: absolute;
	right: 48px;
	bottom: 0px;
	width: 30px;
	height: 30px;
}
* html .inlinePopupFilm {
	position: absolute;
	right: 48px;
	top: -39px;
	width: 30px;
	height: 30px;
}

.inlinePopup img{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

/* ### csc ### */

.csc-textpic-text {
    padding: 0 18px 0 9px;
	font-size: 1.2em;
}

.csc-textpic {
    padding: 0 0 0 9px;
    color: #333;
}


/* ### tt_news ###############################################################*/
div.news-list-item img {
	float: right;
}

div.news-list-item h3 {
	padding: 0 9px;
}

div.news-list-item p {
	padding: 0 0 0 9px;
}

hr.clearer {
	height: 9px;
	color: white;
	background: white;
	border: 0;
	clear: both;
}

/* ### News-Elements #########################################################*/

.newsHeadline h1 {
	float: left;
	position: relative;
	width: 100%;
	width: 744px!;
	padding: 9px 0 9px 9px;
	border-bottom: 9px solid #FFF;
}

.newsList, .newsSingle {
	position: relative;
	border-bottom: 9px solid #FFF;
	width: 753px;
	clear: both;
	overflow: hidden;
}

.newsList .newsListItem,
.newsSingleContent {
	color: #333;
	float: left;
	font-size: 1.2em;
	width: 475px;
	padding-right: 15px;
	padding-left: 9px;
	padding-bottom: 1000em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}

.newsList .newsListItem h3,
.newsSingleContent h3 {
	font-weight: normal;
	font-size: 1.6em;
	padding-top: 9px;
}

.newsListDate,
.newsSingleDatetime {
	font-style: italic;
}

.newsListMore a,
.newsListMore a:link,
.newsListMore a:hover,
.newsListMore a:active,
.newsListMore a:visited {
	color: #333;
	text-decoration: underline;
	background-position: 0.2em 0.5em;
	background-repeat: no-repeat;
	padding: 0 0 0 1.1em;
	background-image: url('/fileadmin/templates/main/images/bg/arrow_magenta.gif');
}

.newsListImg {
	float: right;
	width: 245px;

	padding-bottom: 1000em;     /* X + padding-bottom */
	margin-bottom: -1000em;     /* X */
}
.newsListImg img {
	float: right;
	width: 100%;
	margin-bottom: -18px;
}

.newsListBrowse {
	font-size: 1.2em;
	padding: 9px;
}

.newsListBrowse p {
	padding: 0;
	margin: 0;
}

.newsDownload {
	border: 0px;
	font-size: 1.2em;
	margin: 0 0 9px;
}
.newsDownload a {
	float: left;
	padding: 0 0 4px 9px;
	margin: 9px 0 -4px 0;
}

.newsDownload a img {
	margin: 0 0 -5px 0;
}

/* ### wt-gallery ############################################################*/

.tx-wtgallery-pi1 {
	margin: 0 0 -9px -9px;
	background: #FFF;
	width: 508px;
	overflow: hidden;
	font-size: 10px;
}

/* fix bug in IE: last white line not displayed, because of float left */
.wtgallery_listpic {
	padding: 0 0 9px 0!;
}

.wtgallery_singlepic_pic {
	border-bottom: 9px solid #FFF;
}

#wtgallery_singlepic_area,
.wtgallery_singlepic_comment {
	margin: 0 0 9px 9px;
	background: #E8F2D4;
}

.wtgallery_singlepic_comment {
  width: 245px;
}

.wtgallery_listpic a {
    width: 118px;
    height: 98px;
    float: left;
    overflow: hidden;
    margin: 0 0 9px 9px;
	display: block;
}

/** IE6 Bug margin-problem **/
* html .wtgallery_listpic a {
    margin: 0!;
    padding-left: 9px;
}
* html .tx-wtgallery-pi1 {
	margin: 0 0 -9px -9px;
	background: #fff;
	width: 508px;
	overflow: hidden;
	font-size: 0px;
}

* html #contentRight .tx-wtgallery-pi1 {
	margin: 0 0 0 -9px;
	background: #FFF;
	width: 254px;
	overflow: hidden;
	font-size: 10px;
} 
/** IE6 Bug margin-problem (end) **/

.wtgallery_singlepic_comment td {
    font-size: 12px;
}

.wtgallery_singlepic_comment .tr-last td {
    padding-bottom: 0;
}

.wtgallery_singlepic_comment .tr-last .td-last {
    text-align: right;
}

.wtgallery_singlepic_comment .tr-last td img {
    vertical-align: bottom;
    margin: 5px 10px 0 0;
    width: 30px;
    height: 30px;
}

.wtgallery_singlepic_backtolist {
  font-size: 12px;
  float: left;
  margin: 2px 0 0 10px;
  margin: 5px 0 10px 10px!;
}

.wtgallery_singlepic_back,
.wtgallery_singlepic_fwd {
  font-size: 12px;
  float: left;
  width: 115px;
}

.wtgallery_singlepic_back {
  margin: 0 10px 3px 65px; 
}

.wtgallery_singlepic_fwdback div a img {
  margin: 0 0 -3px 0;
  margin: 3px 0 -3px 0!;
}

/* ### flv-gallery ###########################################################*/

.tx-bddbflvvideogallery-pi1 {
	float: left;
	width: 100%;
}

.tx-bddbflvvideogallery-pi1 #flvplayercaption {
	float: left;
	border-bottom: 9px solid #FFF;
}

.tx-bddbflvvideogallery-pi1 #flvplayercaption #player {
	margin: 0 0 -4px;
	margin: 0!;
}

html:first-child>b\ody .tx-bddbflvvideogallery-pi1 {
	margin: 6px 0 -4px;
}

.tx-bddbflvvideogallery-pi1 #playlist .flvplayer_listpic {
	width: 118px;
	height: 98px;
	border-right: 9px solid #FFF;
	border-bottom: 9px solid #FFF;
}

.tx-bddbflvvideogallery-pi1 #playlist .flvplayer_listpic .flvplayer_listpic_pic {
	width: 118px;
	height: 98px;
}

.tx-bddbflvvideogallery-pi1 #playlist {
	float: left;
	width:381px;
	padding: 0 0 0 9px;
	margin: 0 -9px 0 0;
	margin: 0 -9px -16px 0!;
}

* html .tx-bddbflvvideogallery-pi1 #playlist { margin: -2px 0 0 0; }

/* ### powermail #############################################################*/

.tx-powermail-pi1 {
	font-size: 1.2em;
	margin: 0 10px;
}

.tx-powermail-pi1 fieldset {
	border: none;
}

.tx-powermail-pi1 legend {
	display: none;
}

.tx-powermail-pi1 label {
	display: block;
	float: left;
	width: 130px;
}

.tx-powermail-pi1 .powermail_text,
.tx-powermail-pi1 .powermail_textarea {
	font-size: 1em;
	border: 1px solid #666;
	padding: 2px 3px;
	margin: 0 0 5px 0;
}

.tx-powermail-pi1 .powermail_uid25 {
	font-size: 1em;
	border: 1px solid #666;
	width: 158px;
	margin: 0 0 5px 0;
	height: 1.4em;
	height: 1.8em!;
	vertical-align: middle;
}

.tx-powermail-pi1 .powermail_uid26,
.tx-powermail-pi1 .powermail_uid27 {
	width: 150px;
}

.tx-powermail-pi1 .powermail_uid21,
.tx-powermail-pi1 .powermail_uid22,
.tx-powermail-pi1 .powermail_uid23,
.tx-powermail-pi1 .powermail_uid24,
.tx-powermail-pi1 .powermail_uid28 {
	width: 280px;
}

.tx-powermail-pi1 .powermail_submit {
	font-size: 1em;
	margin: 0 0 0 129px;
	padding: 2px 3px;
}

.tx-powermail-pi1 table {
	border: none;
	border-spacing: 0;
}

.powermail_all b {
	display: block;
	float: left;
	margin: 0 20px 0 0;
}


.tx-powermail-pi1_confirmation {
	margin: 10px 8px 0 0;
}

.tx-powermail-pi1_confirmation_submit {
	float: left;
}

.powermail_mandatory_js {
	margin: -3px 0 5px 130px;
	color: #ED2790;
}

/* AddToAny-Button */
.contentAddToAny {
	padding: 9px 0 5px 9px;
}

/* formhandler ################################## */
.Tx-Formhandler label {
    display:block;
    float:left;
    width:130px;
}
.Tx-Formhandler .row.input_text input {
    width:280px;
    border:1px solid #666666;
    font-size:1em;
    margin:0 0 5px;
    padding:2px 3px;
}
.Tx-Formhandler .row.input_submit input {
    margin:0 10px 10px 0;
}
.Tx-Formhandler input#plz,
.Tx-Formhandler input#age {
  width: 50px;
}

/* ### Quicklinks ### */
div#quicklinks {
    padding-top: 10px;
}
div#quicklinks span,
div#quicklinks ul li {
    display:block;
    padding: 5px 5px 0px 8px;
}
div#quicklinks ul {
    border-top: 1px dotted #333;
    margin-top: 1px;
}
div#quicklinks ul li.opening_hours {
    background: url('/fileadmin/templates/main/images/icons/opening_hours.gif') no-repeat 11px 6px;
    padding-left: 38px;
}
div#quicklinks ul li.weather {
    background: url('/fileadmin/templates/main/images/icons/weather.gif') no-repeat 8px 3px;
    padding-left: 39px;
}