* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url(../images/bg_body.png) repeat-x;
	font: 12px/14px normal Arial, Helvetica, sans-serif;
}

.bodyiframe {
	margin: 0;
	padding: 0;
	color: #000;
	background: #fffce9;
	font: 12px/14px normal Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 942px;
	margin: 30px auto;
	padding: 30px auto;
}

#buttonstart {
  margin-left: -10px !important;
  margin-top: 370px !important;
  position: absolute;
  z-index: 100;
  clear: both;
}

#page {
	position: relative;
	overflow: hidden;
	background: url(../images/bg_content.png);
	text-align: left;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 7px;
}

img {
	border: 0;
}


/*-------------------------*/
/*Content Container #START#*/
/*-------------------------*/

#content {
	background: #fffce9;
	margin-right: 4px;
	min-height:  533px;
	font-size: 11px;
	line-height: 16px;
	margin-left: 188px;
}

#content #iframe {
	margin: -10px -15px -10px -15px;
}

img.big {
	padding-bottom: 7px;
	background: url(../images/shadow_img.png) repeat-x left bottom;	
}


.article h1 {
	font-size: 13px;
	font-weight: bold;
}
.article h2 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	padding-top: 3px;
}
.article h3 {
	font-size: 11px;
	margin-top: 3px;
}

* html img.buttonabstand {
	padding-bottom: 2px;
}

#content .article {
	padding: 10px 15px;
}
#content .articleGalerie {
	padding: 0px;
}
#content .article p {
	margin-bottom: 1em;
}
#content .article a {
	white-space: nowrap;
	color: #000;
}
#content .article a:hover {
	text-decoration: none;	
}
#content .article .inactive {
	color: #777777;
}

/*Kursiver Hinweistext*/
.article p.hinweis {
	font-style: italic;
	padding-top: 10px;
}
.article p.hinweis2 {
	font-style: italic;
	margin-top: -5px;
}


/*Aufzaehlung*/
.article ul {
	list-style: none;
	padding-bottom: 7px;
	padding-left: 3px;
}
.article li {
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	background-image: url(../../../images/Buttons/ul_li.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#iframecontent {
	background: #fffce9;
	font-size: 11px;
	text-align: left;
}


/*----------------*/
/*Tabellen #START#*/
/*----------------*/

/*Hinterlegte Zeilen*/
#content tr.hintergrund {
	background: #cccccc;
	vertical-align: top;
}


/*Standard 2 Spalten Tabelle*/
#t2sp td {
	vertical-align: top;
	width: 360px;
	padding-left: 2px;
	padding-right: 5px;
}


/*Standard Tabellenformatierung*/
#content table {
	border-collapse: collapse;
}
#content td {
	vertical-align: top;
	padding-left: 2px;
}
#content td a {
}


/*Preistabellen #START#*/
#preise td {
	padding: 1px;
	vertical-align: top;
	padding-left: 2px;
}
/*Preise und kB Angabe rechtsbuendig*/
#preise td.rechts, #download td.rechts {
	text-align: right;
	padding-right: 5px;
        padding-left: 10px;
}
/*Titelzeile*/
#preise tr.titel td {
	padding-bottom: 7px;
	vertical-align: bottom;
}
/*Titelzeile rechtsbuendig*/
#preise td.titelrechts {
	/*padding-left: 20px;*/
	padding-right: 5px;
	text-align: right;
}
/*1. Spalte fuer Bezeichnung*/
#preise td.bezeichnung {
	width: 450px;
}
/*1. Spalte fuer Bezeichnung schmall*/
#preise td.bezeichnungkurz {
	width: 310px;
}
/*Preistabellen #ENDE#*/


/*Downloads #START#*/
#download td {
	vertical-align: bottom;
	padding-top: 3px;
	padding-bottom: 2px;
}
/*Tabellenzelle Downloads mit Hintergrund*/
#download tr.hintergrund td {
	padding-top: 0px;
	padding-bottom: 0px;
}
/*Downloads #ENDE#*/

/*---------------*/
/*Tabellen #ENDE#*/
/*---------------*/


/*-----------------*/
/*Formulare #START#*/
/*-----------------*/

/*Fehlermeldungen Container*/
.article #errormsg {
	color: #ff0000;
	border: 1px solid #ff0000;
	padding: 6px;
	width: 300px;
}

.article input, select, textarea {
	background: #CCCCCC;
	font-size: 11px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 3px;
	height: 15px;
	width: 180px;
}
.article select {
	height: 15px;
}
.article select option {
	padding-left: 3px;
}

.article textarea.bigtext {
	height: 70px;
	width: 710px;
}
.article textarea.halftext {
	height: 30px;
	width: 330px;
}

.article optgroup {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	padding-left: 3px;
}
.article optgroup option {
	padding-left: 10px;
}

.article select.behandlung {

	width: 285px;
}

select.behandlungselect {
	width: 285px;
        height: 150px;
}

.article .check, .article .radio {
	background: #fffce9;
	width: 20px;
}

.article input.button {
	width: 78px;
	background: url(../../../images/Buttons/Blumau/weiter_schwarz.gif) 0 0 no-repeat;
       	border: 0;
}

.article input.buttonIT {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/IT/weiter_schwarz.gif) 0 0 no-repeat;
        border: 0;
}

.article input.buttonEN {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/EN/weiter_schwarz.gif) 0 0 no-repeat;
        border: 0;
}


/*Textbox Fehler*/
.article input.errText {
	border: 1px solid #ff0000;
}

/*Textarea Fehler*/
.article textarea.errText {
	border: 1px solid #ff0000;
	height: 70px;
	width: 710px;
}

/*PLZ; Anzahl Personen, Gutscheine*/
.article input.zahl {
	width: 40px;
}
.article input.errZahl {
	width: 40px;
	border: 1px solid #ff0000;
}

select.tagmonat {
	width: 38px;
}
.article select.errTagMonat {
	width: 38px;
	border: 1px solid #ff0000;
}

select.jahr {
	width: 49px;
}
.article select.errJahr {
	width: 49px;
	border: 1px solid #ff0000;
}

.article input.ort {
	width: 134px;
}
.article input.errOrt {
	width: 134px;
	border: 1px solid #ff0000;
}

.article .mitteilung {
	height: 200px;
	width: 280px;
}
.article .errMitteilung {
	height: 200px;
	width: 280px;
	border: 1px solid #ff6666;
}


.article .wuensche {
	height: 100px;
	width: 280px;
}
.article .wuenschesmall {
	height: 50px;
	width: 280px;
}


/*Tabelle*/
.article .form td {
	vertical-align: top;
	width: 350px;
}
.article .form .inner td {
	height: 17px;
}
.article .form .inner td.right {
	text-align: right;
	padding-right: 65px;
}

/*----------------*/
/*Formulare #ENDE#*/
/*----------------*/


/*Info Buttons Container*/
#content .article #at1, #content .article #at2, #content .article #at3, #content .article #at4, #content .article #at5, #content .article #at6, 
#content .article #at7, #content .article #at8, #content .article #at9, #content .article #at10, #content .article #at11, #content .article #at12, 
#content .article #at13,#content .article #at14, #content .article #at15, #content .article #at16, #content .article #at17, #content .article #at18, 
#content .article #at19, #content .article #at20, #content .article #at21, #content .article #at22, #content .article #at23, #content .article #at24, 
#content .article #at25
{
	/*ALTE
        visibility: hidden;
        margin-left: 486px;
	margin-top: 47px;
	*/
	position: absolute;
	width: 219px; 
	border: 1px solid #000; 
	background: #CCCCCC;
	padding: 4px;

	display: none;
}

/*Anzeige der Gutscheine auf den Landingpages*/
#gutschein50, #gutschein100, #gutscheinwert {
  display: none; position: absolute;
}

/*------------------------*/
/*Newsticker #START#*/
/*------------------------*/

.newsticker {
  margin-left: 8px;
  color: #000000;
}
.newsticker a:link { color: #000000; text-decoration: none; }
.newsticker a:visited { color: #000000; text-decoration: none; }
.newsticker a:focus { color: #000000; text-decoration: underline; }
.newsticker a:hover { color: #000000; text-decoration: underline; }
.newsticker a:active { color: #000000; text-decoration: underline; }

/*------------------------*/
/*Newsticker #ENDE#*/
/*------------------------*/


/*------------------------*/
/*Content Container #ENDE#*/
/*------------------------*/


/*-----------------------*/
/*Hauptnavigation #START#*/
/*-----------------------*/

#navi {
	color: #fffce9;
	background: url(../images/bg_header.png) no-repeat right top;
	height: 34px;
}

#navi ul {
	padding-top: 4px;
	list-style: none;
}
#navi li {
	float: left;
	line-height: 30px;
	margin: 0px 10px;
}
#navi a {
	color: #fffce9;
	text-decoration: none;
	display: block;
}
#navi a:hover {
	background: url(../images/marker_navi.png) no-repeat center bottom;
}
#navi li.active {
	font-weight: bold;
	background: url(../images/marker_navi.png) no-repeat center bottom;
}

/*----------------------*/
/*Hauptnavigation #ENDE#*/
/*----------------------*/


/*--------------------------*/
/*Seitenleiste links #START#*/
/*--------------------------*/

#sidebar {
	color: #fffce9;
	width: 188px;
	background: url(../images/bg_sidebar.png) no-repeat left top;
	float: left;
}

#sidebar a {	
	color: #fffce9;
	text-decoration: none;
}

#sidebar h2 {
	font-size: 14px;
}


/*Logo Container*/
#logo {
	margin-top: 10px;
	padding-left: 13px;
	padding-right: 13px;
	font-size: 11px;
	text-align: left;
	float: left;
	overflow: hidden;
  margin-bottom: 15px;
}


/*---------------------*/
/*Subnavigation #START#*/
/*---------------------*/

#subnavi {
	clear: both;
	min-height: 290px;
}
#subnavi ul {
	margin-left: 4px;
	list-style: none;	
}

#subnavi li {
	margin-left: 10px;
	overflow: hidden;
}
#subnavi a {
	margin: 0;
	padding: 0;
	background: url(../images/trenner_subnavi.png) no-repeat left bottom;
	display: block;
	height: 25px;
	line-height: 25px;
}
#subnavi a:hover {
	text-decoration: underline;
}
#subnavi li li a {
	height: 16px;
	line-height: 16px;
	font-size: 11px;
	background: none;
}

/*--------------------*/
/*Subnavigation #ENDE#*/
/*--------------------*/


/*-----------------------------*/
/*Newsleiste Startseite #START#*/
/*-----------------------------*/

#subnavinews {
	clear: both;
	min-height: 290px;
}
#subnavinews p {
	margin-left: 14px;
	padding-bottom: 10px;
	font-size: 11px;

}
#subnavinews ul {
	margin-left: 4px;
	list-style: none;
	margin-right: 1px;	
}

#subnavinews li {
	margin-left: 10px; 
        padding-bottom: 0px;
	overflow: hidden;
        font-size: 11px;
}

#subnavinews li p {
	margin-left: 0px;
}

* html #subnavinews a {
	padding-bottom: 0px;
}
 
#subnavinews a {
	/*background: url(../images/trenner_subnavi.png) no-repeat left bottom;*/
	display: block;
	font-size: 11px;
        padding-bottom: 12px;
}
#subnavinews a:hover {
	text-decoration: none;
}

/*----------------------------*/
/*Newsleiste Startseite #ENDE#*/
/*----------------------------*/


/*-------------------------*/
/*Buchen/Newsletter #START#*/
/*-------------------------*/

#wwf {
	margin-left: -10px;	
	padding-bottom: 10px;
	font-size: 11px;
	width: 174px;
}

#booking {
	padding-left: 14px;	
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	width: 174px;
}

#booking .newsletter {
  width: 162px;
  background: url(../../../images/Buttons/Blumau/abonnieren_gelb.gif) 0 0 no-repeat;
  border: 0;
  padding-bottom: 5px;
}
#booking .angebote {
  width: 162px;
  background: url(../../../images/Buttons/Blumau/angebote_gelb.gif) 0 0 no-repeat;
  border: 0;
  padding-bottom: 5px;
}
#booking .buchen {
	width: 78px;
	background: url(../../../images/Buttons/Blumau/buchen_gelb.gif) 0 0 no-repeat;
	border: 0;
	padding-bottom: 5px;
}
#booking .anfragen {
	width: 78px;
	background: url(../../../images/Buttons/Blumau/anfragen_gelb.gif) 0 0 no-repeat;
	border: 0;
	padding-bottom: 5px;
}

#booking .newsletterIT {
  width: 162px;
  background: url(../../../images/Buttons/Blumau/IT/abonnieren_schwarz.gif) 0 0 no-repeat;
  border: 0;
  padding-bottom: 5px;
}
#booking .buchenIT {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/IT/buchen_gelb.gif) 0 0 no-repeat;
        border: 0;
        padding-bottom: 5px;
}
#booking .anfragenIT {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/IT/anfragen_gelb.gif) 0 0 no-repeat;
        border: 0;
        padding-bottom: 5px;
}

#booking .newsletterEN {
  width: 162px;
  background: url(../../../images/Buttons/Blumau/EN/abonnieren_schwarz.gif) 0 0 no-repeat;
  border: 0;
  padding-bottom: 5px;
}
#booking .buchenEN {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/EN/buchen_gelb.gif) 0 0 no-repeat;
        border: 0;
        padding-bottom: 5px;
}
#booking .anfragenEN {
        width: 78px;
        background: url(../../../images/Buttons/Blumau/EN/anfragen_gelb.gif) 0 0 no-repeat;
        border: 0;
        padding-bottom: 5px;
}
#booking .angeboteEN {
        width: 162px;
        background: url(../../../images/Buttons/Blumau/EN/angebote_gelb.gif) 0 0 no-repeat;
        border: 0;
        padding-bottom: 5px;
}

#booking .itext {
	border:  0;
	background: #fffce9;
	width: 43px;
	height: 15px;
	padding-left: 3px;
	font-size: 11px;
}
#booking select {
	background: #fffce9;
	font-size: 11px;
}
#booking select.tagmonat {
	width: 46px;
}

#booking select.jahr {
	width: 61px;
}


#booking ul {
	list-style: none;
	background: url(../images/trenner_subnavi.png) no-repeat left bottom;
}
#booking li {
	/*margin: 5px 0;*/
	margin-top: 5px;
	padding-right: 12px;
}
#booking label {
	font-size: 11px;
}

/*------------------------*/
/*Buchen/Newsletter #ENDE#*/
/*------------------------*/

/*-------------------------*/
/*Seitenleiste links #ENDE#*/
/*-------------------------*/


/*-------------------*/
/*Srachleiste #START#*/
/*-------------------*/

* html #lang {
	margin-left: 670px;
}

#lang {
	overflow: hidden;
	font-size: 12px;
	position: absolute;
	margin-left: 855px;
	padding-top: 12px;
	text-align: left;
	color: #fffce9;
}

#lang a {
	text-decoration: none;
	color: #fffce9;
}

#lang a:hover {
	text-decoration: none;
}
#lang a.active {
	font-weight: bold;
}

*+html  #lang  {
	margin-left: 670px;
}

/*-------------------*/
/*Srachleiste #ENDE#*/
/*-------------------*/


/*--------------*/
/*Footer #START#*/
/*--------------*/

#footer {
	height: 34px;
	color: #fffce9;
	background: url(../images/bg_footer.gif) no-repeat left bottom;
	line-height: 30px;
	font-size: 11px;
	text-align: left;
}

#footer .lang {
  padding-left: 15px;
  margin-top: 3px;
  width: 174px;
  float: left;
}
* html #footer .lang {
  margin-top: 7px;
}
#footer .text {
  float: left;
}
#footer .facebook {
  float: right;
  width: 76px;
  margin-right: 4px;
}

#footer a {
	color: #fffce9;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*-------------*/
/*Footer #ENDE#*/
/*-------------*/



/*----------------*/
/*SEO Text #START#*/
/*----------------*/

#infotext {
	width: 935px;
	padding: 10px;
	margin: 10px auto;
	font-size: 10px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
        line-height: 10px;
}

#infotext h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#infotext a {
	color: #999999;
	text-decoration: none;	
}
#infotext a:hover {
	text-decoration: none;	
}
/*---------------*/
/*SEO Text #ENDE#*/
/*---------------*/



/*------------------*/
/*IE 6 Hacks #START#*/
/*------------------*/
* html #page {
	height: 1%;
	overflow: visible;
}
* html #sidebar {
	margin-right: -3px;
}

* html #content {
  margin-left: 0;
  height: 550px;
}
* html #subnavi {
	height: 300px;
}
/* Eingefuegt MH */
* html {
	height: 100%;
}
* html body {
	text-align: center;
	height: 100%;
}

/*-----------------*/
/*IE 6 Hacks #ENDE#*/
/*-----------------*/

/*------------------*/
/*IE 7 Hacks #START#*/
/*------------------*/

*+html select, *+html .article select {
	height: auto;
}

*+html option, *+html .article option {
	height: auto;
}

/*-----------------*/
/*IE 7 Hacks #ENDE#*/
/*-----------------*/
