/* Allgemeine Regeln */

* { margin: 0; padding: 0; }

.weg { display: none; }

hr {
	clear: both;
	height: 0;
	border: 0;
	visibility: hidden;
}

html { text-align: center; }

body {
	background: #7f7f7f url() repeat-x top left;
	color: #000; 
	font-family: "HelveticaNeue-Light", "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}


.wrapper {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg-wrapper.png) repeat-y 30px 318px;
}

em, q {
	font-weight: bold;
	font-style: normal;
}

a { outline: none; color: #072453; text-decoration: underline; }
	
a img { border: 0; }


/* Header mit Bildergalerie */	
	
div#header {
	height: 140px;
	width: 850px;
	margin: 0 auto;
	position: relative;
	background: url() no-repeat;
}

div#header { background: url(../images/slideshow/slide1.jpg) no-repeat; }

	
/*
#header h1 {
	position: absolute;
	top: 42px;
	left: 136px;	
	text-indent: -9999px;
}
	
#header h1 a {
	display: block;
	width: 525px;
	height: 170px;
}
	
#header p {
	display: none;
}
*/


/* Navigationsmenü in der Bühne */

ul#navigation {
	height: 44px;
	width: 636px;
	text-align: center;
	list-style: none;
	margin: 0 auto 0 auto;
	clear: both;
	position: relative;
	margin-bottom: -1px;
}
	
#navigation li {
	position: absolute;
	text-indent: -9999px;
	top: 0;
}
	
#navigation li a {
	height: 44px;
	display: block;
}
	
#navigation li.aktiv {
	/*border-bottom: 1px solid #f2f2f2;*/
	background-position: bottom;
	height: 44px;
	z-index: 10;
}

#navigation li.inaktiv {
	background-position: top;
	/* border-bottom: 1px solid #ccc; */
}
	
#navigation li:hover {
	background-position: bottom;
}
		
#navigation li#home-item {
	left: 0;
	width: 52px;
	background-image: url(../images/btn-home-bg.png);
}

#navigation li#ausstattung-item {
	left: 57px;
	width: 103px;
	background-image: url(../images/btn-ausstattung-bg.png);
}

#navigation li#galerie-item {
	left: 165px;
	width: 64px;
	background-image: url(../images/btn-galerie-bg.png);
}

#navigation li#umgebung-item {
	left: 234px;
	width: 85px;
	background-image: url(../images/btn-umgebung-bg.png);
}

#navigation li#preise-item {
	left: 324px;
	width: 58px;
	background-image: url(../images/btn-preise-bg.png);
}

#navigation li#verfuegbarkeit-item {
	left: 387px;
	width: 115px;
	background-image: url(../images/btn-verfuegbarkeit-bg.png);
}

#navigation li#kontakt-item {
	left: 507px;
	width: 71px;
	background-image: url(../images/btn-kontakt-bg.png);
}

#navigation li#lage-item {
	left: 578px;
	width: 58px;
	background-image: url(../images/btn-lage-bg.png);
}



/* Das Laufband */

#buehne, #buehne div.richtung, #laufband, .seite { height: 40em; }

#buehne {
	overflow: hidden;
	margin: 0 auto;
	width: 950px;
	position: relative;
}
	
#buehne div.richtung {
	position: absolute;
	top: 1%;
}
	
div.richtung#links { left: 0; }
div.richtung#rechts { right: 0; }

#laufband {
	width: 850px;
	margin: 0 auto;
	border-top: 1px solid #7f7f7f;
	background: #ebf6f9 url() bottom repeat-x;
	overflow: hidden;
}

#inhalt {
	width: 6800px;
}
	
.seite {
	width: 810px;
	margin: 20px;
	float: left;
	background: #ffffff url(../images/bg-inhalt2.png) center top no-repeat;
}
	
.seite h2, .seite h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin: 20px 0 0 20px;
}

.seite h2 {
    width: 460px;
    height: 50px;
    text-indent: -9999px;
    overflow: hidden;
}

.seite h2.home { background: transparent url("../images/h2-home.png") no-repeat; }
.seite h2.ausstattung { background: transparent url("../images/h2-ausstattung.png") no-repeat; }
.seite h2.galerie { background: transparent url("../images/h2-galerie.png") no-repeat; }
.seite h2.umgebung { background: transparent url("../images/h2-umgebung.png") no-repeat; }
.seite h2.preise { background: transparent url("../images/h2-preise.png") no-repeat; }
.seite h2.verfuegbarkeit { background: transparent url("../images/h2-verfuegbarkeit.png") no-repeat; }
.seite h2.kontakt { background: transparent url("../images/h2-kontakt.png") no-repeat; }
.seite h2.lage { background: transparent url("../images/h2-lage.png") no-repeat; }
	
.seite h3 {
	color: #000;
}
	
.seite p, .seite li {
	margin: 10px 0 15px 20px;
	font-size: 14px;
	line-height: 22px;
}

.seite p.kleingedruckt {
	font-size: 12px;
	line-height: 16px;
}

.seite li strong {
	font-size: 19px;
	font-weight: normal;
}

.seite img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.seite .left {
	float: left;
	width: 460px;
}
.seite .galerieseite {
	padding-left: 25px;
	float: left;
	width: 790px;
}

.seite .right {
	float: right;
	width: 330px;
}
	

/* Fusszeile */

div#fusszeile {
	width: 850px;
	margin: 0 auto;
	color: #666;
	font-size: 14px;
	padding-top: 50px;
	background: #ebf6f9 url() repeat;
}

.hangarsieben {
	color: #000000;
	padding-right: 20px;
	font-size: 11px;
	float:right;
}
.hangarsieben a {
	text-decoration: none;
}
	
