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

body, html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#page-background {
	position: fixed;
	background-image: url('img/bg.png');
	background-repeat: repeat-none;
	left: 0px;
	bottom: 0px;
	width: 258px;
	height: 318px;
	z-index: 2;
}

#bodyDiv{ position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #1e1d1d;
}

#wrap {
	position: relative;
	width: 1000px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 3px solid #aa6227;
	box-shadow: 5px 5px 5px #000;
	z-index:2;
}

#header {
	position:relative;
	background-color: black;
	margin-top: 0px;
	z-index: 2;
}

.logo {
	position:relative;
	height: 254px;
	margin:10px;
	border:0;
	z-index: 2;
}

#content {
	background-color: black;
	width: 960px;
	padding:20px;
	z-index:2;
}

#inhalt {
	position:relative;
	float: left;
	margin-top: 0px;
	padding-bottom: 10px;
	clear: none;
	min-height: 400px;
	z-index:100;
}

#footer {
	background-color: black;
	height: 0px;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}

.clear {
	clear:both;
}
