@charset "utf-8";

@font-face {
    font-family: 'PTSansRegular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansBold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CooperBlackRegular';
    src: url('fonts/coopbl-webfont.eot');
    src: url('fonts/coopbl-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coopbl-webfont.woff') format('woff'),
         url('fonts/coopbl-webfont.ttf') format('truetype'),
         url('fonts/coopbl-webfont.svg#CooperBlackRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/bg.jpg) center top repeat-x;
	font-size: 14px;
	font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
}
body.aktuelles,
body.newsletter,
body.kindergeburtstag {
	background: #FFFFFF url(images/bg2.jpg) center top repeat-x;
}
body.kiosk,
body.gutscheine,
body.preisezeiten {
	background: #FFFFFF url(images/bg3.jpg) center top repeat-x;
}


/********** ÜBERSCHRIFTEN **********/

h1 {
	font-family: "CooperBlackRegular", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #9b35bd;
	text-align: center;
	margin-bottom: 15px;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
}

h2 {
	font-family: "CooperBlackRegular", Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	margin-bottom: 8px;
}

h3 {
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: 10px;
}


/********** LINKS **********/

a, a:link, a:active, a:visited {
	color: #FF9A00;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a:active {
}


/********** INHALTSELEMENTE **********/

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

#header, #container {
}

#header {
	background: url(images/header.png) center 36px no-repeat;
	height: 187px;
	width: 1000px;
	z-index: 200;
	position: absolute;
}

#logo {
	position: absolute;
	z-index: 300;
	margin-left: 390px;
	margin-top: 57px;
}

#banner {
	padding-top: 180px;
	height: 270px;
	background: url(images/container_header.png) center bottom no-repeat;
}
#banner .inside {
}
#banner img {
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}
#banner img:hover {
	margin: 4px 0 0 0;
}

#container {
	background: url(images/container_bg.png) center repeat-y;
}

#left, #right {
	width: 170px;
}

#left {
	float: left;;
}

#right {
	float: right;;
}

#main {
	width: 660px;
	margin-left: 170px;
	background: url(images/main_bg.jpg) center top no-repeat;
}
#main .inside {
	padding: 0 20px;
}

#footer {
	background: url(images/footer_bg.png) center top repeat-x;
}
#footer .inside {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 20px;
}


/********** ALLGEMEIN **********/

p {
	margin-bottom: 10px;
}
.ce_text,
.ce_table,
form{
	margin-bottom: 20px;
}
.ce_text p {
	line-height: 25px;
}
#aktuelles > .ce_text,
#anmeldung-erfolgreich > .ce_text,
#abmeldung-erfolgreich > .ce_text,
#bestaetigungsmail > .ce_text,
#gutscheine-bestellt > .ce_text,
#preise-zeiten > .ce_text,
#impressum > .ce_text,
#hot-spot > .ce_text,
#beachvolleyball > .ce_text,
#reserviert > .ce_text,
#anfrage-versendet > .ce_text {
	text-align: center;
}

#kontakt .ce_text {
	background: url(../kontakt/brief.jpg) center top no-repeat;
	height: 274px;
	padding: 44px 0 0 40px;
}
#kontakt .ce_text .image_container {
	margin-right: 20px;
}

#impressum > .ce_text.justify {
	text-align: justify;
}


/********** MODULE **********/

/***** NAVIGATION *****/

#header .mod_customnav {
	overflow:visible;
	width: 350px;
}
#header #navigation_left.mod_customnav,
#header #navigation_right.mod_customnav {
	margin-top: 79px;
	font-family: "PTSansBold", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
#header #navigation_left.mod_customnav li.active,
#header #navigation_right.mod_customnav li.active {
	background: url(images/nav_maskot.png) center top no-repeat;
	padding-top: 16px;
}
#header #navigation_left.mod_customnav li,
#header #navigation_right.mod_customnav li {
	padding-top: 16px;
}
#header #navigation_left.mod_customnav {
	position: absolute;
	margin-left: 16px;
}
#header #navigation_left.mod_customnav li a,
#header #navigation_left.mod_customnav li.active span {
	padding: 7px 24px;
}
#header #navigation_left.mod_customnav li.first a,
#header #navigation_left.mod_customnav li.active.first span {
	padding: 7px 24px;
}
#header #navigation_left.mod_customnav li.last a,
#header #navigation_left.mod_customnav li.active.last span {
	padding: 7px 20px;
}
#header #subnavigation_left.mod_customnav,
#header #subnavigation_right.mod_customnav {
	font-size: 12px;
}
#header #subnavigation_left.mod_customnav {
	position: absolute;
	margin-left: 16px;
	margin-top: 140px;
}
#header #subnavigation_left.mod_customnav ul {
	padding-left: 22px;
}
#header #subnavigation_left.mod_customnav li a,
#header #subnavigation_left.mod_customnav li span {
	padding: 7px 10px;
}
#header #navigation_right {
	position: absolute;
	text-align: right;
	margin-left: 650px;
}
#header #navigation_right.mod_customnav li a,
#header #navigation_right.mod_customnav li.active span {
	padding: 7px 8px;
}
#header #navigation_right.mod_customnav li.first a,
#header #navigation_right.mod_customnav li.active.first span {
	padding: 7px 4px 7px 0px;
}
#header #navigation_right.mod_customnav li.last a,
#header #navigation_right.mod_customnav li.active.last span {
	padding: 7px 15px;
}
#header #subnavigation_right {
	position: absolute;
	margin-left: 650px;
	margin-top: 140px;
}
#header #subnavigation_right.mod_customnav li a,
#header #subnavigation_right.mod_customnav li span {
	padding: 7px 10px;
}
#header #subnavigation_right.mod_customnav li.first a,
#header #subnavigation_right.mod_customnav li.first span {
	padding-left: 16px;
}

#header .mod_customnav p {
	margin:0px;
	padding:0px;
}

.mod_customnav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.mod_customnav li {
	text-transform: uppercase;
	float: left;
}

.mod_customnav li a,
.mod_customnav li span.active {
	display: block;
	color: #284292;
	text-decoration: none;
}

.mod_customnav .active,
.mod_customnav li span.active,
.mod_customnav a:hover,
#footer .mod_customnav li a:hover,
#footer .mod_customnav li.active span{
	color: #FF9A00;
}

#footer .mod_customnav ul {
	margin-left: 25px;
}
#footer #navigation_footer2.mod_customnav ul {
	margin-left: 325px;
}
#footer .mod_customnav li {
	text-transform: none;
}
#footer .mod_customnav li a,
#footer .mod_customnav li span {
	color: #FFFFFF;
	padding: 8px;
	font-size: 13px;
}
#footer #navigation_footer2 {
	clear: both;
}
#footer #navigation_footer1 {
	margin-bottom: 10px;
}


/***** SITEMAP *****/

#main #sitemap ul li {
	text-align: center;
	list-style-type: none;
}


/***** NOOBSLIDER *****/

#next88, #prev88 {
	position: absolute;
	margin-top: -150px;
}
#next88:hover, #prev88:hover {
	background: none;
}
#prev88 {
	left: 20px;
}
#next88 {
	right: 20px;
}
.noobWrapper {
	margin-left: 50px;
}
#noobContainer88 > div {
	padding-left: 120px;
}
#noobContainer88 > div.block {
	width: 780px !important;
}


/***** FACEBOOK *****/

#facebook {
	width: 300px;
	height: 98px;
	background-color: #fff;
	float: right;
	margin-right: 120px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

 
/***** NEWSLETTER *****/

#newsletter_link {
	margin-left: 120px;
	margin-right: 18px;
	width: 300px;
	float: left;
}


/***** TÜV Geprüft *****/

#tuev {
	float: left;
}


/***** SOCIAL MEDIA *****/

#socialmedia {
	position: absolute;
	margin: 14px 0 0 19px;
	background: url(images/description_socialmedia.png) left top no-repeat;
	padding-left: 95px;
	height: 31px;
	width: 385px;
}
#socialmedia img {
	margin-right: 5px;
}


/***** SUCHE *****/

#header .mod_form {
	position: absolute;
	margin-top: 9px;
	margin-left: 760px;
	padding-left: 5px;
	height: 41px;
}
#header .formbody .text {
	background: url(images/suche_eingabefeld.jpg);
	width: 124px;
	height: 18px;
	border: 1px solid #dbd8dc;
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	margin-top: 5px;
}
#header .formbody input.text {
	padding: 2px 4px 2px 26px;
}
#header .formbody .text:focus {
	box-shadow: 0 0 3px #ccc;
	border: 4px solid #9B35BF;
	border-radius: 4px;
	margin-top: 0px;
	margin-left: -4px;
}
#header .formbody input.submit {
	border: 1px solid #dbd8dc;
	height: 24px;
	color: #9b9b9b;
	text-transform: uppercase;
	font-size: 10px;
	background: url(images/button_bg.jpg) left 0px repeat-x;
	cursor: pointer;
	cursor: hand;
	padding: 0 4px;
}
#header .formbody input.submit:hover {
	background: url(images/button_bg.jpg) left -22px repeat-x;
}
#header .formbody input.submit:active {
	background: url(images/button_bg.jpg) left -44px repeat-x;
}

#suche .formbody input.text {
	width: 574px;
	float: none;
}
#suche fieldset {
}
#suche p.header {
	margin-bottom: 20px;
}
#suche p.url {
	color: #aaa;
	font-style: italic;
}
#suche h3 {
	
}
#suche .relevance {
	font-size: 14px;
	float: right;
	width: 160px;
	text-align: right;
	margin-top: 8px;
	color: #AAAAAA;
}

.context .highlight {
	font-weight: bold;
}


/***** NEWS AKTUELLES *****/

.mod_newslist h2 {
	text-align: left;
}
.mod_newslist .block {
	background-color: #9b35bd;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	margin-bottom: 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #FFF;
}
.mod_newslist .image_container,
.ce_gallery .image_container,
.ce_image .image_container {
	padding: 5px;
	margin: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	-moz-transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	background: #FFF;
}
.mod_newslist .image_container:hover,
.ce_gallery .image_container:hover,
.ce_image .image_container:hover {
	margin: 20px 12px 4px 12px;
	padding: 8px;
	-moz-box-shadow: 1px -4px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px -4px 8px rgba(0,0,0,0.2);
	-o-box-shadow: 1px -4px 8px rgba(0,0,0,0.2);
	box-shadow: 1px -4px 8px rgba(0,0,0,0.2);
}
.mod_newslist .image_container img,
.ce_gallery .image_container img,
.ce_image .image_container img {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.mod_newslist h2 {
	font-size: 26px;
}
.mod_newslist h2 a  {
	color: #FFF;
	text-decoration: none;
}
.mod_newslist h2 a:hover {
	color: #FF9A00;
}
.mod_newslist .ce_text,
.mod_newslist p,
.mod_newslist h2 {
	margin: 10px 15px 15px 10px;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.mod_newslist p {
	line-height: 20px;
}

.more {
}
.more a {
	text-decoration: none;
	background-color: #9b35bd;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	padding: 2px 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);	
}


/********** GALLERY **********/

.ce_gallery {
	padding-bottom: 15px;
}
.ce_gallery .image_container {
	padding: 5px 5px 14px 5px;
	margin: 2px 16px 16px 2px;
}
.ce_gallery .image_container:hover {
	padding: 5px 5px 14px 5px;
	margin: 6px 16px 12px 2px;
}
.ce_gallery .image_container .caption {
	color: #FFF;
	padding: 4px;
	text-align: center;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#partner .ce_gallery table,
#partner .ce_gallery table td {
	width: 100%;
	text-align: center;
}
#partner .ce_gallery .image_container {
	margin-right: 8px;
}


/********** LISTEN ***********/

#main ul {
	margin-bottom: 6px;
}
#main ul li {
	margin-left: 10px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
	margin-bottom: 4px;
}


/********** TABELLEN **********/

.ce_table table {
	width: 100%; 
	border-spacing: 0;
}
.ce_table h3 {
	text-align: center;
}
.ce_table th {
	color: #FFF; 
	padding: 8px 10px;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: left;
}
.ce_table .even td { border: 3px solid #9A35BC; border-left: 0px; }
.ce_table .odd td { border: 3px solid #BB3FE3; border-left: 0px; }
.ce_table .col_last,
.ce_table .col_last,
.ce_table .head_last {
	text-align: right;
}
.ce_table .even td.col_first {
	border-left: 3px solid #9A35BC;
}
.ce_table .odd td.col_first {
	border-left: 3px solid #BB3FE3;
}
.ce_table .even td,
.ce_table .odd td {
	border-top: 0;
}
.ce_table td {
	color: #000;
	padding: 4px 8px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 30%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #ffffff 30%,#dddddd 100%);
}
.ce_table tr:hover td {
	background: #dddddd;
	background: -moz-linear-gradient(top, #eeeeee 30%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #eeeeee 30%,#cccccc 100%);
}
.ce_table .row_first td {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.ce_table td.col_first {
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-o-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.ce_table td.col_last {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.ce_table th.col_first {
	-moz-border-radius: 8px 8px 0 4px;
	-webkit-border-radius: 8px 8px 0 4px;
	-o-border-radius: 8px 8px 0 4px;
	border-radius: 8px 8px 0 4px;
}
.ce_table th.col_last {
	-moz-border-radius: 8px 8px 4px 0;
	-webkit-border-radius: 8px 8px 4px 0;
	-o-border-radius: 8px 8px 4px 0;
	border-radius: 8px 8px 4px 0;
}

i, em {font-size:9px;vertical-align:top; font-style: italic; color: #b94bdd;}


/********** FORMULARE **********/

fieldset {
	color: #FFF; 
	padding: 15px;
	padding-bottom: 5px;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	margin-bottom: 5px;
}
#main input.text,
#main textarea {
	color: #000;
	padding: 4px 8px;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 30%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #ffffff 30%,#dddddd 100%);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 430px;
	margin-bottom: 10px;
	float: right;
	height: 19px;
}
#main input.text:focus,
#main textarea:focus {
	background: #dddddd;
	background: -moz-linear-gradient(top, #eeeeee 30%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #eeeeee 30%,#cccccc 100%);	
	border: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
#main textarea {
	height: 100px;
	font-family: "PTSansRegular", Arial, Helvetica, sans-serif;
}
#main input.radio {
	margin-left: 10px;
	margin-top: 6px;
}
#main label {
	float: left;
	margin-bottom: 10px;
	padding: 4px 1px 4px 6px;
	width: 129px;
	background: #b94bdd;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	height: 20px;
}
#main input.submit {
	width: 100%;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ccc;
	border-right: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	background: #eeeeee;
	background: -moz-linear-gradient(top, #ffffff 30%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -o-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	background: -ms-linear-gradient(top, #ffffff 30%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	background: linear-gradient(top, #ffffff 30%,#dddddd 100%);
	font-size: 20px;
	font-family: "CooperBlackRegular", Arial, Helvetica, sans-serif;
	color: #9b35bd;
	cursor: pointer;
	cursor: hand;
}
#main input.submit:hover {
	background: #dddddd;
	background: -moz-linear-gradient(top, #eeeeee 30%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 30%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #eeeeee 30%,#cccccc 100%);	
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	-webkit-text-shadow: 1px 0px 1px rgba(0,0,0,0.2);
	-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
}
#main input.submit:active {
	border: 1px solid #ccc;
	border-top: 2px solid #aaa;
	border-left: 2px solid #aaa;	
}
#main .annotation,
#main .explanation,
#suche p.header {
	text-align: center;
	font-style: italic;
	padding: 4px 8px;
	background: #b94bdd;
	color: #eee;
	font-size: 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#main form .annotation,
#main form .explanation {
	margin-bottom: 5px;
}

#main p.error {
	background: #FF9A00;
	padding: 4px 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	width: 430px;
	float: right;
}
#main label.error {
	margin-bottom: 48px;
}


/********** MEDIABOX **********/

#mbOverlay{background:#9B35BD;}


/********** HIGHLIGHTS **********/

.highlight {
	background: url(images/highlight_bg_left.jpg) top left no-repeat;
	height: 157px;
	width: 150px;
}
#left .highlight {
	margin: 10px 0 20px 10px;
	padding-right: 10px;	
}
#right .highlight {
	margin: 10px 20px 20px 0;
	padding-left: 10px;
}
#left .highlight.geburtstag {
	background: url(images/highlight_bg_left_geburtstag.jpg) top left no-repeat;
}
#left .highlight.panorama {
	background: url(images/highlight_bg_left_panorama.jpg) top left no-repeat;
}
#left .highlight.hotspot {
	background: url(images/highlight_bg_left_hotspot.jpg) top left no-repeat;
}
#right .highlight.gutscheine {
	background: url(images/highlight_bg_right_gutscheine.jpg) top right no-repeat;
}
#right .highlight.spiele {
	background: url(images/highlight_bg_right_spiele.jpg) top right no-repeat;
}
#right .highlight.partner {
	background: url(images/highlight_bg_right_partner.jpg) top right no-repeat;
}
.highlight h3 {
	font-family: "CooperBlackRegular", Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
	color: #9B35BD;
}
.highlight p {
	font-size: 12px;
}
#left .highlight p,
#left .highlight h3 {
	margin-left: 15px;
}
#right .highlight p,
#right .highlight h3 {
	margin-right: 15px;
}
.highlight div {
	margin-top: 131px;
	position: absolute;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#left .highlight div {
	margin-left: 50px;	
}
#left .highlight div:hover {
	margin-left: 54px;
}
#right .highlight div {
	margin-left: 12px;	
}
#right .highlight div:hover {
	margin-left: 16px;
}
.highlight a {
	font-family: "CooperBlackRegular", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	text-decoration: none;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.highlight a:hover {
	color: #FF9A00;
}


/********** FEIERTAGE / HINWEIS **********/

.feiertag,
.hinweis {
	background-color: #9b35bd;
	background: #b94bdd;
	background: -moz-linear-gradient(top, #b94bdd 0%, #9332b3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b94bdd), color-stop(100%,#9332b3));
	background: -webkit-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -o-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	background: -ms-linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b94bdd', endColorstr='#9332b3',GradientType=0 );
	background: linear-gradient(top, #b94bdd 0%,#9332b3 100%);
	margin: 0;
	margin-bottom: 20px;
	padding: 10px 0px 12px 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	color: #FFFFFF;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-align: center;
}
.feiertag h2,
.hinweis h2 {
	color: #FF9600;
}
.hinweis {
	padding: 10px 15px 0px;
}


/********** BUTTON JOBS **********/

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-webkit-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@-o-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
@keyframes rotate {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(-360deg);
	}
}
#button-jobs {
	position: fixed;
	z-index: 2000;
	top: 10px;
	left: 10px;
}
#button-jobs .background {
	width: 60px;
	height: 60px;
	position: absolute;
	background: url(images/button.png) center center;
	-moz-animation-name: rotate;
	-moz-animation-duration: 5s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-webkit-animation-name: rotate;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-o-animation-name: rotate;
	-o-animation-duration: 5s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotate;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
#button-jobs a {
	width: 60px;
	height: 40px;
	padding-top: 20px;
	text-align: center;
	display: block;
	-moz-transform: rotate(-20deg);
	-webkit-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	transform: rotate(-20deg);
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
