/* Environment
----------------------------------------------------------------------------------------------------*/
html, body {
    height:100%;
}
body{
    background-color: #954f1c;
    text-align:center; /* horizontal centering for IE Win quirks */
	background-image: url('../images/paper-repeat.jpg');
}

/* Containers
----------------------------------------------------------------------------------------------------*/

#container {
	background-image: url('../images/paper.jpg');
	min-height:100%;
	width: 100%;
	position:relative;
	background-repeat: repeat-x;
}
#center-container {	
    margin:0 auto;
    text-align:center;

	width: 1028px;
	padding-bottom: 108px;
}

#content-container {	

	background-image: url('../images/content-back.jpg');
	background-repeat: repeat-y;
	background-position: 6px 0;
	text-align: left;
}
#content-front {	
	background-image: url('../images/content-front.jpg');
	background-repeat: no-repeat;
	background-position: 6px 0;
	
	padding: 1px 145px 20px 175px;
	height: 100%;
	min-height: 540px;
}

#head {	
    height: 398px;
	background-image: url('../images/head.jpg');
	text-align: left;
}

#logo {	
	position:relative;
	left: 100px;
	top: 91px;
	width: 236px;
	height: 153px;
}
/* Nav
----------------------------------------------------------------------------------------------------*/
#nav-home{
	position:relative;
	left: 405px;
	top: 153px;
	width: 65px;
	height: 38px;
}
#nav-beschreibung{
	position:relative;
	left: 493px;
	top: 124px;
	width: 125px;
	height: 49px;
}

#nav-preise{
	position:relative;
	left: 630px;
	top: 84px;
	width: 125px;
	height: 36px;
}
#nav-kontakt{
	position:relative;
	left: 720px;
	top: 57px;
	width: 66px;
	height: 34px;
}
#nav-buchen{
	position:relative;
	left: 785px;
	top: -65px;
	width: 154px;
	height: 38px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer{
	position:absolute;
	bottom:0;
	left: 0;
	width:100%;
	height:108px;   /* Height of the footer */
	background: url('../images/footer-back.jpg') repeat-x;
	text-align: center;
	overflow:hidden;
}
#footer-centering{
	width: 1028px;
	background: url('../images/footer-front.jpg') no-repeat;
	background-position: 6px 0;
	height: 108px;

    margin:0 auto;
    text-align:left;
}

#footer-navigation{
	float: left;
	padding-top: 70px;
	padding-left: 250px;
}
#footer-navigation a{
	color: white;
}
#footer-navigation a:hover{
	text-decoration: underline;
}

#footer-navigation ul li{
	float: left;
	margin-right: 30px;
}
