﻿* {
  margin: 0;
}
html {
	margin: 0px;
	padding: 0px;
	min-height: 100.05%;
}
body {
  background-image:url(../images/bg-green.jpg);
  background-repeat:repeat-x;
  background-color:#f1eee5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 80%;
	font-weight: normal;
	line-height:1.6em;
	text-decoration: none;
	text-align: left;
	color: #333333;
}
body.steelblue {
  background-image:url(../images/bg-steelblue.jpg);
}
body.red {
  background-image:url(../images/bg-red.jpg);
}
body.brown {
  background-image:url(../images/bg-brown.jpg);
}

div.clear {
	clear: both;
}

/* Sticky Footer */
html, body {
  height: 100%;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -270px;
}
.footer, .push {
  height: 270px;
}
/* Sticky Footer */


/*------------------------------------ (CSS_STYLED_CONTENT)  ----------------------------------- */
/********************************/
/* Allgemeine Formatierung      */
/********************************/
div#content div.divider hr {
	clear: left;
	border: none;
}

pre {
	font-family: monospace; 
}
a {
	color: #333333;
	text-decoration: none; 
}
a img {
  border:none;
}
a:hover {
	color: #333333; 
}
a:focus {
	outline: none;
}
p, pre { 
	margin: 10px 0;
}
p.align-left { 
	text-align: left;
}
p.align-center { 
	text-align: center;
}
p.align-right { 
	text-align: right;
}
p.align-justify { 
	text-align: justify;
}
/*********************************/
/* 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:#333333;
  line-height:1em;
}
h1 {
	font-size: 16px;
	margin:0 0 20px 0;
}
div#content-align h1 {
	line-height: 20px;
}
h2 {
	font-size: 15px;
	margin:8px 0;
}
h3 {
	font-size: 14px;
	margin:8px 0;
}
h4 {
	font-size: 13px;
	margin:7px 0;
}
h5 {
	font-size: 12px;
	margin:6px 0;
}
h6 {
	font-size: 12px;
}
div.csc-default {
	clear: left;
}
h1.csc-firstHeader, h2.csc-firstHeader, h3.csc-firstHeader, h4.csc-firstHeader, h5.csc-firstHeader, h6.csc-firstHeader {
	margin-top: 0px;
}
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, h6 a {
	color: #333333;
	text-decoration: none;
}
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;
}
div#content-align ul {
  margin-top: 10px;
  list-style-image:url(../images/orange-arrow-right.png);
  padding: 0 0 0 18px;
}
ol {
	margin-top: 0px;
}
li {
	padding-top: 0px;
}

/**********/
/* Bilder */
/**********/
/* 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: 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;
	height: 158px;
}
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-right: 30px;
}

/* 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: 30px;
}

/* 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: 30px;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    background-image: url("/fileadmin/template/images/bg-image-description.png");
    color: #FFFFFF;
    padding: 4px 4px 4px 10px;
    position: relative;
    top: -27px;
}
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.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-imagewrap ul {
	display: inline;
}
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;
	margin:0;
	padding:0;
  width:100%
}
table.contenttable tr td {
}
table.contenttable tr th { 
}
div.seasons table.contenttable td.td-0 {
	font-weight: bold;
}

/* Tabellen, spezifiziert */
table.contenttable-0 {
}
table.contenttable-0 th {
}
table.contenttable-0 tr td {
}
table.contenttable-0 tr td.td-0 {
}
table.contenttable-0 tr td.td-last {
}

/* Layout 1 */
table.contenttable-1 {
}
table.contenttable-1 tr th {
}
table.contenttable-1 tr td {
}
table.contenttable-2 {
}
table.contenttable-2 tr td {
}
table.contenttable-3 {
}

table.entfernungen {
  
}
table.entfernungen td {
  background-color:#DADDC2;
  border-bottom:2px dotted #fff;
  padding:5px;
}
table.entfernungen td.td-0 {
  font-weight:bold;
}
table.entfernungen td.td-last {
  text-align:right;
  width: 100px;
}

table.bestuhlung {
  
}
table.bestuhlung td {
  padding:0;
  padding-bottom:4px;
  width:230px;
}
table.bestuhlung td.td-0 {
  text-align:left;
}
table.bestuhlung td.td-1 {
  text-align:center;
}
table.bestuhlung td.td-last {
  text-align:right;
}

table.fachmessen {
  width:100%;
}
table.fachmessen h2 {
  padding:0;
  margin:0;
}
table.fachmessen p {
  margin:0;
}
table.fachmessen td {
  text-align:left;
  vertical-align:top;
}



/*************************/
/* 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 {
  background-image:url(../images/papertexture.png);
  background-repeat:repeat-x;
  background-position:center 400px;
  float:left;
  margin:auto;
  min-height:740px;
  position:relative;
  width:100%;
}
div.selectFontSize {
  float:right;
}
div.selectFontSize a {
  float:left;
}
div#container {
  position:relative;
  margin:auto;
  width:940px;
}
div#top {
  background-image:url(../images/bg-top.png);
  background-repeat:repeat;
  float:left;
  height:20px;
  line-height:20px;
  width:100%;
  margin: 0 0 10px;
}
div#top img {
  margin-right:10px;
}
div#top-align {
  position:relative;
  margin:auto;
  width:940px;
}
div#left {
  float:left;
  line-height:16px;
  margin-right:30px;
  width:220px;
}
div#left div.logo {
  border-bottom:4px dotted #fff;
  color:#fff;
  float:left;
  line-height:16px;
  margin-bottom:10px;
  padding-bottom:10px;
  width:100%;
}
div#left div.img-logo {
  padding: 0 0 10px 0;	
	
}
div#left div.logo img {
  padding: 0 10px;
}
div#left a {
  display:block;
}
div#left a:hover {
  opacity:0.7;
}

div#left div.logo img {
  margin:20px 0 10px 0;
}
div#left div.logo a {
  color:#fff;
}
div#navigation {
  float:left;
  height:85px;
  width:100%;
}
div#header {
  background-image:url(../images/shadow-slider.png);
  background-repeat:no-repeat;
  background-position:left bottom;
  position:relative;
  float:left;
  height:385px;
  padding-top:40px;
  padding-bottom:15px;
  width:100%;
  z-index:0;
}
div#header-bg {
  background-image:url(../../userdaten/bilder/header/airport-hotel-salzburg.jpg);
  background-repeat:no-repeat;
  background-position:left 40px;
  display:block;
  position:absolute;
  left:0;
  width:690px;
  height:440px;
  top:0;
  z-index:-1;
}
div#banner {
  background-image:url(../images/band-slider.png);
  background-repeat:no-repeat;
  height:50px;
  padding:0 30px;
  position:absolute;
  left:-30px;
  top:0;
  width:690px;
  text-align: center;
}
div#banner img {
  margin:12px 10px 0 0px;
}
div#banner h1,
div#left h1,
li.navitem span.menu-title {
  font-family: "league-gothic-1","league-gothic-2", 'Helvetica', Arial, sans-serif;
  /*font-family: "atrament-web-1","atrament-web-2", "Arial";*/
  /*font-family:"ff-typestar-black-web-1","ff-typestar-black-web-2";*/
  font-size:20px;
  font-weight:normal;
  letter-spacing: 0.04em;
  margin:8px 0;
  padding-bottom:8px;
  text-transform:uppercase;
}
div#left h1 {
  border-bottom:4px dotted #333;
}
div#banner h1 {
  float:left;
  margin:10px 0 0 10px;
  display: inline;
}
div.booking-button {
  background-image:url(../images/booking-button.png);
  color:#fff;
  font-size:14px;
  font-weight:bold;
  margin:5px 5px 0 0;
  height:28px;
  line-height:28px;
  float:right;
  padding: 0 10px;
  text-align:center;
  text-shadow:0 -1px 0 #888;
  border-color: #ffd390 #a96100 #6f3800 #f9af48;
  border-style: solid;
  border-width: 1px;
  min-width: 183px;
}
div.booking-button:hover {
  background-image:url(../images/booking-button2.png);
  border-color: #6f3800 #f9af48 #ffd390 #a96100;
  text-shadow:0 1px 0 #888;
}
div.booking-button a {
  color:#fff;
  display:block;
  text-decoration: none !important;
}
div#content {
  float:left;
  width:690px;
}
div#content-align {
  float:left;
  padding:20px 0;
  width:100%;
}
div#content-align a {
  text-decoration:underline;
}
div#bottom {
  height:270px;
  position:relative;
  margin:auto;
  width:100%;
}
div#bottom-align {
  background-image:url(../images/austria-map.png);
  background-repeat:no-repeat;
  background-position:right 40px;
  position:relative;
  margin:auto;
  min-height:200px;
  width:940px;
}
div#angel {
  background-image:url(../images/engel.png);
  background-repeat:no-repeat;
  background-position:left;
  width:218px;
  height:301px;
  position:absolute;
  bottom:-35px;
  left:0;
  display: none;
}
div#address {
  background-image:url(../images/footer-seperator.gif);
  background-repeat:repeat-x;
  background-position:top;
  float:left;
  padding-top:10px;
  margin-left:250px;
  width:690px;
}
div#address img {
  float:left;
  margin-right:10px;
}
div#sociallinks {
  float:left;
  padding-top:10px;
  margin-left:250px;
  min-height:100px;
  width:690px;
}
div#breadcrumb {
  color:#fff;
  float:left;
  font-size:11px;
  margin:8px 0 5px 0;
  width:100%;
}
div#breadcrumb a {
  color:#fff;
}


/*--Hauptnav--*/
ul.hauptnav {
  list-style:none;
  margin:0;
  padding:0;
}
li.navitem {
  color:#fff;
  float:left;
  position:relative;
  width:170px;
  z-index:1;
}
li.navitem.navitem-8 {
  width: 160px;
}
li.navitem.navitem-8 div.item-title div.item-title-align {
  width: 144px;
}

li.navitem.navitem-8 div.item-subnav {
  float: right !important;
  position: relative;
  right: 0px;
}

li.navitem a {
  color:#fff;
}
li.navitem span.menu-title {
  color:#fff;
  padding:0;
  margin:0;
  text-shadow:none;
  position: relative;
  top:0;
  left:0;
}
li.navitem span.menu-text {
  color:#fff;
  font-size:12px;
  font-weight:normal;
  position: relative;
  top: 9px;
  left:0;
  line-height: 16px;
}
li.navitem ul.unternav {
  color:#333;
  float:left;
  font-size:14px;
  list-style:none;
  margin:0;
  padding:10px;
}
li.navitem ul.unternav li {
  line-height:24px;
}
li.navitem ul.unternav li:hover {
  text-decoration: none;
}
li.navitem ul.unternav a {
  color:#333;
}
li.navitem ul.unternav a:hover {
  color:#B30908;
  text-decoration: none;
}
li.navitem ul.unternav-1 {
  padding-right:0;
}
li.navitem ul.unternav-1 li {
  border-right:1px solid #d6d6d6;
  padding-right:8px;
}
li.navitem-11 div.item-subnav {
  width:303px;
}
li.navitem-10 div.item-subnav {
  width:360px;
}
li.navitem-9 div.item-subnav {
  width:230px;
}
li.navitem-8 div.item-subnav {
  width:285px;
}
/*ul.hauptnav li.cur ul.unternav,
ul.hauptnav li:hover ul.unternav {
  display:block;
}*/
ul.hauptnav li:hover span.menu-title {
}
ul.hauptnav li:hover span.menu-title,
ul.hauptnav li:hover span.menu-title a,
ul.hauptnav li:hover span.menu-text,
ul.hauptnav li:hover span.menu-text a {
  color:#333;
}
ul.hauptnav li:hover div.item-title  {
  float:left;
  width:100%;
}
ul.hauptnav div.item-title-align {
  float:left;
  padding:8px;
}
ul.hauptnav li:hover div.item-title-align {
  background-color:#fff;
}
ul.hauptnav li div.item-subnav {
  display:none;
}
ul.hauptnav li:hover div.item-subnav {
  display:block;
  background-color:#fff;
  float:left;
}
ul.hauptnav li li:hover {
  text-decoration:underline;
}


/*--Extranav--*/
ul.extranav {
  float:right;
  list-style:none;
  margin:0;
  padding:0;
}
*+ html ul.extranav {
  position:absolute;
  top:0;
  right:0;
}
ul.extranav li {
  color:#fff;
  float:left;
  font-size:11px;
  margin:0;
  margin-left:10px;
  padding:0;
}
ul.extranav li a {
  color:#fff;
  float:left;
}
div#top div.extranav-top { 
  float:right;
}
div#top div.extranav-top a { 
  float:right;
}
div#top div.extranav-top img {
  top:2px;
  margin:0;
  position:relative;
}

/* Breadcrumb */
div.breadcrumb-1 {
  float:left;
  position:relative;
  z-index:1;
}
div.breadcrumb-1 a {
  background-color:#b2c287;
  display:block;
  float:left;
  height:12px;
  line-height: 12px;
  padding:0 5px;
}
div.breadcrumb-1 div.breadcrumb-before {
  background-image:url(../images/breadcrump-left-start.gif);
  background-repeat:no-repeat;
  float:left;
  height:12px;
  width:6px;
}
div.breadcrumb-1 div.breadcrumb-after {
  background-image:url(../images/breadcrumb-middle.png);
  background-repeat:no-repeat;
  float:left;
  height:12px;
  width:6px;
}
div.breadcrumb-2 {
  background-color:#c3cc9f;
  float:left;
  left:-6px;
  padding-left:10px;
  position:relative;
  z-index:0;
}
div.breadcrumb-2 a {
  background-color:#c3cc9f;
  display:block;
  float:left;
  height:12px;
  line-height:12px;
  padding:0 5px;
}
div.breadcrumb-2 div.breadcrumb-before {
}
div.breadcrumb-2 div.breadcrumb-after {
  background-color:#f1eee5;
  background-image:url(../images/breadcrump-right-end.gif);
  background-repeat:no-repeat;
  float:left;
  height:12px;
  width:6px;
}

div.vn_wetter_latest {
  color:#333;
  float:left;
  margin-bottom:30px;
  width:100%;
}
div.wetter-item {
  float:left;
  margin-right:12px;
  width:65px;
}
div.wetter-item-last {
  margin-right:0px;
  width:60px;
}
div.wetter-item-date {
  border-bottom:1px dotted #333;
  font-size:14px;
  font-weight:bold;
  padding-bottom:4px;
  width: 65px;
}
div.wetter-item-date img {
}
div.wetter-item-temperature {
  padding-top:4px;
}


/* News */
div.news-latest-item {
  float:left;
  margin:20px 0 30px 0;
  width:100%;
}
div.news-latest-item a {
  display:block;
  text-decoration:none;
}
div.news-latest-item:hover {
  opacity:0.7;
}
div.news-latest-item span.news-latest-date {
  font-size:12px;
  font-family:Arial;
  float:right;
  letter-spacing:0;
}
div.news-latest-item img {
  float:left;
  margin-right:10px;
  margin-bottom:15px;
  position:relative;
  top:5px;
}
div.news-latest-item p {
  margin:0;
}
div.news-latest-price {
  float:left;
  font-size:14px;
  padding-top:5px;
  width:100%;
}

div.news-list-container {
  width:720px;
}
div.news-list-item {
  float:left;
  margin:0 30px 30px 0;
  width:210px;
}
div.news-list-item a {
  display:block;
  text-decoration:none !important;
}
div.news-list-item p {
  margin:0;
}
div.news-list-item:hover {
  opacity:0.7;
}
div.news-list-image {
  float:left;
  height:158px;
  position:relative;
  width:100%;
}
div.news-list-image h3 {
  background-image: url("../images/bg-image-description.png");
  color: #FFFFFF;
  font-size:12px;
  line-height:19px;
  margin:0;
  padding: 4px 4px 4px 10px;
  position: absolute;
  bottom:0px;
  left:0;
  width:196px;
}
div.news-list-image h3 a {
  color:#fff;
}
div.news-list-text {
  float:left;
  height:90px;
  overflow:hidden;
  padding:10px;
  width:190px;
}
div.news-list-date {
  float:left;
  font-weight:bold;
  width:100%;
}
div.news-list-price {
  float:left;
  font-weight:bold;
  width:100%;
}

div.news-single-date {
  font-size:14px;
  font-weight:bold;
}
div.news-single-images {
  float:left;
  margin-bottom:20px;
  width:720px;
}
div.news-single-images img {
  float:left;
  margin-right:30px;
  margin-bottom:30px;
}
div.news-single-content {
  float:left;
  margin-right:30px;
  margin-top:-10px;
  width:450px;
}
div.news-single-content div.booking-button {
  float: left;
  margin: 10px 5px 0 0;
  min-width: 188px;
}
div.news-single-teaser2 {
  background-color:#cbd4a6;
  border:1px solid #7f9937;
  float:left;
  padding:4px 10px 2px;
  width:188px;
  margin: 0 0 15px 0;
}
div.news-single-teaser2 b {
  font-size: 16px;
}

div.news-single-teaser2 p {
  margin:5px 0;
}
/* Nescefe Container */

div.container-2cols-left, div.container-2cols-right {
  float: left;
  width: 330px;
}
div.container-3cols-left, div.container-3cols-middle, div.container-3cols-right {
  float: left;
  width: 210px;
}
div.container-3cols-left, div.container-3cols-middle, div.container-2cols-left {
  margin: 0 30px 20px 0;	
}
div.container-2cols-33-66 {

}
div.container-2cols-33-66-left {
  float: left;
  margin-right:15px;
  width: 210px;
}
div.container-2cols-33-66-right {
  float: left;
  width: 465px;
}
div.container-2cols-66-33 {

}
div.container-2cols-66-33-left {
  float: left;
  width: 465px;
  margin-right:15px;
}
div.container-2cols-66-33-right {
  float: left;
  width: 210px;
}


div.tx-vnflickr-pi1 a:hover,
span.flickr-setitem-selected {
  opacity: 0.7;
}
span.flickr-setitem {
  background-color: #F0F0ED;
  border: 1px solid #CCCCCC;
  float: left;
  font-size: 12px;
  line-height: 16px;
  margin: 0 10px 10px 0;
  padding: 6px;
  width: 313px;
}

span.flickr-setitem-image {
  float:left;
  width:85px;
}
span.flickr-setitem-title {
  display:block;
  margin-left:85px;
  font-weight:bold;
}
span.flickr-setitem-description {
  display:block;
  margin-left:85px;
}



div.flickr-gallery {
  border-top:1px solid #eee;
  float:left;
  margin:15px 0;
  padding:10px 0px;
  width:100%;
}
div.flickr-gallery-image {
  border: 1px solid #b3b3b3;
  float:left;
  margin:0 9px 9px 0;
  padding:6px;
}
div.flickr-gallery-image:hover {
  opacity: 0.7;
}
div.flickr-gallery-title {
	font-size: 16px;
	font-weight:bold;
	margin:0 0 10px 0;
}
div#breadcrumb div.fontsize-wrap {
  float:right;
  font-weight:bold;
}
div#breadcrumb div.fontsize-wrap a {
  background-color:#B2C287;
  color:#000;
  display:block;
  float:left;
  margin-left:5px;
  padding:0 4px;
}
