@font-face {
font-family: Accord SF;
src: url(accordsf.ttf);

}

body {
	padding: 0;
	background-color: #221911;
	margin: 0;
}


#site {
	width: 1024px;
	height: 768px;
	position: absolute;
	padding: 0;
	left: 50%;
	margin-left: -512px;
}


#leiste {
	width: 282px;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	margin: 0;
	padding: 0;
}


#main_nav{
	top: 327px;
	position: absolute;
	height: 441px;
	width: 100%;
	left: 0;
}


#inhalt {
	position: absolute;
	left: 282px;
	margin: 0;
	top: 0;
	padding: 0;
	width: 742px;
	height: 100%;
}

#kiste {
	position: absolute;
	top: 200px;
}

#oeff {
	position:absolute;
	text-align:center;
	margin: 10;
	margin-left:-500px;
	top: 100;
	padding: 10;
	width: 451px;
	color:#FFF;
	font-size:48px;
}

#box {
    position: relative;
	left: 680px;
	top: 300px;
    text-align: center;
    margin-top: 10;
    margin-bottom: 10;
    width: 220px;
    color: #FFF;
    font-size: 48px;
}

	a.oeff:link { 
      color: #fff;
      }
      a.oeff:visited { 
      color: #fff;
      }
      a.oeff:hover { 
      color: #fff;
      }
