﻿html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
  background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	line-height:1.6em;
	text-decoration: none;
	text-align: left;
	color:#000;
	background-color: #ecece8;
}
div.clear {
	clear: both;
}
/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
hr {
  border:none;
  border-top:1px dotted #000;
  margin:20px 20px 20px 0;
  height:1px;
  line-height:1px;
}
pre {
	font-family: monospace; 
}
a {
	color: #000;
	text-decoration: none; 
}
a img {
  border:none;
}
a:hover {
	color: #000; 
}
p a {
	color:#990000;
}

/* Nur Links im Text */
div.left p a {
  color:#990000;
}
div.left ul a {
  color:#990000;
}
p, pre { 
	margin: 0;
	margin-bottom: 10px; 
  padding-right:20px;
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
iframe {
  /*margin:0 20px 10px 20px;*/
}
div.csc-default {
  float:left;
  width:100%;
}
/*********************************/
/* Frames: Abstände, link-to-top */
/*********************************/
p.csc-linkToTop {
	text-align: right;
}
p.csc-linkToTop a {
	font-weight: bold;
}
/* --- */
div.csc-frame {
	border: 0px;
}
div.csc-frame-invisible {
	display: none;
}
div.csc-frame-rulerBefore {
	border-top: 1px solid #000;
}
div.csc-frame-rulerAfter {
	border-bottom: 1px solid #000;
}
div.csc-frame-indent {
	padding-left: 100px;
}
div.csc-frame-indent3366 {
	padding-left: 33%;
}
div.csc-frame-indent6633 {
	padding-right: 33%;
}
div.csc-frame-frame1 {
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px dotted #aa8e0e;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1.6em;
}
div.csc-frame-frame1 h1, div.csc-frame-frame1 p {
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
div.csc-frame-frame2 {
	padding: 2px 4px 2px 4px;
	border: 1px dotted #000;
}
/* --- */
div.csc-frame-frame1 h1, div.csc-frame-frame1 h2, div.csc-frame-frame1 h3, div.csc-frame-frame1 h4, div.csc-frame-frame1 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
div.csc-frame-frame2 h1, div.csc-frame-frame2 h2, div.csc-frame-frame2 h3, div.csc-frame-frame2 h4, div.csc-frame-frame2 h5, div.csc-frame-frame1 h6 {
	margin-top: 2px;
}
/******************/
/* berschriften  */
/******************/
h1, h2, h3, h4, h5, h6 {
  color:#990000;
  font-family:Georgia, Arial, Verdana, sans-serif;
  font-weight:normal;
  padding-right:20px;
}
h1 {
	font-size: 2.0em;
	line-height:26px;
	margin:15px 0;
}
h2 {
	font-size: 1.6em;
	line-height:22px;
	margin:13px 0;
}
h3 {
  font-family:Arial;
  font-size: 1.2em;
  font-weight:bold;
	line-height:18px;
	margin:10px 0;
}
h4 {
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  margin:0 0 6px 0;
}
h5 {
  color:#000;
	font-family:Arial;
  font-size:14px;
  font-weight:bold;
  margin:0 0 3px 0;
  text-transform:uppercase;
}
h6 {
  color:#999999;
  font-family:Arial;
	font-size: 1.0em;
	font-weight:bold;
	margin:5px 0;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
	margin-bottom:5px;
}
h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left {
	text-align: left;
}
h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center {
	text-align: center;
}
h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right {
	text-align: right;
}
h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify {
	text-align: justify;
}
/* berschriften, verlinkt */
h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #990000;
	text-decoration: none;
}
h6 a {
  color:#999999;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline;
}
/* berschrift Datum */
p.csc-header-date {
	font-size: 0.8em;
}
/* Subüberschrift, allgemein */
p.csc-subheader {
	font-weight: bold;
	font-style: italic;
}
/* Subüberschrift, spezifiziert */
p.csc-subheader-0 {
}
p.csc-subheader-1 {
}
p.csc-subheader-2 {
}
p.csc-subheader-3 {
}
/*******************/
/* RTE / Bodytext: */
/*******************/
p.bodytext {
}
p.bodytext a { 
}
/********************/
/* Aufzählungsliste */
/********************/
ul {
	margin-top: 0px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 0px;
}

/**********/
/* Bilder */
/**********/
div.csc-textpic {
  padding-right:20px;
}
div.right div.csc-textpic {
  padding:0;
}
div.csc-textpic p {
  padding:0;
}
div#header div.csc-textpic {
  padding:0;
}
div.left-content div.csc-textpic {
  padding-left:23px;
  padding-right:23px;
}

/* Captions */
div.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center;
}
div.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right;
}
div.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left;
}
/* Needed for noRows setting */
div.csc-textpic div.csc-textpic-imagecolumn {
	float: left;
	display: inline;
}
/* Border just around the image */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
	border: 2px solid #000;
	padding: 0px 0px;
}
div.csc-textpic-imagewrap {
	padding: 0;
}
div.csc-textpic img {
	border: none;
}
div.csc-textpic-above img {
	margin-bottom:5px;
}
/* DIV: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-image {
	float: left;
}
/* UL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.csc-textpic div.csc-textpic-imagewrap ul li {
	float: left;
	margin: 0;
	padding: 0;
}
/* DL: This will place the images side by side */
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image {
	float: left;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dt {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd {
	float: none;
}
div.csc-textpic div.csc-textpic-imagewrap dl.csc-textpic-image dd img {
	border: none;
} /* FE-Editing Icons */
dl.csc-textpic-image {
	margin: 0;
}
dl.csc-textpic-image dt {
	margin: 0;
	display: inline;
}
dl.csc-textpic-image dd {
	margin: 0;
}
/* Clearer */
div.csc-textpic-clear {
	clear: both;
}
/* Margins around images: */
/* Pictures on left, add margin on right */
div.csc-textpic-left div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-left div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin:8px 24px 15px 0;
}

/* Pictures on right, add margin on left */
div.csc-textpic-right div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap .csc-textpic-image,
div.csc-textpic-intext-right div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}

/* Pictures centered, add margin on left */
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	display: inline; /* IE fix for double-margin bug */
	margin-left: 10px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0;
}
/* Space below each image (also in-between rows) */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	/*margin-bottom: 1px; HIER */
}
div.csc-textpic-equalheight div.csc-textpic-imagerow {
	margin-bottom: 1px;
	display: block;
}
div.right div.csc-textpic div.csc-textpic-imagewrap div.csc-textpic-imagerow li {
  margin-bottom:3px;
}
div.csc-textpic div.csc-textpic-imagerow {
	clear: both;
}
/* No margins around the whole image-block */
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important;
}
/* Add margin from image-block to text (in case of "Text w/ images") */
div.csc-textpic-intext-left div.csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	margin-right: 10px !important;
}
div.csc-textpic-intext-right div.csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	margin-left: 10px !important;
}
/* Positioning of images: */
/* Above */
div.csc-textpic-above div.csc-textpic-text { clear: both; }
/* Center (above or below) */
div.csc-textpic-center {
	text-align: center; /* IE-hack *//* IE-hack */
}
div.csc-textpic-center div.csc-textpic-imagewrap {
	margin: 0 auto;
}
div.csc-textpic-center div.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
div.csc-textpic-center div.csc-textpic-text {
	text-align: left; /* Remove IE-hack *//* Remove IE-hack */
}
/* Right (above or below) */
div.csc-textpic-right div.csc-textpic-imagewrap {
	float: right;
}
div.csc-textpic-right div.csc-textpic-text {
	clear: right;
}
/* Left (above or below) */
div.csc-textpic-left div.csc-textpic-imagewrap {
	float: left;
}
div.csc-textpic-left div.csc-textpic-text {
	clear: left;
}
/* Left (in text) */
div.csc-textpic-intext-left div.csc-textpic-imagewrap {
	float: left;
}
/* Right (in text) */
div.csc-textpic-intext-right div.csc-textpic-imagewrap {
	float: right;
}
/* Right (in text, no wrap around) */
div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	float: right;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Left (in text, no wrap around) */
div.csc-textpic-intext-left-nowrap div.csc-textpic-imagewrap {
	float: left;
	clear: both;
}
/* Hide from IE5-mac. Only IE-win sees this. \*/
* html div.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%;
}
/* End hide from IE5/mac */
/* Spezieller style wenn bilder in einem "Rahmen (border)" dargestellt werden */
div.imageblock {
	margin-bottom: 10px;
}
/*********************************/
/* Aufzählungsliste spezifiziert */
/*********************************/
/* Aufzählungsliste, allgemein */
ul.csc-bulletlist li {
}
/* Aufzählungsliste, spezifiziert */
ul.csc-bulletlist-0 {
}
ul.csc-bulletlist-1 {
	list-style-type: decimal;
}
ul.csc-bulletlist-2 {
	list-style-position: inside;
}
ul.csc-bulletlist-3 {
	list-style-type: square;
}
/***********************/
/* Tabellen, allgemein */
/***********************/
table.contenttable {
  border-collapse:collapse;
  border-spacing:0;
	margin:0 0 10px 0;
	padding:0;
  float:left;
  width:100%;
}
div.news-list-item div.angebote table.contenttable p {
  padding:0;
}
table.contenttable tr td {
  padding:3px 6px 3px 0;
}
table.contenttable tr th { 
  border-bottom:1px solid #000; 
  padding:3px 6px 3px 0;
  text-align:left;
}
table.contenttable tr th.td-last { 
}
table.contenttable tr.tr-last { 
}

/*table.factsheet {
  width:460px;
}
table.factsheet tr td {
  padding:8px;
}
table.factsheet tr td.td-0 {
  background-color:#f8e49e;
  border-top:1px solid #fefcf5; 
  border-left:1px solid #fefcf5;
  border-bottom:1px solid #a3a38d; 
  border-right:1px solid #a3a38d;
  font-weight:bold;
  width:100px;
}
table.factsheet tr td.td-1 {
  background-color:#f3edd5;
  border-top:1px solid #fefcf5; 
  border-left:1px solid #fefcf5;
  border-bottom:1px solid #a3a38d; 
  border-right:1px solid #a3a38d;
}

table.prices {
  border-collapse:collapse;
  width:460px;
}
table.prices tr td {
  padding:8px;
}
table.prices tr td.td-0 {
  background-color:#f8e49e;
  border:1px solid #fefcf5; 
  font-weight:bold;
}
table.prices tr td.td-1 {
  background-color:#f3edd5;
  border:1px solid #fefcf5;
  text-align:center; 
  width:100px;
}*/


/*************************/
/* Dateilinks, allgemein */
/*************************/
table.csc-uploads {
	border: 0px;
}
table.csc-uploads tr td p {
	background-color: transparent;
	font-size: 1em;
}
table.csc-uploads tr td {
	vertical-align: top;
}
table.csc-uploads tr.tr-even {
	background-color: #fff;
}
table.csc-uploads tr.tr-odd {
	background-color: #EBEBEB;
}
table.csc-uploads tr td.csc-uploads-icon {
	padding-left: 6px;
	padding-right: 6px;
	width: 1%;
	text-align: center;
	vertical-align: middle;
}
table.csc-uploads tr td.csc-uploads-fileName {
	width: 80%;
	padding-left: 5px;
}
table.csc-uploads tr td.csc-uploads-fileName p a {
	font-weight: bold;
}
table.csc-uploads tr td.csc-uploads-fileName p.csc-uploads-description {
	font-style: italic;
}
table.csc-uploads tr td.csc-uploads-fileSize {
	white-space: nowrap;
	padding-left: 6px;
	padding-right: 6px;
}
/* Dateilinks, spezifiziert */
table.csc-uploads-1 {
}
table.csc-uploads-2 {
}
table.csc-uploads-3 {
}
/**************************/
/* Verschiedene Formulare */
/**************************/
form { 
	margin: 0px;
}
input, textarea, select { 
	padding-left: 3px; 
	margin-bottom: 2px;
	border: 1px solid #000;
}
input.submit {
	clear: both;
	color: #000;
	background-color: #bbb;
	border: 2px solid #bbb;
}
label {
	padding-top: 3px;
	display: block;
	float: left;
}
/* Email, Login und Such- Formular allgemein: */

/* Email Formular, spezifiziert */

/* Such Formular, spezifiziert */

/* Login Formular, spezifiziert */

/* Sitemap */
div.csc-sitemap ul {
  list-style-image:url(../images/pfeil-angebote.gif);
}

/* ------------------- Template Container - Styles ----------------------*/
/* Breite: 990px*/
/* Breiten- und Höhenangaben in em für flexibles Layout! 10px = 0.9em (bei font-size: 70% - entspricht 11px)*/
div.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}
div#breite {
  position:relative;
  margin:auto;
	width: 960px; 
}
div#container {
  background-color:#fff;
  float:left;
  width:960px;
}
div#top {
  /*border-bottom:6px solid #d80c11;*/
  color:#999999;
  float:left;
  font-size:11px;
  height:104px;
  width:100%;
}
div#top a {
  color:#999999;
}
/* Inner-DIVs top */
div.address {
  float:left;
  margin:5px 0 0 5px;
  text-transform:uppercase;
  width:385px;
}
div.address img {
  margin-bottom:5px;
}
div.logo {
  float:left;
  margin-top:20px;
  text-align:center;
  width:210px;
}
/* Inner-DIVs top end */

div#header-left {
  background-image:url(../images/bg-header.gif);
  background-repeat:no-repeat;
  height:341px;
  float:left;
  padding:7px 0 9px 0;
  width:250px;
}
div#header-right {
  background-image:url(../images/bg-header-right.gif);
  background-repeat:repeat-x;
  float:left;
  height:341px;
  padding:7px 0 9px 0;
  width:710px;
}
div.white-background {
  float:left;
  background-color:#fff;
  width:100%;
}
div#main {
  float:left;
  width:100%;
}

div#main-left {
  color:#999999;
  float:left;
  line-height:15px;
  min-height:20px;
  padding-top:30px;
  width:250px;
}
div#main-left a {
  color:#999999;
  text-decoration:underline;
}
div#main-right {
  float:left;
  width:710px;
}

div#left {
  float:left;
  width:250px;
}
div#right {
  float:left;
  width:710px;
}

div.content {
  float:left;
  min-height:50px;
  width:710px;
}
div.content-align {
  float:left;
  padding:30px 0px;
  width:710px;
}
div.left {
  float:left;
  min-height:10px;
  width:480px;
}
div.right {
  float:left;
  margin-right:10px;
  width:220px;
}
div.left-content {
  float:left;
  margin:0 0 30px 0;
  width:250px;
}
div.kontakt-box {
  float:left;
  margin:0 8px 20px 8px;
  text-transform:uppercase;
  width:234px;
}
div.facebook {
  float:left;
  height:73px;
  text-align:right;
  width:360px;
}

/*--Hauptnav--*/
ul.hauptnav {
  color:#fff;
  float:left;
  font-size:12px;
  line-height:22px;
  list-style:none outside none;
  margin:0;
  padding:0;
  text-transform:uppercase;
}
ul.hauptnav li {
  border-bottom:1px dotted #D29D9E;
  list-style:none outside none;
  margin:0 16px 0 8px;
  padding:0 0 0 15px;
  width:211px;
}
ul.hauptnav li a {
  color:#fff;
}
ul.hauptnav li a:hover,
ul.hauptnav li.akt a,
ul.hauptnav li.cur  {
  font-weight:bold;
}

/*--Subnav--*/
ul.subnav {
  color:#990000;
  float:left;
  font-size:12px;
  font-weight:bold;
  list-style:none outside none;
  margin:0 0 20px 0;
  padding:0;
  width:100%;
}
ul.subnav li {
  border-bottom:1px solid #fff;
  border-top:1px solid #fff;
  line-height:22px;
  list-style:none;
  padding:0;
  padding-left:15px;
  margin:0 16px 0 8px;
  width:211px;
}
div#main-left ul.subnav li a {
  color:#990000;
  text-decoration:none;
}
ul.subnav li.akt,
ul.subnav li:hover  {
  background-color:#f5f4f3;
  border-bottom:1px solid #990000;
  border-top:1px solid #990000;
}

/*--Extranav--*/
ul.extranav {
  color:#666;
  float:right;
	list-style: none;
	margin:10px 0 0 0;
	padding:0;
	text-transform:uppercase;
}
ul.extranav li {
  float:left;
  margin-left:10px;
}
div.extranav li.home {
	float: right; 
	text-decoration: underline; 
	font-size: 12px;
}
ul.extranav li a {
  color:#666;
  text-transform:uppercase;
}
ul.extranav li.akt,
ul.extranav li:hover  {
  font-weight:bold;
}


/*--Quicknav--*/
ul.quicknav {
  color:#999;
  float:left;
  font-weight:bold;
	list-style: none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	width:100%;
}
ul.quicknav li {
  border-bottom:1px dotted #999;
  line-height:25px;
}
ul.quicknav li a {
  color:#999;
  text-transform:uppercase;
}
ul.quicknav li.akt,
ul.quicknav li:hover a {
  color:#990000;
}

/* TOP */

div.sprachnav {
  display:block;
  float:right;
  padding-left:15px;
  padding-right:5px;
  text-align:right;
}
div.sprachnav img {
  margin:12px 0 0 0;
}


/* ------------------- Accordion - Styles ----------------------*/

/* Allgemein */
div.ka-panel {
	float: left;
	margin: 0;
	margin-bottom:3px;
	padding: 0;
	padding-right:20px;
	width: 460px;
}
div.ka-handler h3 {
  background-image:url(../images/details-open.gif);
  background-repeat:no-repeat;
  background-position:left center;
  border-bottom:1px dotted #b9b8b0;
  color:#990000;
  cursor:pointer;
  font-family:Arial;
  font-size:14px;
  line-height:20px;
  padding-left:20px;
  margin:0;
  position:relative;
  text-transform:uppercase;
}
div.open div.ka-handler h3 {
  background-image:url(../images/details-close.gif);
}
div.ka-content {
  background-color:#f0f0ed;
  padding:10px;
  float:left;
  width:440px;
}
div.ka-content p {
  margin:0;
  padding:0 0 10px 0;
}


/* Accordion-Style fuer Wellness */
div.wellness {
  margin-bottom:10px;
}
div.wellness div.ka-content {
  padding:0;
  width:460px;
}
div.news-wellness-container h3 {
  color:#660000;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  margin:0 0 2px 0;
  text-transform:uppercase;
}
div.news-wellness-item {
  padding:10px 20px;
}
div.news-wellness-item p {
  padding-bottom:3px;
}
div.news-wellness-item-odd {
  background-color:#f0efe9;
}
div.news-wellness-item-even {
  background-color:#fefbed;
}

/* Accordion-Style fuer Grauebox */
div.greyAccBox div.ka-content {
  width:420px;
  padding:10px 20px 0 20px;
}
span.grauGrossFett {
  color:#999999;
  font-weight:bold;
  font-size:16px;
}

/************* Sliderformatierung *************/
div.tx-vnslider-pi1 {
  border-bottom:1px solid #600a0c;
  float:left;
  width:710px;
}
div.vn_slider {
  float:left;
  height:118px;
	margin: 0px;
	position: relative;
	width:710px;
	z-index: 1;
}
div.vn_slider h3 {
  color:#000;
  font-family:Arial;
  font-size:13px;
  font-weight:bold;
  margin:0 0 5px 0;
  padding-right:10px;
  text-transform:uppercase;
}
div.vn_slider h3 a {
  color:#000;
}
div.vn_slider_stage {
	margin: 0px 30px;
	overflow: hidden;
}
div.vn_slider_list {
  float:left;
	margin: 10px 0;
}
div.vn_slider_item {
  float: left;
	width: 325px;
}
div.vn_slider_item img {
	float: left;
	margin-right: 10px;
}
div.vn_slider_item a {
}
div.vn_slider_item p {
  margin:0;
  line-height: 1.2em;
  padding-right:10px;
}
a.vn_slider_prev, a.vn_slider_next {
  color:#000;
	display: block;
	width: 20px;
	position: absolute;
	text-decoration:none;
	top: 0;
}
a.vn_slider_prev {
	left: 0px;
}
a.vn_slider_next {
	right: 0px;
}
a.vn_slider_prev.disabled, a.vn_slider_next.disabled  {
	display: none;
}

/************* Mooqueeformatierung *************/
div.tx-vnmooquee-pi1 {
  float:left;
  position:relative;
  width:100%;
  z-index:0;
}
div.tx-vnmooquee-pi1 h3 {
	color: #fff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:6px 5px;
}
div.tx-vnmooquee-pi1 h3 a {
  color:#fff;
} 
div.tx-vnmooquee-pi1 p {
  color:#fff;
  line-height:1.1em;
  padding:0 7px;
  margin:0;
}
div.vn_mooquee_rahmen {
	padding-bottom: 20px;
}
div.vn_mooquee {
	width: 220px;
	height: 110px;
	background-color: #e6b014;
	position:relative;
}
div.vn_mooquee_item {
	width: 220px;
	height: 220px;
	margin: 0px;
}
div.vn_mooquee_item div.left {
	width: 110px;
	float: left;
}
div.vn_mooquee_item div.right {
	width: 110px;
	float: left;
}
div.vn_mooquee_item div.image {
  float:left;
	width: 110px;
}
div.vn_mooquee_item div.text {
  float:left;
	width: 110px;
}

div.schleier {
  background-color:#fff;
  position:absolute;
  height:80px;
  width:220px;
  bottom:0;
  left:0;
  z-index:999;
  filter:alpha(opacity=30);
  opacity: 0.3;
  -moz-opacity:0.3;
}



div.pistenplan {
  float:left;
  padding:0px;
}
div.loipenplan {
  float:left;
  padding:0 20px 20px 20px;
}


/* News Formatierung */

/* LATEST */
div.news-latest-container {
  margin:15px 0;
}
div.news-latest-item {
  line-height:1.2em;
  float:left;
  margin:8px 0;
  width:100%;
}
div.news-latest-item img {
  float:left;
}
div.news-latest-item h3 {
  padding:0;
  margin:5px 0 5px 0;
}
div.news-latest-item a {
  color:#990000;
  text-decoration:underline;
}
div.news-latest-item h3 a {
  text-decoration:none;
}
div.news-latest-item-teaser {
  float:left;
  display:block;
  height:110px;
  padding:0 0 0 10px;
  width:100px;
} 

/* LIST */
div.news-list-item {
  float:left;
  margin-bottom:15px;
  margin-right:20px;
  width:460px;
}
div.news-list-item h3 {
  font-family:Arial;
  font-size:13px;
  padding:0;
  margin:0 0 5px 0;
  text-transform:uppercase;
}
div.news-list-item img {
  float:left;
  margin-right:10px;
}
div.news-list-item p img {
  margin:5px 5px 5px 0;
}
div.news-list-item-content {
  background-color:#f0f0ed;
  border-top:1px dotted #000;  
  border-bottom:1px dotted #000;
  float:left;
  padding:8px 0;
  width:460px;
}

div.news-list-item div.angebote {
  position:relative;
  padding:0;
}
div.news-list-item div.angebote p {
  margin:0;
  padding:0 0 10px 0;
}
div.news-list-item div.angebote h3.ka-handler {
  background-image:url(../images/details-open.gif);
  background-repeat:no-repeat;
  background-position:left center;
  border:none;
  cursor:pointer;
  color:#831037;
  font-family:Arial;
  font-size:11px;
  line-height:20px;
  padding-left:20px;
  margin:0;
  position:absolute;
  top:-20px;
  left:150px;
  
}
*+ html div.news-list-item div.angebote h3.ka-handler {
  top:-30px;
}
div.news-list-item div.open h3.ka-handler {
  background-image:url(../images/details-close.gif);
}
div.news-list-item div.angebote div.ka-content {
  background-color:transparent;
  padding:15px 8px 0 8px;
  width:444px;
}



/* Container Templates Formatierung */

div.container-2cols p {
  line-height:1.2em;
  margin-bottom:5px;
}
div.container-2cols div.csc-textpic {
  padding:0;
}

div.container-2cols a {
  color:#e6b014;
  text-decoration:underline;
}
div.container-2cols-left {
  float:left;
  width:230px;
}
div.container-2cols-left p {
  padding:0 10px 0 0;
}
div.container-2cols-left img {
  margin-bottom:5px;
}
div.container-2cols-left h1,
div.container-2cols-left h2,
div.container-2cols-left h3,
div.container-2cols-left h4,
div.container-2cols-left h5,
div.container-2cols-left h6 {
  padding:0 10px 0 0;
}
div.container-2cols-right {
  float:left;
  width:230px;
}
div.container-2cols-right p {
  padding:0 0 0 10px;
}
div.container-2cols-right img {
  margin-bottom:5px;
  margin-left:10px;
}
div.container-2cols-right h1,
div.container-2cols-right h2,
div.container-2cols-right h3,
div.container-2cols-right h4,
div.container-2cols-right h5,
div.container-2cols-right h6 {
  padding:0 0 0 10px;
}

div.tx-lumogooglemaps-pi1 {
  padding:0px 20px 0 0;
}
div.tx-lumogooglemaps-pi1 a {
  text-decoration:underline;
}

div.toThePage {
  float:left;
  height:1px;
  position:relative;
  width:100%;
  z-index:1;
}
div.toThePage h1 {
  font-size:12px;
  font-family:Arial;
  font-weight:bold;
  position:absolute;
  top:-10px;
  right:0;
}
div.toThePage h1 a {
  color:#831037;
  font-size:12px;
  position:relative;
  z-index:9999;
}

span.rotGross {
  color:#831037;
  font-weight:bold;
  font-size:14px;
}
span.rotNormal {
  color:#831037;
  font-weight:bold;
  font-size:11px;
}

div.boxGrey {
  background-color:#F0F0ED;
  border-bottom:1px dotted #000000;
  border-top:1px dotted #000000;
  float:left;
  padding:10px;
  margin:0 20px 10px 0;
  width:440px;
}
div.boxGrey p {
  margin-bottom:0px;
}
div.boxGrey div.csc-textpic {
  padding:0;
}
div.contentBoxGrey {
  float:left;
  margin-bottom:15px;
}
div.contentBoxGrey h3 {
  color:#990000;
  cursor:pointer;
  font-family:Arial;
  font-size:14px;
  line-height:20px;
  margin:0;
  padding-left:20px;
  position:relative;
  text-transform:uppercase;
}
div.contentBoxGrey p {
  background-color:#F0F0ED;
  border-bottom:1px dotted #000000;
  border-top:1px dotted #000000;
  float:left;
  margin:0 20px 10px 0;
  padding:10px 20px;
  width:420px;
}


div.press-item {
  background-color:#F0F0ED;
  border-bottom:1px dotted #000000;
  border-top:1px dotted #000000;
  float:left;
  font-size:11px;
  line-height:16px;
  margin:0 20px 10px 0;
  padding:10px;
  width:440px;
}
div.press-item img {
  float:left;
  margin-right:10px;
}
div.press-item div.press-content {
  float:left;
  width:330px;
}
div.press-item div.press-label {
  font-weight:bold;
  float:left;
  width:125px;
}
div.press-item div.press-download {
  float:left;
  width:330px;
}
div.press-item div.press-download a {
  text-decoration:underline;
}
div.press-item div.press-download img {
  margin-right:3px;
  margin-top:2px;
}


