html {
  padding: 0;
}

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

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

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

#alles {
  text-align: center;
}

#box_komplett {
  position: absolute;
  top: 50%; left: 50%;
  height: 584px; width: 880px;
  margin-top: -292px; margin-left: -440px;
  border: 0px solid; border-color: #f00;
}

#box_oben {
  position: absolute;
  top: 50%; left: 50%;
  height: 230px; width: 820px;
  margin-top: -292px; margin-left: -410px;
}

#box_oben_logo {
  position: relative;
  background-image: url(logo.gif); background-position: center; background-repeat: no-repeat;
  height: 110px; width: 820px;
}

#box_oben_mitte {
  position: relative;
  height: 60px; width: 821px;
  border: 1px solid; border-color: #fff;
}

#box_oben_mitte_links {
  background-color: #654321;
  position: relative;
  height: 60px; width: 468px;
  border-right: 1px solid; border-color: #fff;
  _left: -175px;
}

#box_oben_mitte_rechts {
  background-color: #123456;
  position: absolute;
  height: 60px; width: 351px; _width: 350px;
  left: 469px;
  top: 0px;
}

#box_oben_navi {
  position: relative;
  background-image: url(navi.gif);
  height: 60px; width: 821px;
  border-left: 1px solid; border-color: #fff;
  border-right: 1px solid; border-color: #fff;
}

#box_rahmen {
  position: absolute;
  background-image: url(bg_rahmen-oben.gif); background-position: top left; background-repeat: no-repeat;
  top: 50%; left: 50%;
  height: 342px; width: 880px;
  margin-top: -78px; margin-left: -440px;
}

#box_rahmen_oben {
  position: relative;
  height: 30px; width: 880px;
  border: 0px;
}

#box_rahmen_unten {
  position: relative;
  background-image: url(bg_rahmen-unten.gif); background-repeat: no-repeat;
  height: 28px; width: 880px;
}

#box_content {
  position: relative;
  background-color: #000;
  height: 300px; width: 810px;
  top:10px;
  margin-left: auto; margin-right: auto;
  border: 0px solid; border-color: #cccccc;
  text-align: left;
  padding-left: 2;
  padding-right: 2;
}