body 
{
	padding: 0px;
	margin: 0px;
	background: url(bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family:Verdana;
	font-size: 11px;
	background-color: #161616;
	color: #FFFFFF;
}
.content 
{
  background: url(bgt.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-left: 15px;
  padding-top: 500px;
}
.navigation
{
  position: absolute;
  width: 870px;
  height: 26px;
  padding: 0px;
  margin: 0px;
  top: 280px;
  left: 50%;
  border: 0px;
  margin-left: -435px;
  text-align: center;
  font-variant: small-caps;
  white-space: nowrap;
  font-weight: bold;
  color: #ffae00;
}

.content_left 
{
  position: absolute;
  width: 575px;
  padding: 5px;
  margin: 0px;
  margin-bottom:0px;
  top: 338px;
  left: 50%;
  margin-left: -440px;
  border: 0px;
  background: #000000;
}

.content_right 
{
  position: absolute;
  width: 240px;
  padding: 5px;
  margin: 0px;
  top: 338px;
  left: 50%;
  margin-left: 190px;
  border: 0px;
  background: #000000;
  text-align: center;
}
.content_lang 
{
  position: absolute;
  padding: 5px;
  margin: 0px;
  top: 0;
  left: 50%;
  margin-left: 360px;
  border: 0px;
}

.ContentBox 
{
	width: 100%;
	border-bottom:0px dashed #3f0d0d;
	margin-bottom:15px;
}

.ContentBoxHeadline 
{
	margin: 0px;
	padding: 2px;
	height: 16px;
	text-align: left;
	font-weight: bold;
	font-family:Verdana;
	font-size: 14px;
	margin-bottom:5px;
	border-bottom:1px dashed #ff6300;
	background: #000000;
	color: #ff6300;
}

.ContentBoxInhalt 
{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding: 2px;
}

.ContentBoxFooter
{
	margin: 0px;
	padding: 2px;
	height: 10px;
	text-align: right;
	font-weight: bold;
	font-family:Verdana;
	font-size: 8px;
	border-top: 1px dashed #202020;
}

a:link 
{
	  text-decoration : none;
	  color: #ffae00;
}
a:visited 
{
	  text-decoration : none;
	  color: #ffae00;
}
a:hover 
{
	  text-decoration : none;
	  color: #ffffff;
}

