@charset "utf-8";

html {
	background: #B3A37F;
	padding: 0;
	margin: 0;
}

body {
	padding: 0;
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 16px;
	color: #534339;
}

#top {
	position: relative;
	display: none;
	background: #F7F1E4 url(../img/top.png) repeat-x bottom;
}

#ui-datepicker-div {
	z-index: 100;
}

#quickanfrage, 
#quicksitemap {
	width: 984px;
	margin: 0 auto;
}

.js-on #quickanfrage, 
.js-on #quicksitemap {
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -492px;

}

#quicksitemap .init,
#quicksitemap .item {
	width: 155px;
	overflow: hidden;
	float: left;
	display: inline;
	padding: 23px 20px 23px 0;;
}

#quicksitemap .init {
	margin: 0 5px 0 15px;
	width: 240px;
}

#quicksitemap h3.sitemap {
	text-indent: -99999em;
	width: 175px;
	height: 15px;
	margin: 0;
}

#quicksitemap .item ul,
#quicksitemap .item li {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

#quicksitemap .item li a {
	text-decoration: none;
	color: #534339;
	font-size: 11px;
}

#quicksitemap .item li a:hover {
	text-decoration: underline;
}

#quicksitemap .item ul {
	margin-bottom: 30px;
}


#quickanfrage form {
	padding: 22px 0 8px 215px;
	position: relative;
}

#quicksitemap h3,
#quickanfrage h3 {
	text-indent: -99999em;
	width: 200px;
	height: 15px;
	overflow: hidden;
}

.js-on #quickanfrage h3 {
	position: absolute;
	top: 25px;
	left: 25px;
}

#quickanfrage form:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#quickanfrage div {
	float: left;
	clear: none;
}

#quickanfrage .label {
	width: auto;
	margin-left: 14px;
}

#quickanfrage .input input {
	background: #E6DFCE;
	border-color: #E6DFCE;
}

#quickanfrage .s25 { width: 40px; }
#quickanfrage .s75 { width: 85px; }

#quickanfrage .submit {
	margin: 0 0 0 10px;
	position: relative;
	top: -1px;
	width: 130px;
}

#outer {
	width: 100%;
	min-height: 768px;
	background: url(../img/container.png) repeat-x;
}

#container {
	position: relative;
	width: 984px;
	padding: 0 5px;
	margin: 0 auto;
	background: url(../img/container.png) repeat-x;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#header {
	position: absolute;
	top: 32px;
	left: 38px;
	z-index: 30;
	width: 210px;
	height: 45px;
}

#jump, #path { display: none; }

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#header h1 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 210px;
	height: 45px;
	background: url(../img/header.png);
	text-indent: -999999em;
	overflow: hidden;
}

#content {
	position: relative;
	z-index: 10;
	float: right;
	width: 732px;
	margin-top: 412px;
	background: #EEEADE;
}

#col0 {
	margin: 0 27px 0 30px;
	padding-bottom: 65px;
}

#col0 .element {
	clear: both;
	margin-bottom: 10px;
}

#home #col0 .element {
	clear: none;
}


#col2 {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: -45px;
}

#col2 a {
	float: left;
	display: inline;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	background: no-repeat top left;
	text-indent: -99999em;
	overflow: hidden;
}

#col2 a#ewh { 
	background-image: url(../img/3rdparty/logo.png);
	width: 46px;
}

#col2 a#facebook { 
	background-image: url(../img/3rdparty/facebook_40.png);
}

#col2 a#holidaycheck { 
	background-image: url(../img/3rdparty/holidaycheck_40.png);
	width: 203px;
}

#col2 a#zoover { 
	background-image: url(../img/3rdparty/zoover_40.png);
	width: 88px;
}

#col2 a#sub { 
	background-image: url(../img/3rdparty/sub_logo_transparent.png);
	width: 38px;
}

#col2 a#blog{
	background-image: url(../img/3rdparty/blog-icon_small.png);
	width: 38px;
}


#media {
	position: absolute;
	top: 108px;
	left: 5px;
	width: 980px;
	height: 300px;
	border: 2px solid #B3A37F;
	border-bottom: 43px solid #B3A37F;
	overflow: hidden;
	background: #DED6C3;
}

#aside {
	position: relative;
	z-index: 20;
	left: 12px;
	float: left;
	display: inline;
	margin: 0px;
	width: 250px;
	min-height: 650px;
	background: url(../img/aside.png) no-repeat top center;
}

.aside1,
.aside2 {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 10px;
	height: 675px;
	background: url(../img/aside1.png) no-repeat top left;
}

.aside2 {
	left: 240px;
	background-image: url(../img/aside2.png);
}

#menu {
	margin: 108px 10px 0 10px;
}

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: auto;
	width: 230px;
}

#menu li {
	padding: 0;
	margin: 0;
}

#menu span { display: none; }

#menu ul li ul {
	position: relative;
	top: 0;
	width: 100%;
	display: inline;
}

#menu ul li ul li {
	display: block;
	background: url(../img/menu_li.png) no-repeat top left;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#menu ul li ul li a {
	display: block;
	overflow: hidden;
	text-indent: -9999999px;
	width: 230px;
	height: 43px;
}

#menu ul li ul li a:hover {
	background-position: 0 -100%;
}

#menu ul li ul li a:active, 
#menu ul li ul li a.current, 
#menu ul li ul li a:focus{
	 background-position: 0 -200%;
}

#menu ul li ul li ul { display: none; }
#menu ul li ul li.root ul { 
	display: block;
	margin-bottom: 20px;
}

#menu ul li ul li ul li {
	display: inline;
	background: none;
}

#menu ul li ul li.root ul li a {
	height: 19px;
	background-position: 0 0;
}
#menu ul li ul li.root ul li a:hover {
	background-position: 0 -100%;
}

#menu ul li ul li.root ul li a:active, 
#menu ul li ul li.root ul li a.current, 
#menu ul li ul li.root ul li a:focus{
	background-position: 0 -200%;
}


#menu ul li ul li.root ul li ul { display: none; }
#menu ul li ul li.root ul li.root ul { 
	display: block;
	margin-bottom: 0;
}

#menu ul li ul li.root ul li.root ul li a {
	background-position: 0 0;
}

#menu ul li ul li.root ul li.root ul li a:hover {
	background-position: 0 -100%;
}

#menu ul li ul li.root ul li.root ul li.root a,
#menu ul li ul li.root ul li.root ul li a:active, 
#menu ul li ul li.root ul li.root ul li a.current, 
#menu ul li ul li.root ul li.root ul li a:focus{
	background-position: 0 -200%;
}

 

#quickmenu {
	position: absolute;
	top: 0;
	left: 522px;
	width: 450px;
	height: 32px;
}

#quickmenu ul,
#quickmenu li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#quickmenu span {
	display: none;
}

#quickmenu a {
	position: absolute;
	top: 0;
	text-align: center;
	padding: 7px 21px 7px 12px;
	background: #DED3BD url(../img/quickmenu.png) no-repeat right;
	border-bottom: 2px solid #B3A37F;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	margin: 0 0 0 10px;
	color:  #6C574A;
	font-size: 11px;
	letter-spacing: 0.025em;
	display: inline;
}

#quickmenu .current {
	background-image: url(../img/quickmenu_current.png);
	background-color: #FFFFFF;
	border-color: #c3b7a4;
}

#quickmenu #qbanfrage { right: 210px; }
#quickmenu #qbsitemap { right: 0; }


/* MERKZETTEL */

.tx-postit-pi1 {
	background: #E6DFCF;
	padding-top: 5px;
}

.tx-postit-pi1 h3 {
	margin: 5px 5px 5px 5px;
	width: 155px;
}


.tx-postit-pi1 h3 span { background-image: url(../img/postit_en.png); }
.tx-postit-pi1 h3.de span { background-image: url(../img/postit_de.png); }

.tx-postit-pi1 ul,
.tx-postit-pi1 li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tx-postit-pi1 .submit input {
	margin: 0 2px 2px 0;
	font-size: 9px;
	float: left;
	clear: none;
}

.tx-postit-pi1 fieldset{
	margin-top: 1em;
}

.tx-postit-pi1 .label {
	width: 148px;
}

.tx-postit-pi1 a.add {
	display: block;
	margin: 5px;
}

.tx-postit-pi1 .empty {
	padding-left: 5px;
}

.tx-postit-pi1 a.show {
	float: left;
	clear: both;
	width: 165px;
	margin-left: 5px;
}

.tx-postit-pi1 a.delete {
	clear: nome;
}


#lang {
	position: absolute;
	top: 11px;
	left: 422px;
	width: 150px;
	height: 11px;
}

#lang ul {
	display: block;
	height: 11px;
	width: 150px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5000;
}

#lang ul li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#lang ul li span { display: none; }

#lang ul li ul {
	margin: 0;
	padding: 0;
}

#lang ul li ul li {
	list-style: none;
	float: right;
	padding-left: 7px;
	width: 16px;
	height: 11px;
	overflow: hidden;
}

#lang ul li ul li a {
	float: right;
	width: 16px;
	height: 11px;
	overflow: hidden;
	text-indent: 20px;
}

#lang .de         { background-image: url(../img/flags/de.png); } 
#lang .current .de { background-image: url(../img/flags/de_cur.png); } 

#lang .en         { background-image: url(../img/flags/gb.png); } 
#lang .current .en { background-image: url(../img/flags/gb_cur.png); } 

#lang li.na { display: none !important; }


#search {
	position: absolute;
	top: 86px;
	left: 772px;
	width: 200px;
	height: 20px;
		background: #FFFFFF;
		overflow: hidden;
}

#search form {
	padding: 0;
	margin: 0;
}

#search label { 
	display: none;
	position: absolute;
	top: 1px;
	left: 3px;
	padding: 1px;
	margin: 0;
	color: #B5ADAA;
	font-size: 13px;
	font-family: Tahoma;
}

.js-on #search label {
	display: block;
}

#search #q {
	border: 1px solid white;
	background: none;
	padding: 1px 2px;
	margin: 0;
	position: relative;
	width: 169px;
	color: #B5ADAA;
	font-size: 13px;
	font-family: Tahoma;
}

#search .submit {
	position: absolute;
	right: 0;
	top: 0;
}

#col1 {
	float: right;
	display: inline;
	margin: 50px 32px 200px 32px;
	width: 186px;
}

#col1 .element {
	background: #CEC2AA;
	margin-bottom: 8px;
}

#col1 .element .csc-textpic-text {
	margin: 5px !important;
	display: block;
}

#col1 .element .csc-textpic-text a.button {
	margin-bottom: 5px;
}



#footer {
	position: absolute;
	z-index: 40;
	left: 45px;
	bottom: 0;
	padding-bottom: 60px;
	width: 212px;
}

#footer address {
	color: #504237;
	font-size: 11px;
	font-style: normal;
	letter-spacing: 0.025em;
}

#footer address strong {
	font-size: 11px;
	text-transform: uppercase;
}

#footer address em {
	float: left;
	font-style: normal;
	font-weight: bold;
	width: 45px;
}

#sitelinks {
	position: absolute;
	bottom: 0;
	left: 0;
}

#sitelinks * {
	display: inline;
	padding: 0;
	margin: 0;
	list-style: none;
}

#sitelinks span { display: none; }
#sitelinks a { 
	padding-right: 25px;
	text-transform: uppercase;
	color:  #504237;
	font-size: 11px;
	text-decoration: none;
}

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

#go_west {
	position: relative;
	width: 125px;
	height: 25px;
	background: #FFFFFF no-repeat top left;
	overflow: hidden;
}

#go_west span,
#go_west a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -9999999em;
	background: white;
	z-index: 5;
	background: no-repeat left top;
}

.js-on #go_west span {
	z-index: 10;
	cursor: pointer;
}

#end {
	height: auto;
	clear: both;
	margin: 25px 0 0 0;
	padding: 25px 0;
	background: #F7F1E4 url(../img/top.png) repeat-x bottom;
}

#end:after {
	content: '\00A0';
	display: block;
	width: 100%;
	clear: both;
	height: 0;
	overflow: hidden;
}

.js-on #end {
	height: 85px;
	margin: 0;
	padding: 0;
	background: none;
	overflow: hidden;
	visibility: hidden;
}

#end #quickanfrage { display: none; }


a {
	color: #504237;
}

a.button {
	background: #534238 url(../img/a_button.png) no-repeat right center;
	color: #FFF4E9;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 3px 40px 3px 8px;
	white-space: nowrap;
}

a.goto1,
a.goto2 {
	float: left;
	text-decoration: none;
	padding-left: 12px;
	background: url(../img/a_goto.png) no-repeat left center;
}

a.goto2 {
	float: right;
}

a.goto1:hover,
a.goto2:hover { text-decoration: underline; }

hr {
  border: 0;
  width: 100%;
	color: #E6DFCF;
	background-color: #E6DFCF;
	height: 1px;
	margin: 10px 0 20px 0;
	clear: both;
}

p, address {
	padding: 0;
	margin: 0 0 20px 0;
	font-style: normal;
}

ul, ol {
	margin-bottom: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}


h2 {
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	height: 40px;
	background: #B3A37F;
	color: #FFFFFF;
	overflow: hidden;
	font-size: 30px;
	line-height: 40px;
	text-indent: 1em;
	font-weight: normal;
}

h3 {
	position: relative;
	padding: 0;
	margin: 0 0 16px 0;
	height: 14px;
	color: #534339;
	overflow: hidden;
	font-size: 12px;
	line-height: 14px;
	text-indent: 0.25em;
	font-weight: bold;
	text-transform: uppercase;
}

#home h3 {
	margin: 0 0 4px 0;
	height: 12px;
	font-size: 9px;
	line-height: 10px;
}

h3.subtitle {
	margin-left: 30px;
	margin-right: 25px;
}



h2 span,
h3 span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
}

h4 {
	color: #B3A37F;
	font-size: 11px;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

table {
	width: 100%;
	margin: 0 0 10px 0;
	border-collapse: collapse;
	border-top:    1px solid  #DFD8C6;
	border-bottom: 3px double #DFD8C6;
}

table caption {
	color: #B3A37F;
	font-size: 11px;
	padding: 0;
	margin: 0 0 8px 0;
	line-height: 13px;
	font-weight: normal;
	text-transform: uppercase;
}

td, th {
	border-bottom: 1px solid #DFD8C6;
	margin: 0;
	padding: 3px 6px;
	text-align: left;
	font-weight: normal;
	color: #333333;
	vertical-align: top;
}

td {
	text-align: center;
}

.zebra table tr.even td          { background: #E6DFCF; }
.zebra table tr:nth-child(2n) td { background: #E6DFCF; }

.zebra table tr:hover td,
.zebra table tr.hover td {
	background: #B3A37F;
}

table .style1 { 
	border-right: 1px solid #DFD8C6;
	text-align: left;
	vertical-align: middle;
}


/* Table Style Feiertage*/

#feiertag_at, #feiertag_de, #feiertag_ch {
	width: 100% !important;
	margin-bottom: 20px !important;
}

#feiertag_at td, #feiertag_de td, #feiertag_ch td {
	text-align: left;
}


#col0 .csc-textpic img {
	border: 5px solid #dfd8c6 !important;
}

#home #col0 .csc-textpic img {
	border: none !important;
}

.csc-textpic-imagewrap {
	float: right;
	clear: both;
	margin-bottom: 20px !important;
}

#logocontrol {
	margin-left: 260px;
}

/*
	-- FORMULARE --
*/

form {
	padding: 0;
	margin: 0;
}

form div.error {
	padding: 5px 5px 5px 26px;
	border: 1px solid #D02020;
	background: url(../img/icons/error.png) no-repeat 5px 5px;
}

form span.required {
	color: #A12332;
}

form fieldset {
	position: relative;
	padding: 0.5em;
	margin: 3em 0 2em 0;
	border: none;
	border-top: 1px solid #DFD8C6;
	background: #E6DFCF;
}

form fieldset fieldset {
	margin-top: 5em;
	background: #EEEADE;
}

form legend {
	padding: 0;
	margin: 0;
}

form img {
	border: none !important;
}

form legend span {
	position: absolute;
	display: block;
	padding: 0.125em;
	top: -2.5em;
	left: -1px;
	font-weight: bold;
	color: #534339;
}

form .label {
	float: left;
	display: inline;
	width: 175px;
	margin-right: 10px;
}

form .input input {
	float: left;
}

form div {
	clear: both;
}

form .input input,
form textarea {
	width: 298px;
	border: 1px solid #534339;
	margin: 0 2px 2px 0;
	padding: 1px;
	background: #FFFFFF;
	/*
		Farbe aus Suchbox, zu hell
		color: #B5ADAA;
	*/
	color: #534339;
	font-size: 11px;
	font-family: Tahoma;
	border: 1px solid #FFFFFF;
}

form .input .s25 { width: 70px; }
form .input .s33 { width: 95px; }
form .input .s34 { width: 96px; }
form .input .s50 { width: 146px; }
form .input .s66 { width: 197px; }
form .input .s75 { width: 222px; }

form textarea {
	height: 96px;
}

form .input input:focus,
form .textarea textarea:focus {
	border-color: #60A060;
	background: #FAFFFA;
}

form .checkbox {
	margin-left: 180px;
}

form .checkbox input {
	float: left;
}

form fieldset fieldset .checkbox label {
	float: left;
	width: 205px;
}

form div span.error {
	clear: both;
	display: block;
	margin: 0 0 2px 185px;
	color: #D02020;
}

form div.checkbox span.error {
	margin: 0 0 2px 5px;
}

form .submit input {
	margin-left: 185px;
	background: #534238 url(../img/a_button.png) no-repeat right center;
	color: #FFF4E9;
	text-decoration: none;
	float: left;
	clear: both;
	padding: 2px 20px 2px 8px;
	white-space: nowrap;
	border: none;
	cursor: pointer;
}

form .captcha {
	margin: 0 0 2px 0;
}

form .captcha img {
	display: block;
	margin: 0 50px 0 0;
}

/*
	-- FORMULARE end --
*/

/* -- Startseite -- */

#home h2 {
	display: none;
}

#home #content {
	margin-top: 477px;
	height: 190px;
}

#home #col0 {
	margin: 15px 0 15px 15px;
	overflow: hidden;
	height: 100px;
}

#home #scroller {
	position: relative;
	left: 0px;
	width: 25000px;
}

#home #media {
	height: 365px;
	border: 2px solid #B3A37F;
}

#home #col1 {
	display: none;
}

#home div.csc-textpic-clear {
	display: none;
}

#home #col0 .element {
	position: relative;
	float: left;
	display: inline;
	width: 344px;
	margin-right: 15px;
	margin-bottom: 25px;
}

#home #col0 .element {
	height: 155px;
}

#home img {
	border: 0 !important;
}

#home #switcher {
	position: absolute;
	z-index: 50;
	top: 442px;
	right: 10px;
	width: 500px;
	width: auto;
	height: 35px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#home #switcher li {
	padding: 0;
	margin: 5px 5px 0 0;
	float: left;
	width: 25px;
	background: #EEEADE;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	opacity: .50;
	filter:Alpha(opacity=50);
	font-size: 12px;
	cursor: pointer;
}

#home #switcher li.current {
	margin: 0 5px 0 0;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	opacity: 100;
	filter:Alpha(opacity=100);
}

#home #col0 a.button {
	position: absolute;
	top: 133px;
	left: 192px;
}

.pagination {
	text-align: right;
}

.pagination a {
	text-decoration: none;
}

.tx-chgallery-pi1 .info,
.tx-indexedsearch .item,
.tx-veguestbook-pi1 .item {
	position: relative;
	padding: 0.5em 0.5em 0.01em 0.5em;
	margin: 3em 0 2em 0;
	border: none;
	border-top: 1px solid #DFD8C6;
	background: #E6DFCF;
}

.tx-indexedsearch .item strong {
	color: #60A060;
}

.tx-chgallery-pi1 .info h4,
.tx-indexedsearch .item h4,
.tx-veguestbook-pi1 .item h4 {
	position: absolute;
	top: -1.75em;
	font-weight: bold;
	color: #534339;
	text-transform: none;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	padding: 5px 5px 5px 26px;
	border: 1px solid #D02020;
	background: url(../img/icons/error.png) no-repeat 5px 5px;
	font-weight: normal;
}

div.c1 { 
	float: left;
	display: inline;
	width: 275px;
}
div.c2 {
	float: left;
	display: inline;
	width: 385px;
}

div.c3 {
	clear: both;
}

#gallery {
	margin: 0;
	padding: 10px 0 0 10px;
	width: 665px;
	overflow: hidden;
}

#gallery:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#gallery li {
	padding: 0;
	position: relative;
	margin: 0 10px 10px 0;
	width: 123px;
	height: 123px;
	list-style: none;
	float: left;
	overflow: hidden;
}

#gallery.list li {
	height: 168px;
}

#gallery li a,
#gallery li img {
	padding: 0;
	margin: 0;
	border: none;
	display: block;
	text-decoration: none;
}

.tx-chgallery-pi1 .desc { margin-top: -1.25em; } 

#col2 a#blog {
	display: none;
}
