/* @group Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;
}
strong {
 font-weight: bold;
}

/* @end */

/* @group Starters */

body {
  font-family: Verdana, "Trebuchet MS", Sans, sans-serif;
  background: url(../img/bg-kachel.jpg) repeat-x #072A64 center top;
}

.lazy {
  display: none;
}

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

/* @end */

/* @group Top Servicenav */

#top {
  font-size: 13px;
  color: #e4d37b;
  position: relative;
  margin: 10px 2px 0 2px;
}

#top a {
  color: #e4d37b;
  text-decoration: none;
}

#top a:hover {
  text-decoration: underline;
}

#top li {
  display: inline;
}

#top li:after {
  content: " | ";
}

#top li.last:after {
  content: "";
}

#top .rechts {
  position: absolute;
  right: 0;
  top: 0;
}

#top .rechts img {
  position: relative;
  left: -7px;
  top: 2px;
}


/* @end */

/* @group Logo and Teaser */

#topblock {
  margin: 10px 0;
  position: relative;
  height: 254px;
}

.logo {
  position: absolute;
  left: -40px;  
  z-index: 1;
}

.bild {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.reservieren {
  position: absolute;
  top: 198px;
  height: 38px;
  width: 246px;
  background: url(../img/bg-kontakt.jpg) no-repeat;
  font-size: 14px;
  line-height: 19px;
  color: #e4d37b;
  padding: 9px 20px;
}

#topblock a {
  color: #e4d37b;
  text-decoration: none;
}

#topblock a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Main Navigation */

#nav {
  width: 874px;
  height: 192px;
  background: url(../img/bg-nav.png) no-repeat top left;
}

#nav img {
  display: block;
}

#nav a {
  color: #fff;
  text-decoration: none;
}

#nav ul li ul {
  display: none;
  width: 286px;
  -moz-box-shadow: 0 0 8px #000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

#nav ul li ul li {
  padding: 5px 20px;
  font-size: 13px;
}

#nav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 1;
}

#nav > ul > li {
  width: 286px;
  height: 56px;
  margin-bottom: 8px;
  margin-right: 8px;
  vertical-align: middle;
  float: left;
}

#nav > ul > li > a {
  display: table-cell;
  height: 56px;
  text-shadow: 0 0 3px #000;
  font-weight: 800;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
  font-size: 20px;
  line-height: 20px;
  vertical-align: middle;
  padding: 0 20px;
}

#nav .nav3,
#nav .nav6,
#nav .nav9,
#nav .nav3 li,
#nav .nav6 li,
#nav .nav9 li,
#nav .nav:nth-child(3n),
#nav .nav:nth-child(3n) li {
  margin-right: 0;
}

#nav ul li li {
  text-shadow: none;
}

li.nav1 li,
li.nav1 ul {
  background-color: #00a1c2;
}

li.nav1 li:hover {
  background-color: #00d3ec;
}

li.nav2 li,
li.nav2 ul {
  background-color: #d77302;
}

li.nav2 li:hover {
  background-color: #fba700;
}

li.nav3 li,
li.nav3 ul {
  background-color: #1353a2;
}

li.nav3 li:hover {
  background-color: #1a71ce;
}

li.nav4 li,
li.nav4 ul {
  background-color: #96198a;
}

li.nav4 li:hover {
  background-color: #cb21a7;
}

li.nav5 li,
li.nav5 ul {
  background-color: #55b121;
}

li.nav5 li:hover {
  background-color: #66cf25;
}

li.nav6 li,
li.nav6 ul {
  background-color: #d58300;
}

li.nav6 li:hover {
  background-color: #e9ae00;
}

li.nav7 li,
li.nav7 ul {
  background-color: #008d44;
}

li.nav7 li:hover {
  background-color: #00b153;
}

li.nav8 li,
li.nav8 ul {
  background-color: #641cbd;
}

li.nav8 li:hover {
  background-color: #7f24de;
}

li.nav9 li,
li.nav9 ul {
  background-color: #b13a1f;
}

li.nav9 li:hover {
  background-color: #dc4724;
}

/* @end */

/* @group Tickets */

.tickets {
  position: absolute;
  top: 15px;
  right: 12px;
}

.tickets a {
  color: #ffae00;
  text-decoration: none;
  background: #2f5598;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
}

.tickets a:hover {
  background: #11377c;
}

/* @end */



/* @group Breadcrumb */

#breadcrumb li {
  display: inline;
}

#content ul#breadcrumb {
  margin: 0 0 20px 0;
  font-size: 13px;
}

/* @end */

/* @group Content */

#content {
  clear: left;
  width: 530px;
  float: left;
  margin-right: 8px;
  padding: 15px 25px;
  background: #335ca1;
  position: relative;
  z-index: 0;
}

h1 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
}

#content p {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 18px;
}

#content p strong {
  font-weight: bold;
}

#content a {
  color: #fff;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content img {
  margin-bottom: 16px;
}

#content ul {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 18px;
  margin-left: 20px;  
  list-style-type: disc;
}

#content ol {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 18px;
  margin-left: 20px;  
  list-style-type: decimal;
}

#content div.csc-textpic-imagewrap ul {
  margin: 0;
}

/* @end */

/* @group Events */

.events h1 {
  color: #ffae00;
}

.event {
  clear: left;
  overflow: hidden;
  background: url(../img/arrow.png) no-repeat 500px 20px;
}

.event h2, {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
}

.event h2 a {
  color: #fff;
  text-decoration: none;
}

.event h2 a:hover {
  text-decoration: underline;
}

#content .event p {
/*  color: #11235a; */
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.event h3 {
  color: #ffae00;
  font-size: 12px;
  padding-top: 5px;
}

#content .event img {
  float: left;
  margin: 2px 10px 2px 2px;
}

.event.odd {
  background: url(../img/arrow.png) no-repeat 500px 20px #6380a3;
}

#content .events > p {
  font-size: 15px;
  color: #fec855;
  margin: 10px 0;
}

#content .events > p a {
  color: #fec855;
  text-decoration: none;
}

#content .events > p a:hover {
  color: #ffae00;
}

.event-single h1 {
  margin: 0;
  clear: right;
}

.event-single h3 {
  margin: 0 0 20px 0;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
  font-size: 20px;
}

.event-single a {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

.event-single p a {
  display: inline;
}

.event-single img {
  display: block;
  float: left;
  padding: 0 20px 0 0;
  position: relative;
  top: 2px;
}

.news-list-browse {
  font-size: 12px;
  margin: 20px 0 0 0;
}

.showResultsWrap {
  margin: 0 0 5px 0;
  text-align: center;
  display: none;
}

.browseLinksWrap {
  text-align: center;
}

.browseLinksWrap span,
.browseLinksWrap a {
  padding: 0 10px 0 0;
}

#content .events .event h2 {
  max-width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  display: inline-block;
}

#content .events .event h2 a {
  text-decoration: none;
}

#content .events .event h2 a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Aside */

#aside {
  width: 286px;
  float: left;
}

#aside a:hover {
  text-decoration: underline;
}

#aside h2 {
  font-size: 15px;
  margin: 8px 0;
  padding: 0 8px;
}

#aside p {
  font-size: 12px;
  line-height: 16px;
  padding: 0 8px;
  color: #fff;
}

#aside a {
  color: #fff;
  text-decoration: none;
}

#aside a:hover {
  text-decoration: underline;
}

.teaser-warmgrau {
  background: #a69782;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.teaser-warmgrau h2 {
  color: #11235a;
}

.flash {
  margin-bottom: 8px;
}

.teaser-rot {
  background: #8b1a29;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.teaser-rot h2 {
  color: #63d0fe;
}

.teaser-dunkelblau {
  background: #061235;
  padding-bottom: 10px;
  margin-bottom: 8px;
}

.teaser-dunkelblau h2 {
  color: #2d95fe;
}

#ticket-bestellen {
  padding-bottom: 0;
}

#ticket-bestellen img {
  display: block;
}

/* @end */

/* @group Footer/Copyright */

p.copy {
  clear: left;
  text-align: center;
  font-size: 12px;
  color: #e4d37b;
  padding: 25px 0;
}  

p.copy a {
  color: #e4d37b;
  text-decoration: none;
}

p.copy a:hover {
  text-decoration: underline;
}

/* @end */

/* @group wtGallery */

#content .tx-wtgallery-pi1 img {
  display: block;
  margin: 0 8px 8px 0;
}

#content .wtgallery_list_lastofrow img {
  margin-right: 0 ;
}

/* @end */

/*@group Farben */

.sonderveranstaltungen a,
.sonderveranstaltungen h2,
.sonderveranstaltungen h3,
#content.sonderveranstaltungen .event-single a,
.sonderveranstaltungen #breadcrumb a,
.sonderveranstaltungen .event-single h3 {
    color: #7aff3f;
}

div#content.sonderveranstaltungen {
    background: #2b6712;
    color: #fff;
}

div#content.sonderveranstaltungen .event.odd {
  background-color: #336813;
}

.ansprechpartner a,
.ansprechpartner h2,
.ansprechpartner h3,
#content.ansprechpartner .event-single a,
.ansprechpartner #breadcrumb a,
.ansprechpartner.event-single h3 {
    color: #77bdff;
}

div#content.ansprechpartner {
    background: #003771;
  color: #fff;
}

div#content.ansprechpartner .event.odd {
  background-color: #0d3967;
}

.speisen a,
.speisen h2,
.speisen h3,
#content.speisen .event-single a,
.speisen #breadcrumb a,
.speisen .event-single h3 {
    color: #ff5731;
}

div#content.speisen {
    background: #731805;
    color: #fff;
}

div#content.speisen .event.odd {
  background-color: #6e2412;
}

.kalender a,
.kalender h2,
.kalender h3,
.kalender #breadcrumb a,
#content.kalender .event-single a,
.kalender .event-single h3 {
    color: #00ff78;
}

div#content.kalender {
    background: #004a24;
    color: #fff;
}

div#content.kalender .event.odd {
  background-color: #00592a;
}

.henkel-saal a,
.henkel-saal h2,
.henkel-saal h3,
.henkel-saal #breadcrumb a,
#content.henkel-saal .event-single a,
.henkel-saal .event-single h3 {
    color: #ffbc35;
}

div#content.henkel-saal {
    background: #a25600;
    color: #fff;
}

div#content.henkel-saal .event.odd {
  background-color: #7e5400;
}

.sqb a,
.sqb h2,
.sqb h3,
.sqb #breadcrumb a,
#content.sqb .event-single a,
.sqb .event-single h3 {
    color: #42e4f9;
}

div#content.sqb {
    background: #036c81;
    color: #fff;
}

div#content.sqb .event.odd {
  background-color: #006a76;
}

.ihre-events a,
.ihre-events h2,
.ihre-events h3,
.ihre-events #breadcrumb a,
#content.ihre-events .event-single a,
.ihre-events .event-single h3 {
    color: #cea6fc;
}

div#content.ihre-events {
    background: #3e1c69;
    color: #fff;
}

div#content.ihre-events .event.odd {
  background-color: #40126f;
}

.kultur a,
.kultur h2,
.kultur h3,
.kultur #breadcrumb a,
#content.kultur .event-single a,
.kultur .event-single h3 {
    color: #ffd151;
}

div#content.kultur {
    background: #c3880a;
    color: #fff;
}

div#content.kultur .event.odd {
  background-color: #755700;
}

.club a,
.club h2,
.club h3,
.club #breadcrumb a,
#content.club .event-single a,
.club .event-single h3 {
    color: #fb34cb;
}

div#content.club {
    background: #740168;
    color: #fff;
}

div#content.club .event.odd {
  background-color: #661154;
}


/* @end */

/* @group Newsletter */

div#direct_mail_subscription legend {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
  padding-bottom: 10px;
}

div#direct_mail_subscription label {
  color: #fff;
  font-size: 13px;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;a;
  display: block;
  float: left;
  width: 120px;
  margin: 6px 0 0 0;
  clear: left;
}
div#direct_mail_subscription select {
  margin: 0 3px 5px 0;
  font-size: 13px;
}
div#direct_mail_subscription input {
  padding: 5px;
  border: 1px solid #456e95;
  margin: 0 3px 10px 0;
  width: 230px;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
  font-size: 13px;
  color: #333;
}
div#direct_mail_subscription input.right.zip {
  width: 50px;
}
div#direct_mail_subscription input.right.city {
  width: 165px;
}
div#direct_mail_subscription input.submit {
  width: 242px;
  height: 52px;
  margin: 20px 0 20px 120px;
  padding: 5px;
  font-size: 16px;
  background: url(../img/newsletter-submit.png) no-repeat;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
  box-shadow: 0 0 5px #333;
}
div#direct_mail_subscription input.submit:hover {
  background: url(../img/newsletter-submit-hover.png) no-repeat;
  color: #fff;
  font-weight: bold;
}
div.error-required {
  padding: 5px;
  background: #DD4724;
  color: #fff;
  font-family: Arial, "Trebuchet MS", Sans, sans-serif;
  font-size: 13px;
  line-height: 18px;
  border: 1px solid #E8AB00;
  width: 350px;
  margin: 0 0 10px 0;    
}

#direct_mail_subscription p.small {
  margin: 0 20px 10px 120px;
  font-size: 11px;
  line-height: 14px;
  color: #11245C;
  position: relative;
  top: -5px;
}

/* @end */

/* @group Tabellen */
table {
  font-size: 12px;
  line-height: 18px;
  color: #fff;  
}

table td {
  padding: 3px;
  vertical-align: top;
}

table.speisen td.td-last {
  width: 65px;
  text-align: right;
}

/* @end */

/* @group Typo3 Bildelemente */

div.csc-textpic-intext-left img,
div.csc-textpic-intext-right img {
  position: relative;
  top: 5px;
}

/* @end */


div.addthis_toolbox {
  margin: 15px 8px 0 8px;
}

div.addthis_toolbox iframe {
  width: 250px !important;
}

div.fb-like {
  margin: 0 10px 10px 10px;
}

#plakat {
 display: none; 
}