/* Hintergrund */ 
html {
	overflow:auto;
	Overflow-x: hidden;
	Overflow-y: scroll;
	height:100%;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	height:100%;
	padding:0;
	margin:0;
}
#wrapper{
	position:relative;
	width:795px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:0em;
	margin: 0px auto;
}
#header{
	top:0px;
	position:relative;
	width:795px;
	height:95px;
	background-color: #000000;
}
#nav{
	top:0px;
	position:relative;
	z-index:2;
	width:785px;
	height:22px;
	background-color: #BE1818;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
}
#content{
	width:755px;
	z-index:1;
	top:117px;
	background-color: #FFFFFF;
	padding:15px;
	border-left:5px solid #000000;
	border-right:5px solid #000000;
	border-bottom:5px solid #000000;
}