/*

Inhaltsverzeichnis:
	farben
	important things
	clearfix
	
	basics
	typographie
	
	header
	content
	footer
	
	2-spaltig
	2-spaltig in 2-spaltig
	
	ContentElement-separatoren

	EXTENSION: gsi_pagenav
	EXTENSION: rtehtmlarea

*/

/* -------------- */
/* --- farben --- */
/* -------------- */

/*
BRAUN BG  :        #89623e
BRAUN BG hell:     #ECDBC6
BRAUN TEXT:        #673b15
BRAUN TEXT hell:   #95764C
BRAUN TEXT dunkel: #311c07
*/

/* -------------------- */
/* important things ;-) */
/* -------------------- */

.important_content, #skiplinks {
	height:111px !important;
	left:-1739px !important;
	overflow:hidden !important;
	position:absolute !important;
	top:-1978px !important;
	width:173px !important;
}

/* ---------------- */
/* --- clearfix --- */
/* ---------------- */

.csc-textpic:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.csc-textpic,
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/

* html .csc-textpic,
* html .clearfix {
	height: 1%;
}
.csc-textpic,
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* -------------- */
/* --- basics --- */
/* -------------- */

html { /*** vertikale scrollbar fuer firefox und safari ***/
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-size: small;
	line-height: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
	padding-bottom: 20px;
	background: #F2DEC9 url(/fileadmin/templates/images/bg/bg.gif) no-repeat scroll center 0;
}
/* --- container zentrieren --- */
body {
	text-align: center;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	text-align:left;
	position: relative;
	-moz-box-shadow:0 0 12px #692e06;
	-webkit-box-shadow:0 0 12px #692e06;
	-khtml-box-shadow:0 0 12px #692e06;
	-o-box-shadow:0 0 12px #692e06;
	box-shadow:0 0 12px #692e06;
}
/* ----------------------------- */
#container {
	background: url(../images/bg-body.jpg) #DFAD72 no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 336px;
	width: 315px;
	height: 166px;
	z-index: 999;
}
#content {
	padding: 15px 25px 0 25px;
	line-height: 1.6;
}
#footer {
	position: relative;
	background: #89623e;
	text-align: center;
	border-top: 3px solid #F0DAC2;
	line-height: 1.5em;
}
#footer span, #footer a {
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
}
#footer p {
	margin: 0;
}

/* ------------------- */
/* --- typographie --- */
/* ------------------- */

p {
	margin: 0 0 1em 0;
}
h1 {
	font-size: 1.4em;
	color: #673b15;
	font-weight: bold;
	word-spacing: 3px;
	margin-bottom: 0.13em;
}
h2 {
	text-transform: uppercase;
	color: #673B15;
	font-weight: bold;
}
a:link, a:visited, a:hover, a:active {
	color: #673b15;
}
hr {
	border: none;
	width: 100%;
	background-color: #fff;
	color: #fff;
	height: 3px;
}
ul {
	margin-bottom: 1em;
}
ul li {
	padding-left: 13px;
	background: url(../images/diverses/listbullet.gif) no-repeat top left;
}

ul.checkmark {
	margin-bottom: 1em;
}
ul.checkmark li {
	padding: 5px 0px 5px 40px;
	background: url(../images/diverses/check.png) no-repeat top left;
}

strong {
	font-weight: bold;
	color: #673b15;
}
sup {
	font-size: 0.8em;
	vertical-align: super;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------- */
/* --- header --- */
/* -------------- */

#header {
	height: 390px;
	padding: 0 25px 0 25px;
	position: relative;
	top: 166px;
}
#header #header-rahmen {
	z-index: 999;
	background: url(../images/kopfbilder-rahmen.png) no-repeat;
	position: absolute;
	top: 0;
	left: 25px;
	height: 390px;
	width: 920px;
}

/* --------------- */
/* --- content --- */
/* --------------- */

#content {
	clear: both;
}

/* -------------- */
/* --- footer --- */
/* -------------- */

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	padding: 1em 0 1em 0;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
}

/* ----------------- */
/* --- 2-spaltig --- */
/* ----------------- */

#C_header {
  padding:0 15px 10px 21px;
}

#c2_1 {
	position: relative;
	float: left;
	width: 460px;
	padding: 0 15px 0 21px;
	margin-bottom: 30px;
	border-right: #F0DAC2 solid 3px;
	border-collapse: collapse;
}
#c2_2 {
	position: relative;
	float: right;
	width: 378px;
	padding: 0 15px 0 15px;
	margin-bottom: 60px;
	border-left: #F0DAC2 solid 3px;
	border-collapse: collapse;
	position: relative;
	left: -3px;
}

/* ----------------------------- */
/* --- 2spaltig in 2-spaltig --- */
/* ----------------------------- */

#c2_2 .c2_1 {
	float: left;
	width: 204px;
}
#c2_2 .c2_2 {
	float: right;
	width: 204px;
}

/* ---------------------------------- */
/* --- ContentElement-separatoren --- */
/* ---------------------------------- */

div.ce-separator {
	position: relative;
}

#content a {
	position: relative;
	z-index: 1000;		/* damit links nicht von ce-separatoren verdeckt und somit unklickbar werden koennen */
}
.csc-textpic-caption {
	font-size: 9px;
}
/* ------------------------------ */
/* --- EXTENSION: gsi_pagenav --- */
/* ------------------------------ */

/* --- css-anweisungen bei einbindung als content-element --- */
div.tx-gsipagenav-pi1 {
	text-align:center;
	margin-top: 30px;
}

/* --- css-anweisungen bei einbindung ueber die ersetzung des markers FOOTER_HILFSMARKER --- */

#footer div.tx-gsipagenav-pi1 {
	position: absolute;
	top: -90px;
	left: 30px;
	width: 490px;
	text-align:center;
	margin-top: 30px;
	color: #673b15;
	white-space: nowrap;
	font-size: 0.8em;
}
#footer div.tx-gsipagenav-pi1 a:link, #footer div.tx-gsipagenav-pi1 a:visited, #footer div.tx-gsipagenav-pi1 a:hover, #footer div.tx-gsipagenav-pi1 a:active {
	text-decoration: underline;
	color: #673b15;
}

/* ---------------------------------------------------------------------------------------------------------- */
/* --- EXTENSION: rtehtmlarea - alle rtehtmlarea-formatierungen (als kopie fuer die frontend-formatierung --- */
/* ---------------------------------------------------------------------------------------------------------- */

/* --- Klassen fuer RTE.default.blockstyle --- */

p.pauschale_intro {
	font-weight: bold;
	font-style: italic;
	line-height: 1.3;
}

ul.pauschale_aufzaehlung {
	list-style: none;
	padding-left: 0;
}

ul.pauschale_aufzaehlung li {
	padding-left: 0;
	background: none;
}

/* --- Klassen fuer RTE.default.textstyle --- */

span.pauschale_preis {
	font-size: 1.6em;
	font-weight: bold;
	color: #673b15;
	padding-left: 3px;
}

/* --- Klassen fuer RTE.default.buttons.xxxxx.useClass (Standardklassen) --- */

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

/* ------------------ */
/* --- breadcrumb --- */
/* ------------------ */

#breadcrumb {
	position: absolute;
	background: url(../images/bg/bg-weiss-alpha-60.png) repeat;
	left: 25px;
	top: 525px;
	z-index: 1000;
}
#breadcrumb p {
	color: #000;
	font-size: 0.85em;
	margin: 1em;
}
#breadcrumb a {
	color: #311c07;
}

/* ------------------ */
/* --- navigation --- */
/* ------------------ */

/* --- allgemeines --- */

#nav {
	height: 166px;
	font-size: 13px;
	line-height: 1.1em;
	position: relative;
	top: -390px;
}
#nav a:link,
#nav a:visited,
#nav a:hover,
#nav a:active {
	text-decoration: none;
	font-weight: bold;
	display: block;
	cursor: pointer;
}

/* --- level 1 --- */

#nav ul.level_1 {
	margin-left: 40px;
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
}
#nav ul.level_1 li {
	float: left;
	height: 100px;
	position: relative;
	background: url(../images/bg-navigation-balken.png) no-repeat;
}
#nav ul.level_1 li a {
	position: absolute;
	bottom: 0;
	padding-bottom: 8px;
	height: 92px;
	color: #95764c;
	width: 80px;
	background: url(../images/bg-navigation-blatt.png) no-repeat;
}
#nav ul.level_1 li a:hover,
#nav ul.level_1 li.active a {
	background-position: 0 -100px;
	color: #673b15;
}
#nav ul.level_1 li a span {
	position: absolute;
	bottom: 0px;
	padding-bottom: 8px;
}
#nav ul.level_1 li.menuitem-1, #nav ul.level_1 li.menuitem-2, #nav ul.level_1 li.menuitem-3 {
	padding-left: 15px;
	background-position: 0 bottom;
}
#nav ul.level_1 li.menuitem-4, #nav ul.level_1 li.menuitem-5, #nav ul.level_1 li.menuitem-6 {
	background-position: right bottom;
}

/* --- level 2 --- */

#nav ul.level_2 {
	position: absolute;
	top: 100px;
	left: -999em;		/* level 2 standardmaessig ausblenden */
	background: url(../images/bg/bg-weiss-alpha-70.png) repeat;
	padding-top: 2px;
	padding-bottom: 2px;
	z-index: 999;
}
#nav ul.level_1 ul.level_2 li,
#nav ul.level_1 ul.level_2 li a {
	height: 20px;
	line-height: 20px;
	width: 260px;
	background-image: none;
	color: #95764C;
}
#nav ul.level_1 ul.level_2 li a:hover,
#nav ul.level_1 ul.level_2 li.active a {
	color: #673B15;
}
#nav ul.level_1 ul.level_2 li.active a {
	text-decoration: underline;
}
#nav ul.level_2 li {
	position: relative;
	top: 8px;
	padding-left: 0;
}
#nav ul.level_2 li a span {
	bottom: 0;
	padding-left: 7px;
	padding-bottom: 8px;
}

/* hover */
#nav li:hover ul, #nav li.sfhover ul {
	left: 2px;
}


/* --- groessen fuer einzelne menue-eintraege festlegen --- */

/* level 1 */

#nav ul.level_1 li.menuitem-1 {
	width: 87px;
}
#nav ul.level_1 li.menuitem-2 {
	width: 72px;
}
#nav ul.level_1 li.menuitem-3 {
	width: 80px;
}
#nav ul.level_1 li.menuitem-4 {
	width: 65px;
	margin-left: 335px;
}
#nav ul.level_1 li.menuitem-5 {
	width: 81px;
}
#nav ul.level_1 li.menuitem-6 {
	width: 69px;
}

/* level 2 */

#nav ul.level_1 li.menuitem-1 li,
#nav ul.level_1 li.menuitem-1 li a {
	width: 140px;
}
#nav ul.level_1 li.menuitem-2 li,
#nav ul.level_1 li.menuitem-2 li a {
	width: 185px;
}
#nav ul.level_1 li.menuitem-3 li,
#nav ul.level_1 li.menuitem-3 li a {
	width: 260px;
}
#nav ul.level_1 li.menuitem-4 li,
#nav ul.level_1 li.menuitem-4 li a {
	width: 230px;
}
#nav ul.level_1 li.menuitem-5 li,
#nav ul.level_1 li.menuitem-5 li a {
	width: 200px;
}
#nav ul.level_1 li.menuitem-6 li,
#nav ul.level_1 li.menuitem-6 li a {
	width: 150px;
}

/* --------------------- */
/* --- detailansicht --- */
/* --------------------- */

div#logo-alpenfruehstueck {
	position: absolute;
	top: 35px;
	right: 20px;
}
#ngg-detailansicht {
	color: #525252;
}
#ngg-detailansicht dl {
	color: #673b15;
	margin-bottom: 1em;
}
#ngg-detailansicht dl dd#kategorien {
left:-6px;
margin-bottom:10px;
position:relative;
}
#ngg-detailansicht dl dd#kategorien span {
border-right:2px solid #FFFFFF;
height:26px;
line-height:26px;
padding:5px;
}
#ngg-detailansicht dl dd#kategorien span img {
position:relative;
top:3px;
}
#ngg-detailansicht #bezeichnung {
	font-weight: bold;
	font-size: 1.4em;
}
#ngg-detailansicht #name,
#ngg-detailansicht #telefon span,
#ngg-detailansicht #mobilspan,
#ngg-detailansicht #fax span,
#ngg-detailansicht #url {
	font-weight: bold;
}
#ngg-detailansicht #name {
	font-size: 1.1em;
}
#ngg-detailansicht #url a,
#ngg-detailansicht #email a {
	text-decoration: none;
}
#ngg-detailansicht #kontakt{
	margin-top: 1em;
}
#gruppe {
/*	width: 388px;	/* wegen dem margin der bilder in der box 10px mehr als die standardmässigen 378px */
	width: 410px;
}
#gruppe img {
	margin: 0 10px 10px 0;
}
#ngg-detailansicht #weiterzurueck {
	text-align: center;
}
#ngg-detailansicht #weiterzurueck a {
	text-decoration: none;
}

/* ------------------ */
/* --- uebersicht --- */
/* ------------------ */

#suchergebnisse {
	background: url(../images/bg-ngg-suchergebnis.gif) #fcf7f1;
/*	background: url(../images/bg/bg-weiss-alpha-90.png) repeat; */
/*	background-repeat: no-repeat; */
/*	padding: 49px 0 0 0; */
/*	border: solid 2px #E06D08; */
	width: 910px; 
/*	width: 728px; */
	margin-bottom: 25px;
}
#suchergebnisse td {
/*	padding: 49px 0 0 0; */
}
#ngg-uebersicht {
/*	border: solid #E06D08;
	border-width: 2px 2px 2px 0; */
/*	width: 705px; */
	padding: 4px 0 0 4px;
/*	margin-bottom: 26px; */
	background: url(../images/bg-ngg-uebersicht-blatt.png) repeat;
}
#ngg-uebersicht dl {
	padding: 0;
	width: 181px;
	height: 136px;
	float: left;
	position:relative;
	margin: 0;
	background: #fcf7f1;
}
#ngg-uebersicht dl dt {
	text-align: center;
	position: absolute;
	top: 79px;
	width: 177px;
	margin: 0 1px 0 0;
	padding: 5px 0 2px 0;
	background-color: #ecdbc6;
	color: #673b15;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:27px;
	line-height:1em;
}
#ngg-uebersicht dl dt a {
	padding: 2px;
	font-size: 1.1em;
}
#ngg-uebersicht dl dd {
	margin: 0;
}
#ngg-uebersicht dl dd.bild {
	height:76px;
}
#ngg-uebersicht dl dd.link {
	cursor:pointer;
	height:22px;
	letter-spacing:1px;
	position:absolute;
	top:114px;
	text-transform: uppercase;
	text-align: center;
	width: 177px;
	text-align:center;
	font-size: 7px;
	font-family: Arial, Helvetica, sans-serif;
}
#ngg-uebersicht dl dd a:link, #ngg-uebersicht dl dd a:visited, #ngg-uebersicht dl dd a:hover, #ngg-uebersicht dl dd a:active {
	color: #333333;
}
#ngg-uebersicht dl dd a:link, #ngg-uebersicht dl dd a:visited {
	text-decoration: none;
}
#ngg-uebersicht dl dd a:hover, #ngg-uebersicht dl dd a:active {
	text-decoration: underline;
}

#suchergebnisse #mailformname,
#suchergebnisse #mailformstrasse,
#suchergebnisse #mailformort,
#suchergebnisse #mailformplz-ort,
#suchergebnisse #mailformtelefon,
#suchergebnisse #mailformemail,
#suchergebnisse #mailformadresse,
#suchergebnisse #mailformanreise,
#suchergebnisse #mailformabreise,
#suchergebnisse #mailformKinder,
#suchergebnisse #mailformErwachsen,
#suchergebnisse #mailformErwachsene,
#suchergebnisse #mailformnachricht,
#suchergebnisse #mailformAlter_der_Kinder {
  width: 140px;
}

#mailformanreise,
#mailformabreise {
  width: 118px;
  margin-right: 5px;
}
#suchergebnisse #mailformanreise,
#suchergebnisse #mailformabreise {
  width: 103px;
  margin-right: 2px;
}

#suchergebnisse #mailformformtype_mail {
  width: 148px;
}

#suchergebnisse fieldset#csc-mailform,
#suchergebnisse td#kontaktformular {
	width: 140px;
}

#suchergebnisse td#kontaktformular {
	vertical-align: top;
	padding-right: 7px;
	padding-bottom: 26px;
	padding-top: 40px;
}

#mailformname, #mailformstrasse, #mailformort, #mailformplz-ort, #mailformtelefon, #mailformemail, #mailformadresse, #mailformanreise, #mailformabreise, #mailformKinder, #mailformErwachsen, #mailformErwachsene, #mailformnachricht, #mailformAlter_der_Kinder {
border:1px solid #673B15;
color:#5D5D5D;
font-family: font-family: Arial, Helvetica, sans-serif;
font-size:11px;
margin:1px 0 1px 2px;
padding:3px;
width:148px;
}

/* -------------------- */
/* --- Suchformular --- */
/* -------------------- */

table#ngg-suche {
	width: 533px;
	background: url(../images/bg/bg-ngg-suchformular.gif) #fff ;
	background-repeat: repeat-x;
	border: solid 2px #673b15;
	margin: 5px 0 0 0;
	padding: 0 5px 35px;
}
table#ngg-suche td {
	padding: 0 5px 0 5px;
}
table#ngg-suche h2 {
	text-transform: uppercase;
	color: #673b15;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
}

table#ngg-suche p.wohneinheiten {
	margin-left:1.4em;
	background:#e8e9ea;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 50px;
}

table#ngg-suche span.label, table#ngg-suche label {
	padding-left: 5px;
}

table#ngg-suche p {
	line-height: 25px;
	margin-bottom: 6px;
	background: #ECDBC6;
	text-transform: uppercase;
	font-weight: bold;
	padding-right: 3px;
}

table#ngg-suche .moreInfoWrapper p {
	margin-bottom: 0;
}

table#ngg-suche .moreInfoWrapper div {
	margin-top: 3px;
	margin-bottom: 3px;
}

div#button {
	position: relative;
}

div#button input.button {
	position: absolute;
	right: 0;
	top: -35px;
}

#vorsorgeleistung {
	display:block;
	font-size:0.7em;
	left:25px;
	position:relative;
	top:-10px;
}
p.leistung-3 {
	height: 40px;
}

/* -------------------------- */
/* --- Seitenspezifisches --- */
/* -------------------------- */

/* --- MoorGastgeber + Suchergebnis --- */

body.uid67 div#c2_2,
body.uid67 div#c2_1,
body.uid39 div#c2_2,
body.uid39 div#c2_1 {
	border: none;
}
body.uid67 div#c2_1,
body.uid39 div#c2_1 {
	margin: 0 0 0 -21px;
	width: 517px;
}
body.uid67 div#c2_2,
body.uid39 div#c2_2 {
	left: 8px;
	padding: 0;
}
body.uid67 div#c2_1 tr.h1 td,
body.uid39 div#c2_1 tr.h1 td {
	padding-top: 7px;
}
body.uid67 div#c2_1 tr.h1 td h1,
body.uid39 div#c2_1 tr.h1 td h1 {
	font-size: 17px;
	background: #ECDBC6;
}
#mgg-uebersicht {
	padding-top: 10px;
	margin-bottom: 40px;
}

/* ------------------- */
/* --- aerzteforum --- */
/* ------------------- */

div#aerzteforum {
	position: absolute;
	top: 0;
	right: 47px;
}
div#aerzteforum a {
	background-image: url(../images/button-aerzte-forum-001.png);
	display: block;
	width: 195px;
	height: 63px;
	text-indent: -5000px;
}

/* ---------------------- */
/* --- werbegrandprix --- */
/* ---------------------- */

div#werbegrandprix {
	position: absolute;
	top: 0;
	left: 38px;
}
div#werbegrandprix a {
	background-image: url(../images/diverses/werbegrandprix.gif);
	display: block;
	width: 219px;
	height: 59px;
	text-indent: -5000px;
}

/* ---------------- */
/* --- Facebook --- */
/* ---------------- */

div#facebook {
	position: absolute;
	top: 0;
	left: 33px;
}
div#facebook a {
	background-image: url(../images/diverses/facebook.png);
	display: block;
	width: 277px;
	height: 63px;
	text-indent: -5000px;
	opacity: 0.85;

}

/* --- anfrage-formular --- */


.mailformplus_contactform .error,
.mailformplus_contactform .error strong {
	color: #d50000 !important;
	font-weight: bold;
}
.mailformplus_contactform LABEL {
	font-weight:bold;
	display:block;
	float:left;
	width:140px;
}

.mailformplus_contactform .radio_caption {
	display:inline;
	width:auto;
	float:none;
	font-weight:normal;
	padding-left:5px;
}

.mailformplus_contactform .caption {
	margin:10px 0 5px 0;
	font-weight:bold;
	
}
.mailformplus_contactform textarea {
	width: 300px;
}
.mailformplus_contactform input {
	margin-bottom: 3px;
}
.mailformplus_contactform input.submit {
	margin-left: 140px;
}

/* ------------------- */
/* --- rgmoodalbox --- */
/* ------------------- */

div#mb_center,
div#mb_bottom {
	z-index: 9999;
}
div#mb_overlay {
	z-index: 999;
}
div#mb_center {
	text-align: left;
}
div#mb_contents {
	padding: 10px;
}
div#mb_bottom {
	width: 520px;
	padding: 0 10px;
}
div#mb_center ul li {
	line-height: 15px;
}

/* ------------------------------------- */
/* --- detailansicht - anfragebutton --- */
/* ------------------------------------- */

p.button-anfrage-senden span {
	display: block;
	width: 147px;
	height: 19px;
	text-indent: -5000px;
	background-image: url(../images/button-anfrage-senden.png);
	margin-top: -1em;
	margin-bottom: 2em;
	cursor: pointer;
}

p.button-anfrage-senden {
	cursor: pointer;
}

/* ------------------------ */
/* --- kontakt-formular --- */
/* ------------------------ */

form#kontaktformular {
/*
  margin-top: 1em;
*/
}
form#kontaktformular label {
  display: inline-block;
  white-space: nowrap;
  width: 140px;
}
form#kontaktformular .homepage {
  display: none;
}
form#kontaktformular input,
form#kontaktformular select,
form#kontaktformular textarea {
/*
  border: 1px solid #909090;
*/
  margin-bottom: 4px;
}
form#kontaktformular input {
  width: 200px;
}
form#kontaktformular select {
  width: 205px;
}

form#kontaktformular select.anrede {
  width: 100px;
}
form#kontaktformular textarea#nachricht{
  width: 100%;
  height: 150px;
}
.error {
  color: #ff0000;
}

/* --------------- */
/* --- spezial --- */
/* --------------- */

.spezial-001 img {
  margin-bottom: 7px !important;	
}

.spezial-001 h1 img {
  margin-bottom: 0 !important;	
}

.tx-mvyahooweather-pi1 p {
	margin-bottom: 0 !important;	
}

/* -------------------------- */
/* --- werbeagentur tirol --- */
/* -------------------------- */

#werbeagentur-tirol {
  position: absolute;
  bottom: 25px;
  right: 5px;
  display: block;
  width: 52px;
  height: 9px;
  background: transparent url(/fileadmin/templates/images/logos/werbeagentur-tirol.gif) no-repeat;
  text-indent: -5000px;
}

/*----------------- */
/* --- diverses --- */
/*----------------- */

/* --- very important standard --- */

div#very-important {
  left:-24px;
  overflow:visible;
  position:relative;
  top:155px;
  font-size: 9px;
  width: 300px;
  margin-top: 55px;
}

div#very-important ul {
  list-style-type: none;
}

div#very-important ul li {
  float: left;
  white-space: nowrap;
  background: url("../images/diverses/listbullet-2.gif") no-repeat scroll 3px -2px transparent;
}

div#very-important ul li.first {
  background: none;
}

/* --- homepage --- */

div.very-important-homepage {
  top: -45px !important;
  left: -50px !important;
  width: 960px !important;
}

div.very-important-wirkungsweise {
  top: 216px !important;
  left: 364px !important;
}

div.very-important-medical-wellness {
  left: 390px !important;
}
div.very-important-moor-babys {
  left: 390px !important;
}

div.very-important-alpenfruehstueck {
  left: 340px !important;
  top: 160px !important;
}

div.very-important-kur-infos {
  left:40px !important;
  width:790px !important;
}

div.very-important-hotels-fewo-gaestezimmer {
  left: 30px !important;
  width: 880px !important;
}

div.very-important-passionsspiele-oberammergau {
  left: 340px !important;
}

div.very-important-hochmoor-entstehung {
  left: 280px !important;
}

div.very-important-perfektes-zusammenspiel {
  left: 280px !important;
}

div.very-important-hotel-in-bad-bayersoien {
  left: 370px !important;
}

div.very-important-mgg16 {
  left: 390px !important;
}

div.very-important-mgg17 {
  left: 350px !important;
}

div.very-important-mgg60 {
  left: 300px !important;
  width: 600px !important;
}

div.very-important-mgg27 {
  left: 290px !important;
  width: 680px !important;
}

div.very-important-mgg19 {
  left: 310px !important;
  width: 680px !important;
}

div.very-important-mgg58 {
  left: 310px !important;
  width: 680px !important;
}

div.very-important-mgg10 {
  left: 390px !important;
  width: 680px !important;
}

div.very-important-mgg13 {
  left: 390px !important;
  width: 680px !important;
}

div.very-important-mgg14 {
  left: 390px !important;
  width: 680px !important;
}

div.very-important-mgg15 {
  left: 190px !important;
  width: 680px !important;
}

#video {
  height: 252px;
  width: 448px;
  background: #FFF;
  position: absolute;
  bottom: 10px;
  left: 0;
  display: none;
  z-index: 999999;
  box-shadow: 0 0 5px #828282;
	-moz-box-shadow: 0 0 5px #828282;
	-webkit-box-shadow: 0 0 5px #828282;
}


	
