/*
	BASIC LAYOUT
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	background-image: url(../art/bglines.gif);
	text-align: center;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: rgb(173, 24, 53);
	text-decoration: none;
}

#mainContainer {
	width: 758px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../art/bg.gif);
	border-left: 1px solid rgb(238,127,0);
	border-right: 1px solid rgb(238,127,0);
}

* html #mainContainer {
	height: 100%;
	width: 760px;
	w\idth: 758px;
}

#header {
	position: relative;
	width: 758px;
	height: 132px;
	background-image: url(../art/bg.gif);
}

#leftContainer {
	width: 151px;
	float: left;
	background-color: rgb(252,195,0);
}

#rightContainer {
	position: relative;
	width: 151px;
	float: right;
	background-color: rgb(252,195,0);
	min-height: 420px;
}

* html #rightContainer {
	height: 420px;
}

#centerContainer {
	width: 396px;
	margin: 0 30px 0 30px;
	float: left;
	background-color: rgb(254,237,178);
}

#centerContainer a:hover {
	text-decoration: underline;
}

#footer {
	position: relative;
	color: rgb(173,24,53);
	border-top: 1px solid rgb(173,24,53);
	text-align: right;
	height: 37px;
	overflow:visible;
}

#footerlinks {
	position: absolute;
	top: 0;
	left: 0;
}

#copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgb(0,0,0);
}

#leftHeader {
	position: absolute;
	left: 0;
	top: 0;
	height: 132px;
	width: 410px;
	z-index: 10;
}

#rightHeader {
	position: absolute;
	right: 0;
	width: 151px;
	height: 132px;
	z-index: 10;
}

#imgHeader {
	position: absolute;
	left: 410px;
	top: 0;
	width: 197px;
	height: 132px;
	z-index: 10;
	font-size: 1px;
}

#headIllu {
	z-index: 10;
}

#waveOverlay {
	position: absolute;
	left:0;
	bottom:0;
	z-index: 20;
}

#logolink {
	position: absolute;
	top: 0;
	left: 0;
}

#palm {
	margin-top: 40px;
}

#waveText {
	position: absolute;
	top: 39px;
	left: 50px;
}

#rightIllu {
	z-index: 20;
	position: absolute;
	width: 151px;
	left: 0;
	top: 300px;
	text-align: center;
}

ul#menu {
	width: 151px;
	list-style: none;
}

* ul#menu {
	margin-left: -16px;
	ma\rgin-left: 0px;
}

ul#menu li {
	width: 151px;
	margin-bottom: 1px;
	height: 20px;
	overflow: hidden;
}

ul#menu li ul li.selected a {
	background-image: url(../art/arrow.gif);
	background-repeat: no-repeat;
	font-weight: bold;
}

ul#menu li ul li a:hover {
	font-weight: bold;
}

ul#menu li#subMenu1 li a{
	background-position: 27px;
}

ul#menu li#subMenu2 li a{
	background-position: 40px;
}

ul#menu li#subMenu1, ul#menu li#subMenu2{
	height: auto;
	margin-bottom: 0px;
}

li#subMenu1 ul{
	list-style: none;
	background-color: rgb(253,222,115);
}

li#subMenu1 ul li {
	margin-bottom: 1px;
	border-bottom: 1px dashed rgb(246,168,0);
	vertical-align: middle;
	overflow: visible;
	height: auto;
}

li#subMenu1 ul li a{
	padding-left: 34px;
	width: 117px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

* html li#subMenu1 ul li a{
	width: 151px;
	w\idth: 117px;
}

li#subMenu1 ul li.last {
	border-bottom: none;
}

li#subMenu2 {
	height: auto;
}

li#subMenu2 ul {
	list-style: none;
	background-color: rgb(254,237,178);
}

li#subMenu2 ul li a{
	padding-left: 47px;
	width: 104px;
}

* html li#subMenu2 ul li a{
	width: 151px;
	w\idth: 104px;
}

ul#quicklinks {
	list-style: none;
	margin: 30px 7px 30px 20px;
}

ul#quicklinks li {
	position: relative;
	height: 14px;
	margin: 0 0 13px 0;
	padding-left: 10px;
	background-color: rgb(253,213,76);
}

ul#quicklinks li a {
	height: 14px;
	width: 100%;
	display: block;
}

ul#quicklinks li a:hover {
	font-weight: bold;
}

ul#quicklinks .flowerQuick {
	position: absolute;
	top: -4px;
	left: -15px;
}

#newsTeaser {
	position: relative;
	z-index: 50;
	background-color: rgb(253,213,76);
	margin: 0 7px 0 8px;
	padding: 4px;
}

.teaserImage {
	position: relative;
	z-index: 50;
	margin: 0 7px 0 8px;
}

#newsTeaser h3 {
	font-size: 1em;
	font-weight: bold;
	color: rgb(173, 24, 53);
}


/*
	CONTENT ELEMENTS
*/

.contentItem {
	margin-bottom: 20px;
}

.contentItem .imgContainer {
	background-color: rgb(253,222,115);
	padding: 3px;
	float: left;
	color: rgb(173,24,53);
	font-size: 1px;
	width: auto;
}

.contentItem .imgContainer p {
	font-size: 11px;
	margin: 0;
	line-height: 120%;
}

.contentItem .leftImg {
	margin-right: 4px;
}

.contentItem h1 {
	color: rgb(173,24,53);
	border-bottom: 1px solid rgb(246,168,0);
	font-size: 14px;
	margin-bottom: 12px;
}

.contentItem h2 {
	color: rgb(173,24,53);
	font-size: 14px;
	margin-bottom: 8px;
}

.contentItem h3 {
	color: rgb(173,24,53);
	font-size: 12px;
	margin-bottom: 8px;
}

.contentItem p {
	line-height: 18px;
	margin-bottom: 10px;
}

.contentItem ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	line-height: 18px;
}

.contentItem ul li {
	background-image: url(../art/arrowblack.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}

.contentItem ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 18px;
}

* html .contentItem ol {
	margin-left: 35px;
}

.contentItem ol li {
	padding-left: 5px;
}

* html .contentItem ol li {
	padding-left: 0px;
}

.contentItem ul.download {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	line-height: 18px;
}

.contentItem ul.download li {
	background-image: url(../art/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}

.contentItem ul.download li img {
	vertical-align: text-bottom;
}

.contactForm .formElement {
	margin-bottom: 5px;
}

.contactForm .formLabel {
	width: 100px;
	display: block;
	float: left;
}

.contentItem .contactForm form input, .contentItem form textarea {
	border: 1px solid rgb(246,168,0);
	padding: 2px;
	background-color: rgb(255,243,215);/* HELL GELB */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.contentItem .contactForm form input {
	width: 140px;
}

.contentItem form textarea {
	width: 280px;
}

.contentItem #formSubmit {
	width: auto;
	padding: 0;
}

/*
	CSC-OVERRIDES / STYLES
*/

.csc-textpic-intext-left-nowrap .csc-textpic-text {
	margin-left: 10px;
}

.csc-textpic-intext-right-nowrap .csc-textpic-text {
	margin-right: 10px;
}

.csc-sitemap ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 10px;
	line-height: 18px;
}

.csc-sitemap ul li {
	background-image: url(../art/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 10px;
}

table.contenttable {
	width: 100%;
	font-size: 11px;
	border-collapse: collapse;
	border-spacing: 0;
}

table.contenttable thead tr th {
	text-align: left;
	background-color: rgb(246,168,0);
	font-weight: normal;
}

table.contenttable thead tr th, table.contenttable tr td {
	border-right: 2px solid rgb(254,237,178);
}

table.contenttable-0 tr.tr-even td{
	background-color: rgb(255,222,136);/* DUNKEL GELB */
}

table.contenttable-0 tr.tr-odd td{
	background-color: rgb(255,243,215);/* HELL GELB */
}

table.contenttable-1 tr.tr-even td{
	background-color: rgb(255,243,215);/* HELL GELB */
}

table.contenttable-1 tr.tr-odd td{
	background-color: rgb(255,222,136);/* DUNKEL GELB */
}

table.contenttable-2 tr.tr-even td{
	background-color: rgb(255,222,136);/* DUNKEL GELB */
}

table.contenttable-2 tr.tr-odd td{
	background-color: rgb(255,243,215);/* HELL GELB */
}

table.contenttable-3 tr.tr-even td{
	background-color: rgb(255,243,215);/* HELL GELB */
}

table.contenttable-3 tr.tr-odd td{
	background-color: rgb(255,222,136);/* DUNKEL GELB */
}

table.contenttable td, table.contenttable th {
	border: none;
	padding: 1px 3px 1px 3px;
	vertical-align: top;
}

table.contenttable-0 tr .td-0, table.contenttable-1 tr .td-0, table.contenttable-0 tr .td-last, table.contenttable-1 tr .td-last {
	width: 26%;
}

table.contenttable-0 tr .td-1, table.contenttable-1 tr .td-1 {
	width: 48%;
}

table.contenttable tr .td-last {
	border-right: none;
}

table.contenttable tr td.td-colspan {
	width: 100%;
	border: none !important;
	background-color: transparent !important;
	line-height: 18px;
}

/*
	GALLERY OVERRIDES / STYLES
*/

.tx-lzgallery-pi1 h2 {
	color: rgb(173,24,53);
	border-bottom: 1px solid rgb(246,168,0);
	font-size: 12px;
	margin-bottom: 12px;
}

.tx-lzgallery-pi1 table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.tx-lzgallery-pi1 table td {
	text-align: center;
	padding-bottom: 10px;
}

.tx-lzgallery-pi1 form p {
	position: relative;
	text-align: center;
	width: 100%;
}

.tx-lzgallery-pi1 form p span.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
}

.tx-lzgallery-pi1 form p span.next {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
}

.tx-lzgallery-pi1 h2 {
	position: relative;
}

.tx-lzgallery-pi1 span.date {
	position: absolute;
	top: 0;
	right: 0;
}

.tx-lzgallery-pi1 div.spacer {
	clear: left;
	height: 24px;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../art/fancy/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../art/fancy/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	overflow: hidden; /* safari */
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../art/fancy/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../art/fancy/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../art/fancy/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../art/fancy/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../art/fancy/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../art/fancy/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../art/fancy/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../art/fancy/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../art/fancy/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../art/fancy/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fileadmin/tropicana/art/fancy/fancy_shadow_nw.png', sizingMethod='scale'); }
