@charset "UTF-8";
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body  {
	font: 12px Arial, sans-serif;
	background: #eff0f2;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #6c6b65;
}

h1, h2 {
	font: 14px Arial, sans-serif;
	font-weight:bold;
}

h3 {
	font: 18px Arial, sans-serif;
	padding-bottom:10px;
}

a {
	color: #6c6b65;
}

/* Flash Bilder Überblendung */

.mod_flash {
	position:relative;	
	left:-50px;
}

.mod_article, .mod_article h2 {
	padding-bottom: 20px;	
}

.mod_article h1 {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

.mod_article .teaser a {
	color:#6c6b65;
}
.mod_article .teaser h2 {
	display:none;
}

/* Intro */
body.intro {
	background:#fff;
}

body.intro #container, #rahmen {
	height: 650px;
	clear:left;
	background: #FFFFFF;
	border: none;;
} 

body.intro #header {
	height:650px;	
}

body.intro #rahmen {
	border: none;	
	padding: 2px;
	padding-bottom: 4px;
	padding-right: 4px;
}

body.intro #distance { /* */
	background-color:#fff;
	margin-bottom:-355px; /* half of container's height */
}

body.intro #start_logo {
	margin-left:300px;
}

body.intro #start_text {
	margin-top:40px;
	clear:both;
}

body.intro #start_video {
	margin-top:90px;
	clear:both;
}

body.intro #deutsch {
	margin-left:300px;	
}
body.intro #deutsch, body.intro #english, body.intro #italiano, body.intro #magyarul {
	float:left;
	margin-right:10px;
}
body.intro #deutsch, body.intro #english, body.intro #italiano, body.intro #magyarul, body.intro #slovensky {
	margin-top:80px;
}
body.intro #deutsch a, body.intro #english a, body.intro #italiano a, body.intro #magyarul a, body.intro #slovensky a {
	text-decoration:none;
	display:block;
	font-size:0px;
}

body.intro #deutsch a {
	background:url(../images/deutsch.jpg);
	width:44px; 
	height:18px;
	margin-top:64px;
}
body.intro #english a {
	background:url(../images/english.jpg);
	width:39px; 
	height:18px;
	margin-top:48px;
}
body.intro #italiano a {
	background:url(../images/italiano.jpg);
	width:39px; 
	height:16px;
	margin-top:36px;
}
body.intro #magyarul a {
	background:url(../images/magyarul.jpg);
	width:49px; 
	height:21px;
	margin-top:18px;
}
body.intro #slovensky a {
	background:url(../images/slovensky.jpg);
	width:53px; 
	height:22px;
}

body.intro #deutsch a:hover, body.intro #english a:hover {
	background-position:0 -18px;
}
body.intro #italiano a:hover {
	background-position:0 -16px;
}
body.intro #magyarul a:hover {
	background-position:0 -21px;
}
body.intro #slovensky a:hover {
	background-position:0 -22px;
}

/*
body.intro #intro_rotate { 
	position:relative;
	top:0px;
	left:300px;
	height:30px;
	width:300px;
}

body.intro #intro_rotate {
	-ms-transform:rotate(15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.96592583, M12=0.25881905, M21=-0.25881905, M22=0.96592583,sizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.96592583, M12=0.25881905, M21=-0.25881905, M22=0.96592583,sizingMethod='auto expand');

    -moz-transform:  matrix(0.96592583, -0.25881905, 0.25881905, 0.96592583, 0, 0);

    -webkit-transform:  matrix(0.96592583, -0.25881905, 0.25881905, 0.96592583, 0, 0);

    -o-transform:  matrix(0.96592583, -0.25881905, 0.25881905, 0.96592583, 0, 0);
	
	z-index:99999;
}


body.intro #intro_rotate a:hover {
	text-decoration:none;
	color:#b37b00;
}*/

body.intro #start_hahn {
	position:absolute;
	margin-left:590px;
	margin-top:-70px;

}

body.intro #start_burgenland {
	position:absolute;
	left:130px;
	bottom:-190px;
}
body.intro #start_welterbe {
	position:absolute;
	left:330px;
	bottom:-190px;
}
body.intro #start_nationalpark { 
	position:absolute;
	left:470px;
	bottom:-190px;
}
body.intro #start_landhotel {
	position:absolute;
	left:630px;
	bottom:-190px;
}

body.intro #start_card {
	position:absolute;
	left:770px;
	bottom:-190px;
}

body.intro #footer {
	margin-left:40px;
	margin-bottom:-30px;
}

body.intro #containerwrapper, body.intro .scrollBar {
	display:none;
}

/***/

.bodyclass #container, #rahmen { 
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	position: relative; /* Durch Hinzufügen von position: relative können Sie die beiden Randleisten im Verhältnis zu diesem Container positionieren. */
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	width: 996px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	height: 566px;
	clear:left;
	background: #FFFFFF;
	border: solid 1px #b37b00;
} 

#rahmen {
	border: solid 2px #b37b00;	
	padding: 2px;
	padding-bottom: 4px;
	padding-right: 4px;
}

#distance { /* */
	width:0px; /* war 1px! */
	height:50%;
	background-color:#eff0f2;
	margin-bottom:-283px; /* half of container's height */
	float:left;
}

#logo {
	position:absolute;
	top:20px;
	right:10px;
	z-index:99;
}
#logo_part2 {
	position:absolute;
	top:-17px;
	right:67px;
	z-index:99;
}

#bildobenlinks {
	position: absolute;
	top:20px;
	left:0px;
}

#hahn {
	position: absolute;
	bottom:10px;
	right:10px;
}

.kontakt #hahn {
	display:none;
}

#kontakt_hahn_gross {
	position: absolute;
	left:80px;
	top:50px;
}

/* Ticker */

#ticker {
	position:absolute;
	left: 275px;
	top: 45px;
	width:510px;
	height:22px;
	padding-top:12px;
    border:1px solid #b37b00;
	font-size:11px;
}

#ticker #ticker_fadein {
	float:left;
	position:absolute;
	left: 0px;
	top: 3px;
}
#ticker #ticker_fadeout {
	float:left;
	position:absolute;
	right: 0px;
	top: 3px;
}

/* Fotogalerie */

.ce_dfGallery {
	position:relative;
	z-index:99999;
	margin-top:-220px;
	margin-left:-50px;
}

/* Neusiedler See Card */

#nscard_text_abstand_oben {
	padding-top:70px;
}

#nscard {
	position: relative;
	left:60px;
}

/* Gutschein */

#gutschein_text_abstand_oben {
	position:absolute;
	top:170px;	
}

#gutschein {
	position:absolute;
	left:180px;
}

/*  Anreisespinne */

#anreisespinne {
	position:absolute;
	margin-left:180px;
}

#link_anreise_pdf {
	float:left;
}

#link_anreise_routenplaner {
	padding-left:200px;
}

/* Anfrage */
#anfrage {
	position:absolute;	
}
/* Reservierungs Formular */

#formular_registrierung table tr {
 height:25px;
 }

/* Imageslider */
#schatten_imageslider {
	position: absolute;
	left:-50px;
}



.mod_imageslider {
	position: absolute;
	left:-50px;
}
.buttons {
	float:left;
	margin-left: 120px;
}
.buttons .nextImage {
	margin-left: 50px;
}

/*  */

.bodyclass #menu {
	position:relative;
	top:100px;
	font-size: 12px;
	z-index:99;
}

.bodyclass #menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap;
	margin-left:262px;
}

.bodyclass #menu li {
	float: left;
	text-align: center;
	height:20px;
	margin-right:9px;
}

.bodyclass #menu li a {
	border-bottom-style:none;
	text-decoration: none;
	color: #6c6b65;
}

.bodyclass #menu ul li .active, .bodyclass #menu ul li .trail {
	color: #b37b00;
	font-weight:bold;
}

#header {
	height:150px;
}
/* Bilder */
.bodyclass #sidebar1 {
	position: relative;
	width:340px;
	top: 0px;
	padding: 0px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	float:left;
}

/* Main Content */

.bodyclass #mainContent { 
	position: relative;
	margin-left: 340px;
	margin-right:20px;
	padding: 0px 170px 50px 10px;  /* oben, rechts, unten, links */
	height:300px;
	overflow:auto;
}

/* zurück link */
.back a{
	color:#6c6b65;
}
.back {
	margin-top:20px;
}


/* Untermenu */
.bodyclass #sidebar2 {
	position: absolute;
	top: 150px;
	right:50px;
	float:right;
	width: 110px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	padding: 0px 10px 15px 20px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
}

.bodyclass #sidebar2 #umenu {
	font-size: 12px;
	color:#999; /* für Aufzählungszeichen */
	margin-left:-25px;
}

.bodyclass #sidebar2 #umenu li {
	padding-bottom:10px;  /* Abstand zwischen den Untermenü Punkten */
	list-style-type:none;
}

.bodyclass #sidebar2 #umenu a {
	text-decoration:underline;
	color:#6c6b65; /* für den Link */
}

.bodyclass #sidebar2 #umenu .active {
	text-decoration:none;
	font-weight:bold;	
	color: #b37b00;
}

.bodyclass #sidebar2 #umenu a:hover {
	color:#b37b00; 
}

.bodyclass #sidebar2 #umenu .package_umenu {
	padding-top:20px;
}

/* Footer */
.bodyclass #footer { 
	position:absolute;
	bottom: -40px;
	height:30px;
	width:996px;
	font-size: 10px;
	padding: 0px; 
	color:#6c6b65;
	left:0px;
	font: 12px Arial, sans-serif;
} 

.bodyclass #footer a{ 
	color:#6c6b65;
}

.bodyclass #footer #impress a{
	position:absolute;
	right:0px;
	text-decoration:none;
}

/* RSS Feed */
#rss-feed p {
	padding-bottom:20px;
	margin-top:-10px;
}

#rss-feed .pagination {
	margin-top:20px;
}

#rss-feed .pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	white-space: nowrap; /* bring nix */
}

/* Pressebereich */
#pressebereich {
	position: relative;
	z-index:99999;
}

/* Hilfsklassen */

.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.fltclr {
	clear:both;
}

/* iFrame */
.iframe {
	position:absolute;
	width:532px;
	height:395px;
	top:0px;
	left:230px;
	z-index:999999;	
}

/* für Typolight */
.clear {
	height:0.1px;
	overflow:hidden;
	font-size:0.1px;
	line-height:0.1px;
	clear:both;
}

.invisible {
	width:0px;
	height:0px;
	left:-1000px;
	top:-1000px;
	position:absolute;
	overflow:hidden;
	display:inline;
}

