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

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body { 
	font-family: 'Cabin Condensed', sans-serif;
	font-size: 100.01%;
	background: #180902;
	overflow: hidden;
}

* {
	margin:0px auto;
	padding:0;
}

#open a {
	color: #7f928a;
	text-decoration: none;
}
#where a {
	color: #4c2918;
	text-decoration: none;
}
#background {
	position: absolute;
	display: block;
	top:0;
	left: 0;
	width: 195px;
	height: 100%;
	background: #7f928a;
}

#container {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#headline {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 5px;
	width: 184px;
}

#headline h1 {	
	font-size: 2em;
	color: #4c2918;	
	font-weight: normal;
}

#speisekarte {
	position: absolute;
	left: 20px;
	bottom: 10px;
	font-size: 20px;
	color: #ffffff;
	text-transform: lowercase;
}

#open {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	color: #ffffff;
	text-transform: lowercase;
}
#open p {
	margin-bottom: 5px;
}

#where {
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
	color: #4c2918;
	text-transform: lowercase;
}
#where p {
	margin-top: 12px;
}

#goethe {
	text-transform: uppercase;
}

#ornament {
	position: absolute;
	left: 180px;
	bottom: 0px;
	width: 325px;
}

#logo {	
	position: absolute;
	left: 30px;
	top: 5px;
	width: 144px;
}

.info {
	position: relative;
	height: 400px;
	background: #b9c1bd;
	overflow: hidden;
}
.info img {
	float: left;
}

/*
.big {
	height: 318px;
	font-size: 0.75em;
}
.big #background {
	width: 34%;
}
 
.big #logo {	
	position: absolute;
	left: 4%;
	top: 5px;
	width: 26%
}
.big #ornament {
	left: 30%;
	width: 60%;
}
*/
 