body {
	text-align:center;
}
a {
	text-decoration:none;
	color:#4c3120
}
a:hover {
	text-decoration: underline;
}
#bg {
	background:url(images/bg.jpg);
	margin:0 auto;
	max-width:1200px; width:100%;
	height:auto;
}
#wrap {
	max-width:810px; width:100%;
	text-align:left;
	margin:0 auto;
	position: relative;
	top:0px; display:table;
}

#lang {
	width:65px;
	height:20px;
	text-align:left;
	margin-left:10px;
	top:7px;
	position: absolute;
		
}

#german {
	width:30px;
	height:20px;
	text-align:left;
	margin-left:0px;
	top:0px;
	position: absolute;
	}

#english {
	width:30px;
	height:20px;
	text-align:left;
	margin-left:35px;
	top:0px;
	position: absolute;	
}
#main{padding-bottom:25px}

.float-l {
	/*float:left*/ display:table-cell; vertical-align:top
}
.float-r {
	/*float:right*/display:table-cell; vertical-align:top
}
.left {
	width:29%;
	background:#fff1e9;
	height:auto; padding-bottom:70px
}
.right {
	width:71%;
	height:auto;
	background:#fff;
}
#logo {
	background:url(images/hdr.jpg);
	height:177px
}
#logo h1 {
	font-size:34px;
	color:#4c3120;
}
#logo h1 {
	padding: 70px 0 0 100px;
}
#logo div {
	padding-left:150px
}
ul#nav {
	background:url(images/hdl.jpg);
	height:176px;
	padding:50px 15% 0 15%
}
ul#nav li {
	line-height:1.9em;
	border-bottom:#fff 1px solid;
}
ul#nav li a {
	color:#FFFFFF
}
#meun h2 {
	font-size:24px;
	padding:30px 0 0 16%
}
#meun ul {
	padding:10px 50px 0 50px
}
#meun li {
	line-height:1.9em;
	border-bottom:#88bcbc 1px solid;
	list-style: inside disc;
	color:#4c3120
}
#meun li a {
	color:#4c3120
}
#main h2 {
	font-size:36px;
	color:#4c3120;
	padding: 50px 50px 0 50px;
}
#main p {
	padding: 20px 50px 0 50px;
}
/* footer */
#footer {
	clear:both;
	height:60px
}
#footer a {color:#FFFFFF}
#footer {
	color: #fff;
	left: 20px;
	position:relative;
	top:10px
}
#xhtml {
	position: absolute;
	left:550px
}
