/*  
Theme Name: Gästehaus am Wall | Lemgo
Description: Website für die Ferienwohnug Gästehaus am Wall in Lemgo.
*/



/* Allgemeines */

/*
* {
	margin:0px;
	padding:0px;
	border:0px;
	}
*/

body {
	font-size:10px;
	font-family:Arial, Futura, "Trebuchet MS", Helvetica, Myriad, "Myriad Web Pro", "Myriad Pro", sans-serif;
	}
	
* {
margin:0;
padding:0;
}
	
html, body {
  height:100%;
  width:100%;
  }

a:focus {
	outline:none;
	}
	
#distance {
width:1px;
height:50%;
margin-bottom:-292px; /* Hälfte der Höhe "inhalt" */
float:left;
}

#distance2 {
height:1px;
width:50%;
margin-left:-350px; /* Hälfte der Breite "inhalt" */
float:bottom;
}

#inhalt {
margin:0 auto;
position:relative; /* dadurch steht inhalt vor distance */
height:585px;
width:700px;
clear:left;
overflow:auto;
z-index:2;
}

#hintergrund {
  display:none;
  position:absolute;
  width:100%;
  height:auto;
  z-index:1;
}
	
/* header */
	
#header {
	height:110px;
	background:url(../images/header.png) no-repeat;
	}
	
#logo {
	height:65px;
	width:65px;
	/*background:url(../images/logo.png) no-repeat;*/
	margin:22px 22px 44px 22px;
	}
	
/* navigation */

#navigationsleiste {
    display:none;
	height:25px;
	/*background:url(../images/navigationsleiste.png) no-repeat;*/
	}
	
#navibereich {
	position:absolute;
	margin:0px;
	/*width:352px;
	text-align:center;*/
	}
	
#navibereich li {
	display:inline; /*Listenelemente nebeneinander*/
	list-style-type:none; /*Aufzählungszeichen entfernen*/
	}

#navi_button_links {
	height:25px;
	width:22px;
	/*background:url(../images/navi_button_links.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_1 {
	height:25px;
	width:91px;
	/*background:url(images/navi_button_1.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_2 {
	height:25px;
	width:81px;
	/*background:url(../images/navi_button_2.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_3 {
	height:25px;
	width:62px;
	/*background:url(../images/navi_button_3.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_4 {
	height:25px;
	width:55px;
	/*background:url(../images/navi_button_4.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_5 {
	height:25px;
	width:63px;
	/*background:url(../images/navi_button_5.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
#navi_button_rechts {
	height:25px;
	width:326px;
	/*background:url(../images/navi_button_5.png) no-repeat;*/
	margin:0px;
	padding:0px;
	}
	
/* inhalt */
	
#buehne {
	height:400px;
	/*background:url(../images/inhalt_startseite.png) no-repeat;*/
	}
	
#buehne_print {
	height:400px;
	/*background:url(../images/inhalt_startseite.png) no-repeat;*/
	}
	
#buehne_gaestehaus {
	height:400px;
	background:url(../images/buehne_gaestehaus.jpg) no-repeat;
	}
	
#navibereich_rechts {
    display:none;
	position:absolute;
	margin:46px 0px 0px 527.5px;
	}
	
#navibereich_rechts li {
	list-style-type:none; /*Aufzählungszeichen entfernen*/
	}
	
/* footer */	

#fusszeile {
	height:50px;
	background:url(../images/fusszeile.png) no-repeat;
	}
	
#fusszeile_schrift {
    display:none;
	color:#FFFFFF;
	text-decoration:none;
	position:absolute;
	margin:19px 0px 0px 0px;
	width:700px;
	text-align:center;
	}
	
#fusszeile_schrift a {
  color:#FFFFFF;
  text-decoration:none;
}