@font-face {
    font-family: 'devroyeregular';
    src: url('../fonts/devroye_-webfont.eot');
    src: url('../fonts/devroye_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/devroye_-webfont.woff') format('woff'),
         url('../fonts/devroye_-webfont.ttf') format('truetype'),
         url('../fonts/devroye_-webfont.svg#devroyeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'futura_oblique';
    src: url('../fonts/futura_oblique-webfont.eot');
    src: url('../fonts/futura_oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futura_oblique-webfont.woff') format('woff'),
         url('../fonts/futura_oblique-webfont.ttf') format('truetype'),
         url('../fonts/futura_oblique-webfont.svg#futura_md_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0;
}
html {
	min-height: 100%; /* Sticky Footer */
	position: relative; /* Sticky Footer */
}
body {
	background-image:url(../images/bg-fritzhuette-body.gif);
	background-repeat:repeat;
	background-position:center top;
	color: #7a705a;
	font-family:'futura_oblique', Georgia, sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height:1.6em;
	margin: 0 0 240px 0;
	min-height:100%;
	padding: 0px;
	overflow-x:hidden;
	text-decoration: none;
	text-align: left;
	width:100%;
}
body.tplSpezial {
	background-image:url(../images/bg-fritzhuette-body-right.gif);
	background-repeat:repeat-y;
}

.csc-textpic-clear,
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
header, footer, section, article, aside, details, nav {
	display: block;
} 

/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
a {
	color: #7a705a;
	text-decoration: none; 
	-webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}
a:active, a:focus {outline: none;}
div:focus {outline: none;}
a:hover {
/*	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);*/
}
a.button {
	border:2px solid #4068a1;
	cursor:pointer;
	color:#4068a1;
	display:inline-block;
	font-size:1.2em;
	padding:7px 20px 8px 20px;
}
a.button:hover {
	background-color:#4068a1;
	color:#ffffff;
}
p, pre { 
	margin: 0px;
	margin-bottom:15px;
}
p a {
	text-decoration:underline;
}
ul {
	margin-bottom:15px;
}

/* BILDER */
img {
	border:none;
	display:inline-block;
	line-height:1em;
}
a img {
  border:none;
}

/******************/
/* Ueberschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
  color:#b7a486;
  line-height:1.5em;
  font-weight:normal;
  font-family:'devroyeregular', Arial, sans-serif;
}
h1 {
	font-size:1.9em;
	margin:0 0 5px 0;
}
h2 {
	font-size:16px;
	margin:0 0 21px 0;
}
h3 {
	font-size:1.9em;
	margin:0 0 21px 0;
}
h4 {
	font-size:1em;
	margin:45px 0 20px;
}
h5 {
	
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}

#top {
	background-color:#e17d73;
	background-image:url(../images/bg-fritzhuette-top.gif);
	background-repeat:no-repeat;
	margin:auto;
	height:162px;
	position:relative;
	width:1025px;
}
#top .logo {
	float:left;
	position:relative;
	padding-left: 20px;
  padding-top: 92px;
}
#top .logo a {
	display:block;
}
nav {
	margin:auto;
	height:54px;
	line-height:54px;
	position:relative;
	width:1025px;
}
.tplWithoutBanner nav {
	border-bottom:10px solid #7a705a;
}
nav ul {
	list-style:none;
	font-size: 1.2em;
	margin:0;
	padding:0;
}
nav ul li {
	display:inline-block;
	float:left;
	margin-right:130px;
}
nav ul li.last {
	margin-right:0;
}
nav ul li.cur a,
nav ul li a:hover {
	color:#e17d73;
}

/*div.language {
	margin-right: 2px;
	float: right;
}*/

#banner {
	margin:auto;
	margin-bottom: 80px;
	position:relative;
	width:1025px;
}
#promo {
	background-color: #e17d73;
	text-align: center;
	line-height: 1.8em;
	font-size: 1.6em;
	padding: 20px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 1px;
  }
.tplWithoutRequest #banner {
	border-bottom:10px solid #7a705a;
}
#banner #headerview {
	border-bottom:10px solid #7a705a;
	height:503px;
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
}
#banner #headerview li {
	float:left;
	width:100%;
}
#banner #headerview {
	border-bottom:none;
}

footer {
	background-color:#e17d73;
	color:#ffffff;
	height:160px;
	margin-top:80px;
	position: absolute;
  left: 0;
  bottom: 0;
	float:left;
	width:100%;
}
footer a {
	color:#ffffff;
}
footer a:hover {
	text-decoration:underline;
}
#footer-align {	
	margin:auto;
	padding:28px 0 0 0;
	position:relative;
	width:1025px;
}
.address {
	float:left;
}	
.impressum {
	float:right;
}	

/* CONTAINER */
.container-2cols-tl,
.container-2cols-tr {
	margin:auto;
	margin-bottom:80px;
	position:relative;
	width:1025px;
}
.container-1col {
	margin:auto;
	margin-top:80px;
	margin-bottom:80px;
	position:relative;
	width:1025px;
}
.container-2cols-tl-01,
.container-2cols-tr-01 {
	float:left;
	margin-right:25px;
	position:relative;
	width:488px;
}
.container-2cols-tl-02,
.container-2cols-tr-02 {
	float:left;
	margin-left:24px;
	position:relative;
	width:488px;
}

.more-container {
	height:13px;
	margin:auto;
	overflow:hidden;
	margin-top:17px;
	position:relative;
	width:14px;
}
.more-container .more-open,
.more-container .more-close {
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	background-position:0 -71px;
	cursor:pointer;
	height:13px;
	width:14px;
}
.more-container .more-close {
	display:none;
	background-position:-14px -71px;
}
.more-text {
	overflow:hidden;
}
.container-youth {
	background-color: #f6dad2;
  background-image: url("../images/bg-fritzhuette-offer.gif");
  background-repeat:no-repeat;
  background-position:0 bottom;
  border-top:10px solid #e17d73;
  margin: auto;
  margin-bottom:80px;
  position: relative;
  width: 1025px;
}
.container-youth-01 {
	float:left;
	position:relative;
	width:488px;
}
.container-youth-01 img {
	float:left;
}
.container-youth-02 {
	float:left;
	margin-left:49px;
	padding-top:25px;
	width:488px;
}
.container-youth h3,
.container-youth h2 {
	color:#e17d73;
}
.container-youth h3 {
	margin-bottom:10px;
}
.container-prices {
	background-image: url("../images/bg-topoffer.gif");
  background-repeat:no-repeat;
  background-position:-460px 0;
	float:left;
	height:306px;
	padding:25px;
	width:438px;
}
.container-prices h3 {
	color: #B7A486;
	margin-bottom:25px;
}
.container-prices h4 {
	color: #B7A486;
	margin:15px 0;
}
.container-prices .button {
	border-color:#918a7a;
	color:#918a7a;
}
.container-prices .button:hover {
	background-color:#918a7a;
	color:#ffffff;
}
table.prices {
	border-spacing:0;
	border-collapse:collapse;
	float:left;
	margin-bottom:35px;
	width:100%;
}
table.prices td {
	border-bottom:1px solid #d2c9b8;
	padding: 5px 10px 10px 0;
	vertical-align:top;
}
table.prices td.td-0 {
	width:140px;
}
table.prices tr.tr-2 td {
	border:none
}


/* REQUEST */
#request {
	background-image:url(../images/bg-blue.png);
	background-repeat:repeat;
	height:503px;
	margin:0;
	position:absolute;
	top:0;
	left:0;
	width:282px;
}
#request h3 {
	color: #FFFFFF;
  float: left;
  font-size:1.2em;
  line-height: 46px;
  margin:0;
  padding: 15px 25px 0 25px;
  width:232px;
}
input.checker {
	display:none;
}
#qu_form {
	color:#ffffff;
}
#qu_form fieldset {
	border:none;
	float:left;
	margin:0;
	padding:0;
	width:100%;
}
#qu_form input {
	background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  float: left;
  font-family:'futura_oblique', Arial, sans-serif;
  font-size: 16px;
  margin: 15px 25px 0;
  padding: 10px 10px;
  width: 210px;
}
#qu_form input.submit {
	left:0;
	bottom:25px;
	cursor:pointer;
	padding: 8px 20px 9px;
	position:absolute;
	width:auto;
}
#qu_form input.submit:hover {
	background-color:#ffffff;
	color:#4068a1;
}

.item-adults {
	margin-bottom:15px;
	margin-top:10px;
}
.item-adults label {
	float:left;
	line-height:39px;
	width:109px;
}
.item-adults select {
	background-color:#EAE8E0;
	border:none;
	float:left;
	font-family:'futura_oblique', Arial, sans-serif;
	font-size:16px;
	margin:0 10px 20px 0;
	padding:10px 12px;
	width:65px;
}
.subitem-agechildren {
	float:left;
	width:100%;
}
.subitem-agechildren label.pre {
	float:left;
	line-height:39px;
	width:85px;
}
.subitem-agechildren input {
	background-color:#EAE8E0;
	border:none;
	float:left;
	font-family:'futura_oblique', Arial, sans-serif;
	font-size:16px;
	margin:0 10px 10px 0;
	padding:10px 12px;
	width:65px;
}
.subitem-agechildren label.post {
	float:left;
	line-height:39px;
}

#main .tx-formulare {
	background-color: #e9e4d9;
  background-image: url("../images/bg-topoffer.gif");
  background-repeat:no-repeat;
  background-position:0 bottom;
  border-top:10px solid #b7a486;
  margin: auto;
  margin-bottom:80px;
  position: relative;
  width: 1025px;
}
#main .tx-formulare h3 {
  color: #B7A486;
	padding:49px 0 0 49px;
}
#br_form {
	padding:25px 0 0 49px;
}
#br_form fieldset {
	border:none;
	float:left;
	margin:0;
	padding:0;
	width:488px;
}
#br_form fieldset legend {
	padding:0;
	margin:0 0 35px 0;
	color:#706b69;
}
#br_form .item-select-salutation label {
	display:none;
}
#br_form input,
#br_form textarea {
	background-color: transparent;
  border: 2px solid #FFFFFF;
  color:#706b69;
  float: left;
  font-family:'futura_oblique', Arial, sans-serif;
  font-size: 16px;
  margin: 0 20px 20px 0;
  padding: 10px 10px;
  width: 185px;
}
#br_form textarea {
	height:80px;
	width:414px;
}
#br_form select {
	background-color: transparent;
  border: 2px solid #FFFFFF;
  color:#706b69;
  float: left;
  font-family:'futura_oblique', Arial, sans-serif;
  font-size: 16px;
  margin: 0 20px 20px 0;
  padding: 9px 10px;
  width: 209px;
}
#br_form .item-zip input {
	width: 50px;
}
#br_form .item-city input {
	width:91px;
}
#br_form .item-submit {
	float:left;
	width:100%;
}
#br_form input.submit {
	border-color:#7a6f5b;
	cursor:pointer;
	margin-top:45px;
	margin-bottom:49px;
	padding: 8px 20px 9px;
	width:auto;
}
#br_form input.submit:hover {
	background-color:#7a6f5b;
	color:#ffffff;
}


/* jcarousel */
#galleryview {
	background-color: #ffffff;
	height:356px;
  margin: auto;
  margin-bottom:80px;
  position: relative;
  width: 1025px;
}
#galleryview-align {
	height:356px;
	position:absolute;
	left:0;
	width:1074px;
	top:0;	
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel ul li {
	float:left;
	min-width: 537px;
	opacity:0.3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	width:537px;
}
.jcarousel ul li img {
	float:left;
	margin:0 0 0 0;
}
.jcarousel ul li.enabled {
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
.jcarousel-prev,
.jcarousel-next {
	background-color:#7a705a;
	background-image:url(../images/icons.png);
	background-repeat:no-repeat;
	background-position:-144px 0;
	cursor:pointer;
	height:71px;
	left:0;
	margin-top:-35px;
	position:absolute;
	top:50%;
	width:72px;
}
.jcarousel-next {
	background-position:-216px 0;
	left:auto;
	right:0;
}
.ka-panel {
	position:relative;
}
/*.ka-panel .accicon {
	background-image: url("../images/icons.png");
  background-position: 0 -71px;
  background-repeat: no-repeat;
  cursor: pointer;
  display:block;
  height: 13px;
  position:absolute;
  top:15px;
  right:15px;
  width: 14px;
}
.ka-panel.open .accicon {
  background-position: -14px -71px;
}*/
.ka-panel h3 {
	background-image: url("../images/plus.png");
  background-position: right 15px;
  background-repeat: no-repeat;
	border-bottom:2px solid #e17d73;
	color:#7a705a;
	cursor:pointer;
	font-size:1em;
	margin-bottom:0px;
	padding:15px 0;
}
.ka-panel.open h3 {
	background-image: url("../images/minus.png");
}
.ka-panel p {
	margin:0;
	padding:10px 0;
}

.sitelink-pezina {
	background-image: url("../images/icons.png");
  background-position: 0 -84px;
  background-repeat: no-repeat;
	height:98px;
	position:absolute;
	left:860px;
	top:32px;
	-webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
	width:165px;
}
.sitelink:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	-o-transform: scale(1.03);
	transform: scale(1.03);
}
#cookie-bar {
    background: #e17d73;
    color: #eeeeee;
    text-align: center;
    padding: 5px;
    line-height: 100%;
    position: relative;
    z-index: 10;
}
#cookie-bar a {
    color: #e17d73;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 3px 8px 3px 6px;
    margin-left: 8px;
    background-color:#ffffff;
}