/* ------------- */
/* --- reset --- */
/* ------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ------------ */
/* --- TEMP --- */
/* ------------ */

#languageswitcher {
  display: none;
}

/* ------------ */

html {
  /*
  overflow: -moz-scrollbars-vertical;
  */
}

/* --- bgcontainer --- */

#content {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

/* --- bgcontainer --- */

#bgcontainer {
  position:fixed;
  height:100%;
  width:100%;
  top:0;
  left:0;
  overflow:hidden;
  background: #ccc;
}

.copyright,
.description {
  padding: 0 4px;
  background: #fff;
  background: rgba(255,255,255,0.7);
  position: fixed;
  z-index: 99999;
  font-size: 10px;
  line-height: 17px;
  color: #000;
}

.copyright {
  bottom: 0;
  left: 64%;
}

.copyright .link {
  padding-right: 3px;
}

.description {
  bottom: 0;
  right: 36.1%;
}

/* --- basics --- */

body,
a:link,
a:visited,
a:hover,
a:active {
  height: 100%;
  color: #fff;
  line-height: 1.4em;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper1 {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  background-image: url(../img/bg-homepage-balken.png);
  background-position: center 50px;
  background-repeat: no-repeat;
}

#wrapper2 {
  position:relative;
  width: 958px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  z-index: 100;
}

/* --- logo --- */

h1 {
  position: absolute;
  right: 58px;
  top: 0;
  z-index: 1000;
}

.sommer h1 a {
  display: block;
  width: 515px;
  height: 60px;
  background: url(../img/csssprite2.png) no-repeat -562px -640px;
  text-indent: -5000px;
}

.winter h1 a {
  display: block;
  width: 491px;
  height: 60px;
  background: url(../img/csssprite2.png) no-repeat 0px -640px;
  text-indent: -5000px;
}

/* --- menu --- */

#menu {
  position: absolute;
  left: 0;
  top: 50px;
  background-image: url(../img/csssprite2.png);
  background-repeat: no-repeat;
  background-position: right -600px;
  z-index: 100;
  padding: 4px 0 4px 0;
}

#menu ul li {
  float: left;
  position: relative;
}

#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu li a:active {
  display: block;
  line-height: 33px; /* height macht im IE6 probleme! */
  padding: 0 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  border-right: 1px solid #fff;
}

#menu li a:hover {
  color: #fff;
}

#menu li.last {
  margin-right: 5px;
}

#menu li.last a:link,
#menu li.last a:visited,
#menu li.last a:hover,
#menu li.last a:active {
  border-right: none;
}

#menu ul li ul {
  position: absolute;
  display: none;
}

#menu ul li ul li {
  padding: 0;
  clear: left;
  display: block;
  width: 100%;
}

#menu ul li ul li a:link,
#menu ul li ul li a:visited,
#menu ul li ul li a:hover,
#menu ul li ul li a:active {
  border-right: 0;
  background: url(../img/csssprite2.png) 0 -700px no-repeat;
  white-space: nowrap;
  color: #fff;
  text-transform: none;
  height: 25px;
  line-height: 25px;
  display: block;
}

#menu ul li ul li a:hover {
  background: url(../img/csssprite2.png) 0 -1200px no-repeat;
  color: #000;
}

/* --- saisonswitcher --- */

#saisonswitcher {
  position: absolute;
  top: 50px;
  right: -1px;
  background-image: url(../img/csssprite2.png);
  background-repeat: no-repeat;
  background-position: left -600px;
  z-index: 100;
}

#saisonswitcher li {
  display: block;
  float: left;
  padding: 4px 0 4px 0;
}

#saisonswitcher a:link,
#saisonswitcher a:visited,
#saisonswitcher a:hover,
#saisonswitcher a:active {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 0.5em 0 40px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  border-right: 1px solid #fff;
  background-image: url(../img/csssprite1homepage.png);
  background-repeat: no-repeat;
}

#saisonswitcher a:hover {
  color: #fff;
}

.winter #saisonswitcher a {
  background-position: 5px -832px;
}

.winter #saisonswitcher a:hover {
  background-position: 5px -865px;
}

.sommer #saisonswitcher a {
  background-position: 5px -898px;
}

.sommer #saisonswitcher a:hover {
  background-position: 5px -931px;
}

/* --- quicklinks --- */

#quicklinks {
  position: absolute;
  bottom: -4px;
  left: 0;
  background-image: url(../img/csssprite2.png);
  background-repeat: no-repeat;
  background-position: right -600px;
  z-index: 100;
}

#quicklinks li {
  display: block;
  float: left;
  padding: 4px 0 4px 0;
}

#quicklinks li.last {
  padding: 4px 4px 4px 0;
}

#quicklinks a:link,
#quicklinks a:visited,
#quicklinks a:hover,
#quicklinks a:active {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  padding: 0 0.5em;
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  border-right: 1px solid #fff;
  padding-left: 40px;
  background-image: url(../img/csssprite1homepage.png);
  background-repeat: no-repeat;
}

#quicklinks .last a:link,
#quicklinks .last a:visited,
#quicklinks .last a:hover,
#quicklinks .last a:active {
  border-right: none;
}

#quicklinks a:hover {
  color: #fff;
}

#quicklink-zimmer-und-appartement a {
  background-position: 5px -700px;
}

#quicklink-zimmer-und-appartement a:hover {
  background-position: 5px -733px;
}

#quicklink-hotels a {
  background-position: 5px -766px;
}

#quicklink-hotels a:hover {
  background-position: 5px -799px;
}

/* --- language-switcher --- */


#languageswitcher p {
  position: absolute;
  left: 45px;
  top: 12px;
  width:200px;
  height: 55px;
  line-height: 16px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}

#languageswitcher em {
  color: #fff;
}

#languageswitcher a {
  display: block;
  width: 37px;
  text-indent: -5000px;
  background: url(../img/csssprite1homepage.png) no-repeat;
}

#languageswitcher #languageswitcher-de a {
  height: 25px;
  background-position: 0 -966px;
}

#languageswitcher #languageswitcher-de a:hover,
#languageswitcher #languageswitcher-de a.active {
  background-position: -37px -966px;
}

#languageswitcher #languageswitcher-en a {
  height: 30px;
  background-position: 0 -991px;
}

#languageswitcher #languageswitcher-en a:hover,
#languageswitcher #languageswitcher-en a.active {
  background-position: -37px -991px;
}

/* --- header image switcher --- */

#headerimageswitcher {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 525px;
  z-index: 1000;
}

#headerimageswitcher ul {
  position: absolute;
  bottom: 0;
  right: 0;
}

#headerimageswitcher a {
  display: block;
  width: 37px;
  text-indent: -5000px;
  background-image: url(../img/csssprite1homepage.png);
  background-repeat: no-repeat;
}

#headerimageswitcher1 a {
  background-position: 0 0;
  height:40px;
}

#headerimageswitcher1 a:hover,
#headerimageswitcher1 a.activeSlide {
  background-position: -37px 0;
}

#headerimageswitcher2 a {
  background-position: 0 -40px;
  height:30px;
}

#headerimageswitcher2 a:hover,
#headerimageswitcher2 a.activeSlide {
  background-position: -37px -40px;
}

#headerimageswitcher3 a {
  background-position: 0 -70px;
  height:31px;
}

#headerimageswitcher3 a:hover,
#headerimageswitcher3 a.activeSlide {
  background-position: -37px -70px;
}

#headerimageswitcher4 a {
  background-position: 0 -101px;
  height:30px;
}

#headerimageswitcher4 a:hover,
#headerimageswitcher4 a.activeSlide {
  background-position: -37px -101px;
}

#headerimageswitcher5 a {
  background-position: 0 -131px;
  height:30px;
}

#headerimageswitcher5 a:hover,
#headerimageswitcher5 a.activeSlide {
  background-position: -37px -131px;
}

#headerimageswitcher6 a {
  background-position: 0 -161px;
  height:31px;
}

#headerimageswitcher6 a:hover,
#headerimageswitcher6 a.activeSlide {
  background-position: -37px -161px;
}

#headerimageswitcher7 a {
  background-position: 0 -192px;
  height:30px;
}

#headerimageswitcher7 a:hover,
#headerimageswitcher7 a.activeSlide {
  background-position: -37px -192px;
}

#headerimageswitcher8 a {
  background-position: 0 -222px;
  height:30px;
}

#headerimageswitcher8 a:hover,
#headerimageswitcher8 a.activeSlide {
  background-position: -37px -222px;
}

#headerimageswitcher9 a {
  background-position: 0 -252px;
  height:31px;
}

#headerimageswitcher9 a:hover,
#headerimageswitcher9 a.activeSlide {
  background-position: -37px -252px;
}

#headerimageswitcher10 a {
  background-position: 0 -283px;
  height:30px;
}

#headerimageswitcher10 a:hover,
#headerimageswitcher10 a.activeSlide {
  background-position: -37px -283px;
}

#headerimageswitcher11 a {
  background-position: 0 -313px;
  height:30px;
}

#headerimageswitcher11 a:hover,
#headerimageswitcher11 a.activeSlide {
  background-position: -37px -313px;
}

#headerimageswitcher12 a {
  background-position: 0 -343px;
  height:30px;
}

#headerimageswitcher12 a:hover,
#headerimageswitcher12 a.activeSlide {
  background-position: -37px -343px;
}

#headerimageswitcher13 a {
  background-position: 0 -373px;
  height:31px;
}

#headerimageswitcher13 a:hover,
#headerimageswitcher13 a.activeSlide {
  background-position: -37px -373px;
}

#headerimageswitcher14 a {
  background-position: 0 -404px;
  height:30px;
}

#headerimageswitcher14 a:hover,
#headerimageswitcher14 a.activeSlide {
  background-position: -37px -404px;
}

#headerimageswitcher15 a {
  background-position: 0 -434px;
  height:30px;
}

#headerimageswitcher15 a:hover,
#headerimageswitcher15 a.activeSlide {
  background-position: -37px -434px;
}

#headerimageswitcher16 a {
  background-position: 0 -464px;
  height:31px;
}

#headerimageswitcher16 a:hover,
#headerimageswitcher16 a.activeSlide {
  background-position: -37px -464px;
}

#headerimageswitcher17 a {
  background-position: 0 -495px;
  height:30px;
}

#headerimageswitcher17 a:hover,
#headerimageswitcher17 a.activeSlide {
  background-position: -37px -495px;
}

#headerimageswitcher18 a {
  background-position: 0 -525px;
  height:30px;
}

#headerimageswitcher18 a:hover,
#headerimageswitcher18 a.activeSlide {
  background-position: -37px -525px;
}

#headerimageswitcher19 a {
  background-position: 0 -555px;
  height:31px;
}

#headerimageswitcher19 a:hover,
#headerimageswitcher19 a.activeSlide {
  background-position: -37px -555px;
}

#headerimageswitcher20 a {
  background-position: 0 -586px;
  height:30px;
}

#headerimageswitcher20 a:hover,
#headerimageswitcher20 a.activeSlide {
  background-position: -37px -586px;
}


/* --------------------------- */
/* --- saison-spezifisches --- */
/* --------------------------- */

.sommer #menu li a:hover,
.sommer #menu li a.active,
.sommer #saisonswitcher a:hover,
.sommer #quicklinks a:hover {
  background-color: #336600;
}

.winter #menu li a:hover,
.winter #menu li a.active,
.winter #saisonswitcher a:hover,
.winter #quicklinks a:hover {
  background-color: #003366;
}