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

body {
	background-color: #fff2dc;
	text-align: center;
	font-family: "CG Omega", "classico-urw", sans-serif;
	font-size: 14px; 
	background-image:url(image/hg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 101% 101%;
	background-attachment: fixed;
}

a {
	color: #9D7355;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px; 
}

#body {
	width: 1400px;
	height: 800px;
	text-align:center;
	margin: 0 auto;
	top: -30px;
	position: relative;
}

#inhalt {
	vertical-align: middle;
	height: 800px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	font-size: 14px;
}

#impressum {
	vertical-align: middle;
	height: 780px;
	width: 1110px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	padding: 10px;
	margin-bottom: -10px;
	position: relative;
	left:20px;
	background-color: #fff2dc;
}


#menu {
	width: 90%;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 10px;
	font-size: 18px; 
	font-weight: bold;
	color: #9D7355;
	margin-top: 10px;
}

ul { 
	list-style-type:none;
	color: #9D7355;
}

ul li:before {  
	color: #9D7355;
	content: url('image/lilie.png');
	position: relative;
	top: 5px;
	margin-left:5px;
}

li {
    display: inline;
	color: #9D7355;
}
