html {
  padding: 0;
}

body {
  margin: 0;
	padding: 0;
	background-color:#000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	scrollbar-face-color: #ff6600;
	scrollbar-highlight-color: #ff6600;
	scrollbar-shadow-color: #ff6600;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
	overflow: auto;
}

td {
  font-size: 12px;
  color: #fff;
}

a {
	color: #ff6600; text-decoration: none;
}
a:visited {
	color: #ff6600; text-decoration: none;
}
a:hover {
	color: #ff6600; text-decoration: underline;
}
a:active {
	color: #ff6600; text-decoration: underline;
}

#alles {
  text-align: center;
}

#box_bg {
  position: absolute;
  background-image: url(bg.gif); background-position: center; background-repeat: no-repeat;
  top: 50%; left: 50%;
  height: 570px; width: 950px;
  margin-top: -290px; margin-left: -475px;
}

#box_links {
  position: absolute;
  top: 50%; left: 50%;
  height: 26px; width: 644px;
  margin-top: -196px; margin-left: -322px;
}
  

#box {
  position: relative;
  background-image: url(bg_box.gif); background-position: bottom left; background-repeat: no-repeat;
  background-color: #000;
  height: 400px; width: 640px;
  top: 115px;
  margin-left: auto; margin-right: auto;
  border: 1px solid; border-color: #ff6600;
  text-align: left;
  padding-left: 2;
  padding-right: 2;
}
