@charset "UTF-8";
/* CSS Document */


			
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1em;
	font-weight: normal;
	text-shadow: 0 1px 1px #f8f0d8;
	}

/*html {
	background : url(../img/scaling_bgimage.jpg) center center no-repeat fixed; 
	background-size : cover;
}
*/
body {
	background:#111; 
	height:100%;
	}

header, nav, article, section, footer, address {  
    display: block;  
}  

@font-face {
    font-family: 'FontinSmallCapsRegular';
    src: url('../fonts/fontin-smallcaps-webfont.eot');
    src: url('../fonts/fontin-smallcaps-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontin-smallcaps-webfont.woff') format('woff'),
         url('../fonts/fontin-smallcaps-webfont.ttf') format('truetype'),
         url('../fonts/fontin-smallcaps-webfont.svg#FontinSmallCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'FontinRegular';
    src: url('../fonts/fontin-regular-webfont.eot');
    src: url('../fonts/fontin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontin-regular-webfont.woff') format('woff'),
         url('../fonts/fontin-regular-webfont.ttf') format('truetype'),
         url('../fonts/fontin-regular-webfont.svg#FontinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontinBold';
    src: url('../fonts/Fontin-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'PristinaRegular';
    src: url('../fonts/pristina-webfont.eot');
    src: url('../fonts/pristina-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pristina-webfont.woff') format('woff'),
         url('../fonts/pristina-webfont.ttf') format('truetype'),
         url('../fonts/pristina-webfont.svg#PristinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.clear {
	clear: both;
	}

#wrapper {
	width: 940px;
	margin: auto;
	}
	
#video {
	margin-bottom: 30px;
	}
	
header {
	height: 120px;
	margin: 20px 0 20px 0;
	}
	
header img {
	float: left;
	}
	
nav li {
	display: block;
	float: right;
	margin: 100px 25px 0 0;
	}
	
a:link, a:visited {
	font-family: FontinSmallCapsRegular;
	font-size: 1.02em;
	color: #c8443d;
	text-decoration:none;
	}
	
a:hover, a:active {
	font-family: FontinSmallCapsRegular;
	font-size: 1.02em;
	color: #c8443d;
	text-decoration:underline;
	}
	
li.last {
	margin-right: 0;
	}
	
li.active {
	text-decoration: underline;
	}
	
#visual_home {
	background-image : url(../img/home_visual.jpg); 
	width : 939px; 
	height : 248px; 
	position : relative; 
	box-shadow : 3px 3px 5px #d9b676 ; 
	}
	
#visual_home p {
	font-family : 'PristinaRegular'; 
	font-size : 20px; 
	position : relative; 
	left : 580px; 
	top : 70px; 
	}
	
a.btn_kontakt {
	background: url(../img/btn_kontakt.gif) no-repeat 0 0;
	width: 97px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	position: relative;
	left: 808px;
	top: 60px;
	}
	
a.btn_kontakt:hover { 
	background-position: 0 -27px; 
	}
	
/* FEATURE SPRITE */
	
a.erdgeschoss_feature {
	background: url(../img/feature_sprite.png) no-repeat 0 0;
	width: 115px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	}
	
a.erdgeschoss_feature:hover {
	background-position: 0 -73px; 
	}
	
a.obergeschoss_feature {
	background: url(../img/feature_sprite.png) no-repeat -114px 0;
	width: 115px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	}
	
a.obergeschoss_feature:hover {
	background-position: -114px -73px; 
	}
	
a.umgebung_feature {
	background: url(../img/feature_sprite.png) no-repeat -227px 0;
	width: 115px;
	height: 75px;
	display: block;
	text-indent: -9999px;
	}
	
a.umgebung_feature:hover {
	background-position: -227px -73px; 
	}
	
#home_text {
	margin-top: 25px;
	}
	
.left-column {
	float: left;
	width: 455px;
	}
	
.schmal {
	width: 310px;
	}
	
.right-column {
	float: right;
	width: 455px;
	}
	
.breit {
	width: 620px;
	}
	
.right-column a {
	float: left;
	}
	
.features {
	margin: 10px 0 0 -8px;
	}
	
p, tr, td {
	font-family: FontinRegular;
	color: #54493b;
	line-height: 1.3em;
	}
	
.absatz {
	margin-top: 10px;
	}
	
h1 {
	font-family: FontinSmallCapsRegular;
	font-size: 1.5em;
	color: #c8443d;
	padding-bottom: 9px;
	}
	
h2 {
	font-family: FontinRegular;
	font-size: 1.3em;
	color: #1f5d95;
	padding-bottom: 9px;
	}
	
h3 {
	font-family: FontinSmallCapsRegular;
	font-size: 1.02em;
	color: #1f5d95;
	}
	
address {
	font-family: Fontin;
	font-size: 1.02em;
	font-style: normal;
	color: #54493B;
	margin-bottom: 20px;
	}
	
footer, #language_switch {
	clear: both;
	font-family: FontinRegular;
	font-size: 1em;
	float: right;
	color: #54493B;
	margin: 25px 0 20px 0;
	}
	
footer a {
	text-decoration: none;
	color: #C8443D;
	}
	
#anfahrt p {
	float: left;
	}

.row01, .row01_02 {
	height: 197px;
	position: relative;
	}
	
.row02, .row02_02 {
	height: 158px;
	position: relative;
	}
	
.row01, .row01_02, .row02, .row02_02 {
	width: 429px;
	background-color: #fee5ad;
	border: 1px solid #ffc892;
	float: left;
	padding: 17px;
	}
	
.row01_02, .row02_02 {
	margin-left: 10px;
	}
	
.row02, .row02_02 {
	margin-top: 10px;
	}
	
#map {
	margin-bottom: 15px;
	}
	
/* SPRITES ANFAHRT */
	
a.reiseinformationen {
	background: url(../img/btn_reiseinformationen.gif) no-repeat 0 0;
	width: 157px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 134px;
	}
	
a.reiseinformationen:hover {
	background-position: 0 -27px;
	}
	
a.ryanair {
	background: url(../img/btn_ryanair.gif) no-repeat 0 0;
	width: 210px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 134px;
	}
	
a.ryanair:hover {
	background-position: 0 -27px;
	}
	
a.mietwagen {
	background: url(../img/btn_mietwagen.gif) no-repeat 0 0;
	width: 225px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 94px;
	}
	
a.mietwagen:hover {
	background-position: 0 -27px;
	}
	
a.pdf_download {
	background: url(../img/btn_anfahrt_pdf.gif) no-repeat 0 0;
	width: 221px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 94px;
	}
	
a.pdf_download:hover {
	background-position: 0 -27px;
	}
	
.reisetipp {
	background-color:#fee5ad;
	padding: 15px;
	width: 910px;
	border: 1px solid #ffc892;
	margin-bottom: 15px;
	}
	
.reisetipp img {
	border: 2px solid #f6c86e;
	margin-right: 15px;
	}
	
.left_row {
	float: left;
	width: 328px;
	}
	
.right_row {
	float: left;
	width: 560px;
	}
	
/* SPRITES UMGEBUNG */

a.panorama {
	background: url(../img/btn_umgebung.png) no-repeat 0 0;
	display: block;
	float: left;
	margin-top: 16px;
	width: 178px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.panorama:hover {
	background-position: 0 -27px;
	}
	
a.saturnia {
	background: url(../img/btn_umgebung.png) no-repeat -178px 0;
	display: block;
	float: left;
	margin-top: 16px;
	width: 161px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.saturnia:hover {
	background-position: -178px -27px;
	}
	
a.merigar {
	background: url(../img/btn_umgebung.png) no-repeat -339px 0;
	display: block;
	float: left;
	margin-top: 16px;
	width: 216px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.merigar:hover {
	background-position: -339px -27px;
	}
	
a.argentario {
	background: url(../img/btn_umgebung.png) no-repeat -555px 0;
	display: block;
	float: left;
	margin-top: 16px;
	width: 219px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.argentario:hover {
	background-position: -555px -27px;
	}
	
a.giglio {
	background: url(../img/btn_umgebung.png) no-repeat 0 -54px;
	display: block;
	float: left;
	margin-top: 16px;
	width: 200px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.giglio:hover {
	background-position: 0 -81px;
	}
	
a.tarot {
	background: url(../img/btn_umgebung.png) no-repeat -200px -54px;
	display: block;
	float: left;
	margin-top: 16px;
	width: 188px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.tarot:hover {
	background-position: -200px -81px;
	}
	
a.spoerri {
	background: url(../img/btn_umgebung.png) no-repeat -388px -54px;
	display: block;
	float: left;
	margin-top: 16px;
	width: 293px;
	height: 27px;
	text-indent: -9999px;
	}
	
a.spoerri:hover {
	background-position: -388px -81px;
	}
	
table {
	margin-bottom: 20px;
	}
	
.tdhead {
	font-size: 19px;
	color: #1f5d95;
	}
	
td {
	padding: 2px 40px 2px 2px;
	}
	
.trhell {
	background-color: #ffd29b;
	}
	
.trdunkel {
	background-color: #ffc57e;
	}
	
p {
	margin-bottom: 12px;
	}
	
b {
	font-family: FontinBold;
	}
	
.blue {
	color: #1F5D95;
	}
	
/* SUPERSIZE BACKGROUND */
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em;}
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111; width:100%; height:100%; }