HTML {
  background-image: url('../img/background_farbverlauf_medium.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
}

BODY {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial;
  background-image: url('../img/background_orange_10x180.png');
  background-repeat: repeat-x;
  background-position: 0 bottom;
}

FIELDSET {
  border: 1px solid #cccccc;
}

LEGEND {
  font-size: 15px;
  color: #871b22;
}

#overlay {
	background-color: rgba(0, 0, 0, 0.80);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10000;
}

#overlay div {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#overlay p {
	font-size: 24px;
	color: #ffffff;
}

/* background layer top */
/* --------------------------------------------------------------- */

DIV#background_layer_top {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background-color: #ff5601;
	background-image: url('../img/background_red_1x200.jpg');
	background-repeat: repeat-x;
	background-position: center 150px;
}


/* head */
/* --------------------------------------------------------------- */

DIV.head {
}

DIV.head H1 {
  letter-spacing: 1px;
  font-size: 39px;
  color: #ffffff;
  text-shadow: 5px 5px 6px #7e2c0c;
  margin: 45px 0 5px 0;
}

DIV.head H2 {
  font-size: 19px;
  color: #871b22;
  text-shadow: 3px 3px 6px #7e2c0c;
  margin: 5px 0 5px 200px;
}

DIV.head IMG#logo {
  float: left;
  margin: 5px 0px 0px 20px;
}

DIV.head A.logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
}


/* content */
/* --------------------------------------------------------------- */

DIV.content {
  padding: 15px;
  box-shadow: 5px 5px 7px #7e2c0c;
  background-color: #ffffff;
  background-image: url('../img/Engel_transparent_grey.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  line-height: 24px;
  color: #555555;
}

DIV.content H1 {
	color: #871b22;
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
	margin: 10px 0 30px;
}

DIV.content H2 {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  line-height: 22px;
}

DIV.content H3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

DIV.content P {
  font-size: 15px;
  font-weight: normal;
  margin: 5px 0 20px 0;
}

DIV.content LI {
  font-size: 15px;
  font-weight: normal;
}

DIV.content P A {
  font-size: 15px;
  font-weight: bold;
  color: #871b22;
  text-decoration: none;
}

DIV.content P A:hover {
  text-decoration: underline;
}


/* speech bubble */
/* --------------------------------------------------------------- */

DIV.speech_bubble {
  display: none;
  background-repeat: no-repeat;
  float: left;
  font-family: arial;
  font-size: 13px;
  height: 40px;
  line-height: 32px;
  padding: 0 6px;
  position: relative;
  text-align: center;
  width: 98px;
}

DIV#sprechblase_biergarten {
  background-image: url("../img/sprechblase_links.png");
  left: 700px;
  top: -110px;
}

DIV#sprechblase_theater {
  background-image: url("../img/sprechblase_rechts.png");
  left: 760px;
  top: -110px;
}

DIV#sprechblase_blinder_engel {
  background-image: url("../img/sprechblase_links.png");
  left: 770px;
  top: -110px;
}


/* navi */
/* --------------------------------------------------------------- */

DIV.nav {
  height: 60px;
}

DIV.nav UL.nav {
  padding: 0;
  margin: 0;
}

DIV.nav UL.nav LI {
  color: #ffffff;
  display: block;
  float: left;
  margin: 5px 11px;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 0;
  text-shadow: 3px 3px 6px #7e2c0c;
}

DIV.nav UL.nav LI.img {
  display: block;
  float: left;
  margin: 5px 6px;
}

DIV.nav UL.nav LI.img:hover {
  background-image: none;
}

DIV.nav UL.nav LI A {
  text-decoration: none;
  color: #ffffff;
  display: block;  
}

DIV.nav UL.nav LI A:hover {
   color: #871B22;
}

DIV.nav UL.nav LI A IMG#angle_blind {
  margin: -25px 0 0 0;
}

DIV.nav UL.nav LI A IMG#angle_theater {
  margin: -21px 0 0 0;
}

DIV.nav UL.nav LI A IMG#angle_sit {
  margin: -25px 0 0 0;
}

/* left */
/* --------------------------------------------------------------- */

DIV.left {
}


/* right */
/* --------------------------------------------------------------- */

DIV.right {

}


/* tile */
/* --------------------------------------------------------------- */

DIV.tile {
  text-align: center;
  background-color: #ffffff;
  margin: 0 0 20px 0;
  padding: 5px;
  box-shadow: 5px 5px 7px #7e2c0c;
  color: #444444;
}

DIV.tile IMG {
  display: block;
  margin: 0 auto;
}

DIV.tile IMG.icon {
  display: inline;
  margin:7px 2px;
}

DIV.tile A {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #871b22;
}

DIV.tile h3 {
  font-size: 16px;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #aaaaaa;
}

DIV.tile P {
  font-size: 13px;
  margin: 7px 0;
}

DIV.tile SPAN.info {
  font-size: 11px;
  font-weight: normal;
}

DIV.tile h3.nav {
  font-size: 16px;
  margin: 0;
  padding: 5px;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}

DIV.tile UL.nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
}

DIV.tile UL.nav LI {
}

DIV.tile UL.nav LI A {
  font-size: 13px;
  display: block;
  line-height: 28px;
  border-top: 1px solid #aaaaaa;
  padding: 0 15px;
}

DIV.tile UL.nav LI A:hover {
  background-color: #DC0B1E;
  color: #ffffff;
}

/* footer */
/* --------------------------------------------------------------- */

DIV.footer {
  margin:30px 10px 0 10px;
}

DIV.footer UL.nav {
   text-align:center;
}

DIV.footer UL.nav LI {
	display: inline;
	margin: 0 15px;
}

DIV.footer UL.nav LI A {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	text-shadow: 3px 3px 5px #7e2c0c;
}

DIV.footer UL.nav LI A:hover {
	text-decoration: underline;
}

/* slider */
/* --------------------------------------------------------------- */

div#slider_container {
		height:100px;
		border:10px solid #DC0B1E;
		overflow:hidden;
		margin: 10px 0;
		/*padding:10px;*/
		background-color: #DC0B1E;
		box-shadow: 5px 5px 7px #7e2c0c;
	}
	div#slidebar {
		/*height:128px;*/
		/*width:1500px;*/
		/*border:1px solid black;*/
		/*position:relative;*/
		/*left:-250px;*/
		/*padding:10px;*/
	} 	 
	div.box {
		width:246px;
		height:100px;
		/*border:1px solid black;*/
		margin: 0 5px;
		float:left;
		background-repeat:no-repeat;
		background-position:center center;
		background-color: white;
	}

	
/* google maps */
/* --------------------------------------------------------------- */

P#map SPAN {
  position: relative;
  top: 7px;
  line-height: 14px;
}


/* guestbook */
/* --------------------------------------------------------------- */

DIV.guestbook DIV.item {
  border: 1px solid #cccccc;
  padding: 0 10px;
  margin: 2px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

DIV.guestbook DIV.togglebox {
  margin: 0 0 25px 0;
}

DIV.guestbook DIV.orange {
  background-image: url('../img/guestbook_orange.png');
  background-color: transparent;
}

DIV.guestbook DIV.black {
  background-image: url('../img/guestbook_black.png');
  background-color: transparent;
}

DIV.guestbook FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.guestbook INPUT {
  font-size: 13px;
  color: #444444;
  width: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.guestbook INPUT.captcha {
  width: 135px;
}

DIV.guestbook TEXTAREA {
  font-size: 13px;
  color: #444444;
  width: 430px;
  height: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

/* flyer */
/* --------------------------------------------------------------- */

DIV.flyer DIV.item {
  border: 1px solid #cccccc;
  padding: 0 10px;
  margin: 2px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

DIV.flyer H4 {
	margin: 30px 0 15px;
}

DIV.flyer DIV.item TD {
  vertical-align: top;
  padding: 10px;
}

DIV.flyer DIV.item TD.img {
  width: 160px;
  text-align: center;
}

DIV.flyer DIV.black:hover {
  background-image: url('../img/guestbook_orange.png');
  background-color: transparent;
}

DIV.flyer DIV.black {
  background-image: url('../img/guestbook_black.png');
  background-color: transparent;
}

/* contact */
/* --------------------------------------------------------------- */


DIV.survey FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.survey INPUT {
  font-size: 13px;
  color: #444444;
  width: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.survey INPUT.radio {
  font-size: 13px;
  color: #444444;
  width: 75px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.survey TEXTAREA {
  font-size: 13px;
  color: #444444;
  width: 335px;
  height: 150px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}


/* contact */
/* --------------------------------------------------------------- */


DIV.contact FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.contact INPUT {
  font-size: 13px;
  color: #444444;
  width: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.contact INPUT.captcha {
  width: 135px;
}

DIV.contact TEXTAREA {
  font-size: 13px;
  color: #444444;
  width: 430px;
  height: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}


/* newsletter */
/* --------------------------------------------------------------- */

DIV.newsletter FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.newsletter INPUT {
  font-size: 13px;
  color: #444444;
  width: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.newsletter INPUT.checkbox {
  width: auto;
}

DIV.newsletter INPUT.captcha {
  width: 135px;
}

DIV.news P.date {
  font-size: 12px;
	font-style: italic;
	margin: 5px 0;
}


/* reservation */
/* --------------------------------------------------------------- */

DIV.reservation FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.reservation INPUT {
	width: 300px;
}

DIV.reservation INPUT, DIV.reservation SELECT {
  font-size: 13px;
  color: #444444;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.reservation INPUT.captcha {
  width: 135px;
}

DIV.reservation INPUT.date {
  width: 135px;
}

DIV.reservation SELECT.room {
  width: 140px;
}

DIV.reservation Select.time {
  /*font-size: 13px;
  color: #444444;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;*/
}

/* coupon */
/* --------------------------------------------------------------- */

DIV.coupon FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.coupon INPUT {
	width: 300px;
}

DIV.coupon INPUT, DIV.coupon SELECT {
  font-size: 13px;
  color: #444444;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.coupon INPUT.captcha {
  width: 135px;
}

/* paypal */

DIV.coupon form.paypal {
	float: right;
	margin: -30px 0 0 0;
}

DIV.coupon a.buynow {
    background-color: transparent !important;
    border: medium none !important;
    width: auto !important;
	cursor: pointer;
}


/* confirmation */
/* --------------------------------------------------------------- */

P.confirmation {
  color: #871b22;
}


/* button */
/* --------------------------------------------------------------- */

A.button {
  border: 1px solid #aaaaaa;
  background-color: #eeeeee;
  color: #444444;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  padding: 3px 20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}


/* accordion */
/* --------------------------------------------------------------- */

DIV.accordion H3 {
  margin: 0;
  line-height: 22px;
}

DIV.accordion SPAN.subheader {
  font-size: 15px;
}

DIV.accordion TD.img {
  text-align: center;
  padding: 0 25px 0 0;
}

DIV.accordion TH {
  text-align: left;
  width: 60px;
}

DIV.accordion TABLE P {
  margin: 2px;
}


/* download list */
/* --------------------------------------------------------------- */

UL.download {
  padding: 0;
  margin: 5px 0;
}

UL.download LI {
  padding: 3px 0;
  list-style: none;
}

UL.download LI A {
  display: block;
  line-height: 19px;
  font-weight: normal;
  color: #871b22;
  text-decoration: none;
  padding: 0 0 0 25px;
  background-image: url('../mediathek/icon/page_save.png');
  background-repeat: no-repeat;
  background-position: left;
  
}

UL.download LI A.film {
  background-image: url('../mediathek/icon/film.png');
}

UL.download LI A.pdf {
  background-image: url('../mediathek/icon/doc_pdf.png');
}

UL.download LI A.word {
  background-image: url('../mediathek/icon/page_white_word.png');
}

UL.download LI A:hover {
  text-decoration: underline;
}


/* info */
/* --------------------------------------------------------------- */

SPAN.info {
  color: #871b22;
  font-size: 11px;
  line-height: 15px;
}


/* error */
/* --------------------------------------------------------------- */

SPAN.error {
  color: #DC0B1E;
	font-size: 13px;
}


/* press */
/* --------------------------------------------------------------- */

DIV.press {
  width: 119px;
  margin: 0 3px 5px 3px;
  float: left;
  text-align: center;
  height: 119px;
  overflow: hidden;
  padding: 0 5px;
  border: 1px solid #999999;
}

DIV.press:hover {
  background-image: url('../img/guestbook_orange.png');
}

DIV.press DIV.img {
  width: 114px;
  height: 75px;
  overflow: hidden;
  margin: 7px 2px 5px 2px;
}


/* plan */
/* --------------------------------------------------------------- */

DIV.plan {
  margin: 10px 10px 0 25px;
  float: right;
  text-align: center; 
}

DIV.plan DIV.img {
  border: 1px solid #999999;
  margin: 0 0 5px 0;
}


/* card */
/* --------------------------------------------------------------- */

/*
DIV.card {
  padding: 15px 8px 15px 9px;
  background-image: url('../img/guestbook_orange.png');
  float: left;
  width: 120px;
  text-align: center;
  border-bottom: 1px solid #CCCCCC;
}

DIV.card:hover {
  background-image: url('../img/guestbook_black.png');
}

TABLE.card {
  width: 100%;
}

TABLE.card TH {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

TABLE.card TD {
  font-size: 12px;
  font-weight: normal;
  border-top: 1px solid #EFEFEF;
  padding: 2px 0;
}

TABLE.card TD.price, TABLE.card TH.price {
  width: 50px;
  text-align: right;
  border-top: none;
}

TABLE.card TD.liter, TABLE.card TH.liter {
  width: 35px;
  text-align: right;
}
*/

DIV.cards.item {
  border: 1px solid #cccccc;
  margin: 2px 0;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

DIV.cards.item  H4 {
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

DIV.cards.item TD {
  vertical-align: top;
  padding: 10px;
}

DIV.cards.item TD.img {
  text-align: center;
}

DIV.cards.item:hover {
  background-image: url('../img/guestbook_orange.png');
  background-color: transparent;
}

DIV.cards.item {
  background-image: url('../img/guestbook_black.png');
  background-color: transparent;
  margin: 25px 10px;
}

DIV.item.cards.small {
    float: left;
    width: 250px;
	margin: 10px;
}

DIV.cards.item.small TD {
  padding: 5px;
}


DIV.cards.item TD.img .viewport {
    display: block;
    height: 100px;
    overflow: hidden;
    width: 60px;
}


DIV.cards.item TD.img .viewport > img {
    margin: 0 0 0 -36px;
}


/* voucher */
/* --------------------------------------------------------------- */

DIV.content P.voucher {
  float:right;
  width:200px;
  margin: 0 10px 0 25px;
  padding: 5px;
  text-align:center;
  border: 1px solid #CCCCCC;
}


/* gallery */
/* --------------------------------------------------------------- */

DIV.gallery DIV.img {
  border: 1px solid #333333;
  float: left;
  height: 83px;
  margin: 2px;
  overflow: hidden;
  width: 130px;
}

DIV.gallery DIV.img_160 {
  border: 1px solid #333333;
  float: left;
  height: 226px;
  margin: 10px;
  overflow: hidden;
  width: 160px;
}

DIV.gallery .splash {
    display: table;
    height: 300px;
    width: 100%;
	margin: 0 0 10px;
}

DIV.gallery .splash .splash-cell {
    background-color: rgba(0, 0, 0, 0.5);
    display: table-cell;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

DIV.gallery .splash .splash-cell > span {
    color: #ffffff;
    font-size: 48px;
    text-shadow: 2px 2px 2px #000000;
}

/* event-booking + room-booking*/
/* --------------------------------------------------------------- */

DIV.event-booking , DIV.room-booking {
	background-color: rgba(240, 240, 240, 0.5);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
}

DIV.event-booking TABLE, DIV.room-booking TABLE {
	width: 100%;
	vertical-align: top;
}

DIV.event-booking TABLE TR:nth-child(2n), DIV.room-booking TABLE TR:nth-child(2n) {
	background-color: rgba(230, 230, 230, 0.5);
}

DIV.event-booking TH, DIV.room-booking TH {
	color: #000000;
	font-size: 12px;
	border-bottom: 2px solid #666666;
}

DIV.event-booking TD, DIV.room-booking TD {
	padding: 3px;
	font-size: 12px;
}

DIV.event-booking TD.center, DIV.room-booking TD.center {
	text-align: center;
}

DIV.event-booking TD.free-entry , DIV.room-booking TD.free-entry  {
	background-color: rgba(80, 180, 80, 0.2);
}

DIV.event-booking TD.assigned-entry, DIV.room-booking TD.assigned-entry {
	background-color: rgba(180, 80, 80, 0.2);
}

DIV.event-booking A , DIV.room-booking A  {
	color: #000000;
	text-decoration: none;
}

/* month overview form */
/* --------------------------------------------------------------- */

DIV.event-booking-form FORM TH {
  font-size: 13px;
  vertical-align: top;
  text-align: right;
  padding: 3px;
}

DIV.event-booking-form FORM TD {
  font-size: 13px;
}

DIV.event-booking-form INPUT {
  font-size: 13px;
  color: #444444;
  width: 300px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

DIV.event-booking-form INPUT.radio {
  width: auto;
}

DIV.event-booking-form TEXTAREA {
  font-size: 13px;
  color: #444444;
  width: 384px;
  height: 200px;
  padding: 2px;
  background-color: #eeeeee;
  border: 1px solid #aaaaaa;
}

/* media */
/* --------------------------------------------------------------- */

DIV.media-container DIV.media {
    border: 1px solid #333333;
    float: left;
    margin: 2px;
    overflow: hidden;
    width: 100px;
	padding: 15px;
	text-align: center;
}