/* ----------------------------------------------------------------------------------------------------------- */
/* Standart Elemente */

* html, * html body {
		margin:0;
		padding:0;
		margin-left:25px;
		height:100%;
		overflow:auto; 
}

html, body {
	height:100%;
}

* html #wrapper {
	padding:0;
	height:100%;
	width:100%;
	position:relative;
}
* html #wrapper { /* IE Hack fuer 100 Prozent Hoehe */
	height: 100%;
	position:relative;
	width: 929px;
}
body {
	background-color: #fff;
	font-family: Tahoma, Verdana;
	font-size: 9pt;
	color: #333333;
	padding:0px;
	margin:0px;
	margin-left: 25px;
}
p, td, th, div { 
	font-size: 9pt;
	line-height:12pt;
}
.smaller-font-size {
	font-size:8pt;
	line-height:10px;
}
table.md-standard-tabelle2 td p.smaller-font-size {
	font-size:11px;
	line-height:normal;
}
p.rechts {
	text-align: right;
}
p.links {
	text-align: left;
}
p.zentriert {
	text-align: center;
}
a:link, a:active, a:visited {
	color:#1E6289;
	text-decoration : underline;
}

a:hover {
	color: #FF9900;
	text-decoration : underline;
/*	font-weight: bold; */
}
.clearb {
	clear: both;
}
td .rechts{
	text-align:right;
	float:right;
}
a img:link, img {
	border-width: 0;
	text-decoration:none;
	color:#FFFFFF;
}
form {
	padding:0px;
	margin:0px;
/*	max-width:384px; */
}
h1 {	
	font-family: Tahoma, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: #FF9900;
	/*line-height: 30px;*/
	margin-bottom:20px;
}
h2, .ueberschrift {	
	font-family: Tahoma, Verdana;
	font-size: 10.5pt;
	font-weight: bold;
	color: #FF9900;
}
h2 p {
	padding:0px;
	margin:0px;
}
h3 {	
	font-family: Tahoma, Verdana;
	font-size: 10.5pt;
	font-weight: bold;
	color: #333333;
	padding-bottom:-10px;
	margin-bottom:-10px;
}

h4 {
	font-size: 10pt;
	font-weight:normal;
}

ul, li{
	list-style:square url(../images/dot_pfeil.gif);	
}
.orange{
	color:#FF9900;
	}
/* ----------------------------------------------------------------------------------------------------------- */
/* grundlegende Struktur */
#wrapper {
	width: 929px;
	min-height: 100%;
	position: relative;
}
#topwrapper {
	height: 251px;
}
#topimagecontainer {
	width: 567px;
	float: left;
	height: auto;
}
#topimage {
	padding-left: 5px;
	padding-right: 5px;
}
#topline {
	background-color: #FFFFFF;
	height: 5px;
}
#middlewrapper {
	/*padding-bottom: 62px;*/
	padding-bottom: 0px;
}
#contentcontainer {
	width: 567px;
	float: left;
	height: auto;
}
#header {
	width: 760px;
	height: 150px;
}
#printlink {
	float: right;
	/*padding-right: 10px;*/
	padding-top: 10px;
	padding-bottom:24px;
	clear:both;
	/*width:290px;*/
}

/*.addthis_toolbox {
	float:left;
	padding-right:18px;
}*/

.tool-section-container {
	float:right;
	width:360px;
	/*width:320px;*/
	clear:both;
	padding-top:18px;
	padding-bottom:12px;
}

.addthis_toolbox .addthis_button_facebook_like iframe {
	border-top:0 !important;
	padding-top:2px !important;
	position:relative;
	top:0px;
	/*width:78px !important;*/

}
.addthis_button_compact {
	position:relative;
	top:2px;
}
.addthis_toolbox a {
	/*padding-top:6px !important;*/
}
.addthis_default_style .addthis_separator {
	margin:0 !important;
}

#printlink A{
	text-decoration:none;
	color: #808080;
	font-size: 8pt;
}
#content {
	padding-left:15px;
	padding-right:15px;
	margin-top: 10px;
}
#colNormal {
}
/*Christoph: DO 13.09.2007*/
#colNormal td p {
	margin:0px;
}
/* ---------------------- */
#path{
	padding-left: 15px;
	color:#A6999D;
	font-size:11px;
}
#path A {
	text-decoration:none;
	font-size:11px;
	font-weight: normal;
	color:#A6999D;	
	font-family: Tahoma, Verdana;
}
#path B A {
	font-weight: bold;
}
/*
/* Logo Container */
#logocontainer {
	height: 65px;
	background-color: #FFFFFF;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Top Menue */
#menutcontainer {
	width: 929px;
	background-color: #FFFFFF;
	}
#menut {
	height: 21px;
	line-height: 20px;
	text-align: right;
	color: #696969;
	font-size: 13px;
	margin-top:3px;
}
#menut A {
	text-decoration: none;
	/*color: #696969;*/
	color:#666666;
	font-size: 13px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Bottom Menue */

/*
#menubcontainer {
	position: absolute;
	background-color: #FFFFFF;
	width: 929px;
	z-index:2;
}
*/
#menubcontainer {
}
* html #menub {
	background:#ffffff;
	text-align:center;
	width: 929px;
	position:absolute;
	bottom:0;
	padding:12px 0;
}
#menub {
	background-color: #FFFFFF;
	text-align:center;
	width: 929px;
	position:absolute;
	bottom:0;
	padding:12px 0;
}
#menublinks{
	display:none;
}
#menub A, #menub A:Visited, #menub A:Active{
	font-size:9pt;
	font-weight:bold;
	text-decoration:none;
}
#menub A:Hover{
	text-decoration:underline;
	font-weight:bold;

}
/* ----------------------------------------------------------------------------------------------------------- */
/* Vertikale Navigation links oben */
#menuvtopcontainer {
	width: 181px;
	float: left;
	display:block;
}
#menuvtop {
	padding-top: 15px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Vertikale Navigation links */
#menuvcontainer {
	width: 181px;
	float: left;
	display:block;
	margin-top:-5px;
}
#menuv {
	padding-bottom: 25px;
}
.sub-menu-l2 {
	padding-top:23px;
}
.sub-menu-st {
	background:url(../images/navi/sub-menu-st_bg-top.gif) top left no-repeat;

}
.sub-menu-sp {
	background:url(../images/navi/sub-menu-sp_bg-top.gif) top left no-repeat;	
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Vertikale Navigation rechts oben */
#menurtopcontainer {
	width: 181px;
	float: left;
}
#sprachwahl, #sprachwahl A {
	height: 19px;
	padding-top:5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	text-decoration:none;
}
#sprachwahl A:Hover{
	text-decoration:underline;
}
#rechtsoben {
	height: 170px;
	padding: 0px;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Vertikale Navigation rechts */
#menurcontainer {
	width: 181px;
	float: left;
	padding-bottom:16px;
}
#menur {
	padding-top: 0px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* MD DOWNLOADBOX */
.md_downloadboxtitle {
	font-size: 11px;
	font-weight: bold;
	line-height:13pt;
	background: #99CCFF;
	padding:1px;
}
.md_downloadboxheadrow {
	font-size: 9pt;
}
.md_downloadboxrow1 {
	background-color: #ECF5FF;
	padding-top:1px;
	padding-bottom:1px;
}
.md_downloadboxrow2 {
	background-color: #FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
}
.md_downloadboxfilename {
	width: 89%;
	padding-left:5px;
}
.md_downloadboxfiletype {
	width: 60px;
	padding-right:5px;
}
.md_downloadboxfilesize {
	width: 60px;
	text-align:right;
}
.md_downloadboxtable {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9299AB;
	width: 100%;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* NEWS */
.news-single-author, .news-single-timedata {
	display:none;
}
.news-single-item H3 {
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 0px none #FFFFFF;
	line-height:normal;
	text-align:justify;
	padding-bottom:20px;
	margin-bottom:0px;
}
.news-single-item H1, .news-single-item H1 strong{
	padding-top:0px;
	margin-top:0px;
}
.news-list-item H3, .news-list-item H3 A{
	font-size: 12px;
	line-height:normal;
	font-weight:bold;
	padding-bottom:10px;
	margin-bottom:0px;
	color: #F89322;
	text-decoration: none;
}
.news-single-item P {
	text-align:justify;
}
.news-list-item IMG {
	float:left;
	margin-right: 15px;
}
.news-single-img{
	float:right;
	padding-left:10px;
	padding-top:10px;
}
.news-list-date {
	float: right;
}
.news-single-imgcaption{
	padding-top:0px;
	padding-bottom:10px;
	margin-top:0px;
	font-size:7pt;
}
.news-single-files dt {
	font-weight:bold;
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Indexed Search */
.tx-indexedsearch .tx-indexedsearch-icon img {
	margin-right:2px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox {
	text-align:center;
}
.tx-indexedsearch .tx-indexedsearch-browsebox ul.browsebox {
	margin:0;
	padding:0;
	margin-top:12px;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline;
	padding:0 6px;
	}
.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:normal;
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color:#000000;
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	/* background:#FFDB8A; */
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;
	clear:both;
	}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;
	}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
	}
.tx-indexedsearch .tx-indexedsearch-category {
	background:#cccccc;
	font-size:16px;
	font-weight:bold;
	}
.tx-indexedsearch-res TABLE {

}
.tx-indexedsearch-percent {
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-title {
	font-size:12px;
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-path a,
.tx-indexedsearch .tx-indexedsearch-path a:hover,
.tx-indexedsearch .tx-indexedsearch-path a:active,
.tx-indexedsearch .tx-indexedsearch-path a:visited {
	text-decoration:none;
}

.tx-indexedsearch .tx-indexedsearch-title a,
.tx-indexedsearch .tx-indexedsearch-title a:hover,
.tx-indexedsearch .tx-indexedsearch-title a:active,
.tx-indexedsearch .tx-indexedsearch-title a:visited {
	
}

/* ----------------------------------------------------------------------------------------------------------- */
/* Untertitel */
.csc-subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	margin-top: -20px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
}
.csc-frame-rulerBefore{
	margin-top:10px;
	padding:0px;
	height: 1px;
	border-top: 1px solid #99CCFF;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Text und Bild */
.csc-textpic-imagerow{
	margin-bottom:20px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Searchbox */

.tx-macinasearchbox-pi1 .container {
	padding-left:8px;
	padding-right:8px;
}
.tx-macinasearchbox-pi1 .headline {
	color: #FFFFFF;
	font-weight: bold;
}
.tx-macinasearchbox-pi1 .sword{
	float: left;
	border-top: 1px solid #B8693E;
	border-left: 1px solid #B8693E;
	width:136px;
	padding:0px;
	margin:0px;
	height:18px;
	line-height: 18px;
	font-size: 14px;
}
.tx-macinasearchbox-pi1 .imageField{
	width: 21px; 
	height: 21px; 
	border: 0px;
	margin-left: 4px;
	margin-bottom: -4px; 
	padding-bottom: 0px;
}
.csc-frame-rulerAfter{
	border-top: 1px solid #BBBDBF;
	margin-top:20px;
	margin-bottom:20px;
}
.csc-textpic p{
	padding-top:0px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Ticker */
.tx-mjnewsticker-pi1 {
	padding-left: 15px;
	padding-right: 15px;
}
.tx-mjnewsticker-pi1 MARQUEE {
	color: #F79C33;
	font-weight: bold;
	}
.tx-mjnewsticker-pi1 TABLE{
	width: 537px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Einruecken 0/33/66 */
.csc-frame-indent {
	float: left;
	width: 171px;
	margin-right: 11px;
	}
.csc-frame-indent3366 {
	float: left;
	width: 171px;
	margin-right: 11px;
	}
.csc-frame-indent6633 {
	float: left;
	width: 171px;
	}
.csc-frame-indent ul, .csc-frame-indent3366 ul, .csc-frame-indent6633 ul {
	padding-left: 20px;
	margin: 0px;
	}
.csc-frame-indent li, .csc-frame-indent3366 li, .csc-frame-indent6633 li {
	padding: 0px;
	margin: 0px;
	list-style-image: url(../images/menu-arrow-right.gif);
	}
/* ----------------------------------------------------------------------------------------------------------- */
/* DHTML Popup */
#dhtmlpopup {
	position: absolute;
	visibility: inherit;
	left: 339px;
	top: 51px;
	z-index: 1111;
/*	background-image: url(../images/dhtmlpopup.png); */
	width: 278px;
	height: 613px;
}
.pic_sonnenpark {
	background-image: url(../images/dhtmlpopup.png);
}
.pic_sonnentherme {
	background-image: url(../images/dhtmlpopup2.png);
}
.pic_sunnybunny {
	background-image: url(../images/dhtmlpopup3.png);
}

#dhtmlclose {
	position: absolute;
	top: 585px;
	width: 150px;
	height: 20px;
}
#dhtmlcontent {
	padding-top: 270px;
	padding-left: 10px;
	padding-right: 10px;
}
#dhtmlcontent H1{
	margin: 0px;
	padding: 0px;
	color: #E93306;
	font-size: 11px;
	font-weight: bold;
}
#dhtmlcontent P{
	font-size: 11px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Massage - Preis- u. Infotabelle */
table.massage-preise p {
	padding:0px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Buchungsanfrage (Sonnenpark) */
.tf-label {
	padding-left:8px;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Baby-Sommer-Tables HU */
.babysommer-table {table-layout:fixed;}
.babysommer-table th, .babysommer-table td  {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
}
.babysommer-table td {
	vertical-align:middle;
	text-align:center;
	font-size:10px;
	background-color:#EEF0FE;
	line-height:10px;
	color:white;
	font-weight:bold;
}
.babysommer-table th {
	color:white;
	text-align:center;
	vertical-align:middle;
}
.babysommer-table th.v {
	width:75px;
	font-size:10px;
	vertical-align:middle;
}
.babysommer-table th.first {
	font-size:13px !important;
}
.babysommer-table th.h {
	width:100px;
}
.babysommer-table th.v, .babysommer-table th.h {
	background-color:#8C9CD6;
}
/* braun */
.babysommer-table .color1 {
	background-color:#C7641B;
}
/* blau */
.babysommer-table .color2 {
	background-color:#7BBDEF;
}
/* gelb */
.babysommer-table .color3 {
	background-color:#E7B511;
}
/* hellblau */
.babysommer-table .color4 {
	background-color:#BCDCF7;
}
/* hellbraun */
.babysommer-table .color5 {
	background-color:#D58433;
}


.do-not-show {
	display:none;
}




/* ----------------------------------------------------------------------------------------------------------- */
/* Email Subscribe (tx_sremailsubscribe_pi1) */

.tx-sremailsubscribe-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0; text-indent: 0; }
.tx-sremailsubscribe-pi1 p.tx-sremailsubscribe-pi1-click-to-edit { margin-left:0px; margin-right:0px; }
.tx-sremailsubscribe-pi1 h4 { margin-top: 0; padding: 0; }
.tx-sremailsubscribe-pi1 legend { padding: 0 .5em; font-weight: bold; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-trash { margin-bottom: 2em; }
.tx-sremailsubscribe-pi1 a { padding-left: 14px; background-image: url("/typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-sremailsubscribe-pi1 label { margin: 0; padding: 0; }
.tx-sremailsubscribe-pi1 label span { color: #ff0000; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-error { color: #ff0000; }
.tx-sremailsubscribe-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-sremailsubscribe-pi1 input[type=password] { margin-right: 1em; }
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-password { margin-right: 1em; }
.tx-sremailsubscribe-pi1 input[type=radio], .tx-sremailsubscribe-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-radio, * html .tx-sremailsubscribe-pi1 input.tx-sremailsubscribe-pi1-checkbox { background-color: transparent; }			.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-delete-icon:hover { cursor: pointer; }
.tx-sremailsubscribe-pi1 a.tx-sremailsubscribe-pi1-file-view { padding-left: 15px; background-image: url("../typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-sremailsubscribe-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes { list-style-type: none; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-sremailsubscribe-pi1 ul.tx-sremailsubscribe-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-sremailsubscribe-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-sremailsubscribe-pi1 dt, .tx-sremailsubscribe-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left; }
.tx-sremailsubscribe-pi1 dt { clear: both; width: 25%; text-align: right; padding-right: 1em; }
.tx-sremailsubscribe-pi1 dd { text-align: left; width: 50%; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-sremailsubscribe-pi1 .tx-sremailsubscribe-pi1-multiple-checkboxes dd { width: auto; float:none; }
* html .tx-sremailsubscribe-pi1 dd { float: none; }
.tx-sremailsubscribe-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; }
.tx-sremailsubscribe-pi1 dd label { padding: 0 1em 0 .5em; }



.tx-sremailsubscribe-pi1 fieldset {
	border:1px #BFB8BF solid;
	padding-bottom:12px;
}
.tx-sremailsubscribe-pi1 fieldset legend {
	color:#000000;
}
.tx-sremailsubscribe-pi1 dt {
	width:190px;
}
.tx-sremailsubscribe-pi1 dl {
	margin:0; padding:0;
}

.tx-sremailsubscribe-pi1 fieldset table td {
	padding:3px 0;
}
.nl-registration-inner-table td {
	vertical-align:top;
	padding:4px 0;
}
.email-subscribe-label-col {
	text-align:right;
	width:150px;
}
.tx-sremailsubscribe-pi1 fieldset label {
	padding-right:12px;
}
td.no-vertical-padding {
	padding-top:0;
	padding-bottom:0;
}


table.tx-mdflvengine-pi1-listrow h3 {
	line-height:normal;
	margin-bottom:3px;
	margin-top:0px;
}
table.tx-mdflvengine-pi1-listrow img {
	margin-right:10px;
}
table.tx-mdflvengine-pi1-listrow td {
	padding:10px 0;
}
/* ----------------------------------------------------------------------------------------------------------- */
/* Tabellen */
.md-standard-tabelle {
	width:536px;
	margin:12px 0;
	border-collapse: collapse;
}
.md-standard-tabelle2 {
	width:536px;
	margin:12px 0;
	border-collapse: collapse;
}
#colNormal .md-standard-tabelle2 td {
	vertical-align:top;
	padding:0;
}
#colNormal .md-standard-tabelle2 td p {
	padding:0;
	margin:0;
}
.md-standard-tabelle td {
	padding:2px 6px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	vertical-align:top;
}
.orange-1 {
	background:#f89223;
}
.orange-2 {
	background:#fbc386;
}
.orange-2-b {
	background:#fde2c3;
}
.orange-3 {
	background:#fee3a6;
}
.orange-4 {
	background:#fff4dd;
}
.rot-1 {
	background:#d30e17;
}
.rot-1 p {
	color:#fff;
}
.rot-2 {
	background:#f7a794;
}
.rot-3 {
	background:#facdc2;
}
.hell-grau {
	background:#f2f2f2;
}

/* ----------------------------------------------------------------------------------------------- */ 
 /***************************
 *   Default CSS for
 *   EXT chgallery
 *    Georg Ringer
 * http://www.cyberhouse.at/
 ***************************/ 
 
 /************************
 * SINGLE view 
 ************************/  
.tx-chgallery-pi1 .bigimg {
	text-align:center;
}
 
/************************
 * CATEGORY view 
 ************************/  
.tx-chgallery-pi1 .chgallery-list {
 	padding:0;
	margin:5px 10px;
 	list-style:none;
 	border:1px solid #D2DCE4;
 	border-bottom:0;
}

/* LIST element */
.tx-chgallery-pi1 .chgallery-list li {
	padding:5px;
	border-bottom:1px solid #D2DCE4;	
}

.tx-chgallery-pi1 .chgallery-list .itemodd { background:#E7EDF1; }
.tx-chgallery-pi1 .chgallery-list .itemodd .img img { border:1px solid #ececec; }
.tx-chgallery-pi1 .chgallery-list .itemeven { background:#f4f4f4; }
.tx-chgallery-pi1 .chgallery-list .itemeven .img img { border:1px solid #E7EDF1; }

.tx-chgallery-pi1 .chgallery-list .title a {
	font-weight:bold;
}
 
.tx-chgallery-pi1 .chgallery-list .img {
	float:left;
	width:120px;
	padding-left:2px;
}


.tx-chgallery-pi1 .chgallery-list .text {
	float:left;
	width:400px;
}

.tx-chgallery-pi1 .chgallery-list .clr { clear:both; }
 
/************************
 * GALLERY view 
 ************************/  

/* Directory browser */
.tx-chgallery-pi1 .info {
	margin:5px 10px 15px 10px;
	padding:3px 6px;
 	border:1px solid #D2DCE4;
 	background:#E7EDF1;
}

.tx-chgallery-pi1 .info .position {
	float:right;
	font-size:35px;
	font-style: italic;
	font-family:Georgia;
	color:#b8c9d6;
	margin-right:5px;
}

.tx-chgallery-pi1 .info .position span {
	font-size:20px;
}

.tx-chgallery-pi1 .info span {
	font-weight:bold;
}

/* Pagebrowser */
.tx-chgallery-pi1 .pagebrowser {
	border-top:1px solid #dde1e4;
	border-bottom:1px solid #dde1e4;
	padding:3px 0;	
	margin:2px 0;
}

.tx-chgallery-pi1 .pagebrowser .prev {
	width:20%;
	float:left;
}

.tx-chgallery-pi1 .pagebrowser .text {
	width:60%;
	float:left;
	text-align:center;
}

.tx-chgallery-pi1 .pagebrowser .next {
	width:20%;
	float:right;
	text-align:right;
}

.tx-chgallery-pi1 .clr { clear:both; }

/* GALLERY single element */
.tx-chgallery-pi1 .single {
	background:#f3f4f6;
	float:left; 
	padding:3px 1px 2px 1px;
	margin:5px ;
}

.tx-chgallery-pi1 .single .img {
	width:160px;
	height:126px;
	background:url(../images/gfx/bg.gif) no-repeat;
	line-height:126px;
	position:relative;
}

.tx-chgallery-pi1 .act .img {
	background:url(gfx/bgact.gif) no-repeat;
}

.tx-chgallery-pi1 .single .img .align {
	width:160px;
	height:126px;
	position:absolute;
	top:50%;
	left:50%;
	text-align:center;
	display:block;
	margin-top:-53px;
	margin-left:-80px;
}

.tx-chgallery-pi1 .single .img img {

}

.tx-chgallery-pi1 .single span {
	display:block;
	margin:1px 5px;
	width:148px;
	min-height:20px;
	border:1px solid #f3f4f6;
	text-align:center;
}

.tx-chgallery-pi1 .single span  small {
	font-size:10px;
}

* html .tx-chgallery-pi1 .single span {
	height:20px; 
}

/* small version */
.tx-chgallery-pi1 .singlesmall img{
	float:left; 
	padding:0 1px 2px 1px;
	margin:0 5px ;
}

/* Settings for ajax mode */
.tx-chgallery-pi1 .hide {
	display:none;
}

.tx-chgallery-pi1 #chgalleryimg {
	padding:0 20px;
}

/* Ajax loading icon  */
.tx-chgallery-pi1 #chajax {
	background:#fff url(gfx/ajaxloading.gif) no-repeat center center;
	position:absolute;
	height:490px;
	width:550px;
	z-index:999;
	margin:10px 0 0 10px
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}


/*
 * accord */
#chgallery-list {
	border:1px solid #D2DCE4;
	border-top:0;
}

.tx-chgallery-pi1 .chgallery-title {
	padding:5px 10px;
	cursor:pointer;
	font-weight:bold;
	border-top:1px solid #D2DCE4;
}
.tx-chgallery-pi1 .chgallery-content {

}
.tx-chgallery-pi1 .chgallery-content2 {
	border-top:1px solid #eee;
	padding:10px 5px;
}
/* ------------------------------------------------------------------------------------------------- */
/* Customization */
.chgallery-item-table {
	float:left;
	width:178px;
	margin-right:1px;
	margin-bottom:1px;
}
.chgallery-image-cell {
	vertical-align:middle;
	text-align:center;
	/*background:#FFFFCC;*/
	height:120px;
}
.chgallery-image-cell img {
	border:4px solid #FFFFFF;
}
.chgallery-desc-cell {
	vertical-align:middle;
	text-align:center;
	padding-bottom:14px;
}
.chgallery-desc-cell img {
	display:none;
}
.tx-chgallery-pi1 .pagebrowser {
	display:none;
}
.chgallery-my-download-link {
	
}
.chgallery-image-wrap-table {
	border:1px #CCCCCC solid;
	margin:auto;
}
.chgallery-my-download-link a {
	font-size:11px;
}


.menuv-level3 {
	
}
.menuv-level3 a, .menuv-level3 a:active, .menuv-level3 a:visited {
	text-decoration: none;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#242424;
	
	display:block;
	margin-left:11px;
	margin-right:5px;
	margin-bottom:1px;
	padding:4px 0;
	padding-left:13px;
	line-height:normal;
}
.menuv-level3 a:hover {
	
}
.menuv-level3-st-no a {
	background:#fed16e url(../images/navi/raquo-l3-no-st.gif) 3px center no-repeat;
}
.menuv-level3-st-no a:hover {
	background:#fff url(../images/navi/raquo-l3-act.gif) 3px center no-repeat;
	text-decoration:none;
	color:#242424;
}
.menuv-level3-sp-no a {
	background:#f48469 url(../images/navi/raquo-l3-no-sp.gif) 3px center no-repeat;
}
.menuv-level3-sp-no a:hover {
	background:#fff url(../images/navi/raquo-l3-act.gif) 3px center no-repeat;
	text-decoration:none;
	color:#242424;
}
.menuv-level3-st-act a, .menuv-level3-sp-act a {
	background:#fff url(../images/navi/raquo-l3-act.gif) 3px center no-repeat;
}


#gutscheingrafik-menu-rechts {
	margin-bottom:8px;
}
.lightwindowcontainer {
	margin: auto;
	padding: 0px;
	clear: both;
	height: 100%;

}
.lightwindowcontainer * {
	margin: 0px;
	padding: 0px;
}
#lightwindow_title_bar_title, #lightwindow_title_bar_close_link {
	color: #FFFFFF !important;
	font-weight: bold;
}
#lightwindow_contents {
	overflow: hidden !important;
}


/* ----------------------------------------------------------------------------------------------------------- */
/* Footer - NEU */
.footer-area {
	width:969px;
	min-height:206px;
	height:auto !important;
	height:206px;
	position:relative;
	left:-25px;
/*	margin-left:-25px;*/
	background:url(../images/footer/footer_bg.gif) left top no-repeat;
	clear:both;
}
.footer {
	padding-top:51px;
	padding-left:45px;
	padding-right:36px;
	padding-bottom:44px;
}
.footer-inner-wrap {
	background:url(../images/footer/footer_repeat_bg.gif) center 29px no-repeat;
	min-height:100px;
	height:auto !important;
	height:100px;
}
.footer h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	border-bottom:1px solid #999999;
	padding-left:21px;
	padding-bottom:2px;
	margin-bottom:6px;
}
.footer-left {
	float:left;
	width:322px;
	/*background:yellow;*/
}
.footer-center {
	float:left;
	width:244px;
	/*background:green;*/
}
.footer-right {
	float:right;
	width:292px;
	/*background:blue;*/
}
.footer-section-height {
	min-height:100px;
	height:auto !important;
	height:100px;
}
div.footer-bottom {
	font-size:12px;
	text-align:left;
	position:absolute;
	bottom:15px;
	left:45px;
	width:888px;
}

#footerColLeft {
	/*padding-right:30px;*/
}

#footerColCenter {
	
}
#footerColLeft h4 {
	background:url(../images/footer/h4_bg_left.gif) left 1px no-repeat;
}
#footerColLeft {
	width:292px;
}
#footerColLeft marquee {
	width:292px;
}
#footerColLeft table {
	margin:0;
}
#footerColLeft td {
	padding-right:9px;
	padding-top:8px;
}
#footerColCenter h4 {
	background:url(../images/footer/h4_bg_center.gif) left 1px no-repeat;
}
#footerColCenter ul,
#footerColCenter li {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style:none;
	list-style-image:none;
}
#footerColCenter ul {
	margin-left:3px;
}
#footerColCenter li {
	line-height:18px;
}
#footerColCenter li a {
	color:#333333;
	text-decoration:underline;
	line-height:18px;
}
#footerColRight h4 {
	background:url(../images/footer/h4_bg_right.gif) left 1px no-repeat;
	margin-bottom:1px;
}
#footerColRight iframe {
	/*height:88px !important;*/
	height:96px !important;
	width:300px !important;
	position:relative;
	left:-9px;
	margin-right:-9px;
}