*{
	font-family: arial;
}
body{
	background-image:url(img/background.gif);
	font-size: 16px;
	margin:0;
 padding:0;
 height: 100%;
}
div#nav{
	position: fixed;
	top: 0px;
	left: 0px;
	border: 0px;
	width: 100%;
	height: 50px;
	background-color: #bab6b3;
	margin:0 auto;
}
div#menu{
	position: fixed;
	border: 0px;
	background-color: #666;
	width: 60em;
	height: 30px;
	top: 7px;
	left: 50%;
	margin-left: -30em;
}
div#content{
	position:absolute;
	top:50px;
	left:50%;
	margin-left: -500px;
	width:1000px;
	height:auto;
	text-align:center;
	border:3px solid #E8E3DD;
	-moz-box-shadow:0px 0px 65px 13px #3e3939;
	-webkit-box-shadow:0px 0px 65px 13px #3e3939;
	box-shadow:0px 0px 65px 13px #3e3939;
	background-color:#E8E3DD;
	-moz-border-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
div#schattenr{
	position:fixed;
	top:0px;
	left:50%;
	margin-right:-500px;
	width:50%;
	height:50px;
	text-align:center;
	-moz-box-shadow:0px 0px 65px 13px #3e3939;
	-webkit-box-shadow:0px 0px 65px 13px #3e3939;
	box-shadow:0px 0px 65px 13px #3e3939;
}
div#schattenl{
	position:fixed;
	top:0px;
	right:50%;
	margin-left:-500px;
	width:50%;
	height:50px;
	text-align:center;
	-moz-box-shadow:0px 0px 65px 13px #3e3939;
	-webkit-box-shadow:0px 0px 65px 13px #3e3939;
	box-shadow:0px 0px 65px 13px #3e3939;
}
div#navl{
	position: fixed;
	left: 0px;
	top: 50%;
	margin-top: -86px;
	height: 222px;
	width: 50px;
	vertical-align: center;
	text-align: center;
	border:3px solid #E8E3DD;
	-moz-box-shadow:0px 0px 65px 13px #3e3939;
	-webkit-box-shadow:0px 0px 65px 13px #3e3939;
	box-shadow:0px 0px 65px 13px #3e3939;
	background-color:#E8E3DD;
	-moz-border-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-right-radius: 15px;
}
div#google_translate_element{
	position: fixed;
	right: 0px;
	top: 0px;
}
.unten{right: 252px; bottom: 8px;}
div#footer{
	margin-bottom: -3px;
	margin-left: -3px;
	width: 1000px;
	border:3px solid #E8E3DD;
	-moz-box-shadow:0px 0px 65px 13px #3e3939;
	-webkit-box-shadow:0px 0px 65px 13px #3e3939;
	box-shadow:0px 0px 65px 13px #3e3939;
	background-color:#E8E3DD;
	-moz-border-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
div#code{
	position: relative;
	text-align: left;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	height: auto;
}
