html, body
{
	background-color: #ffffff;
	width: 100%;
}

#container
{
	width: 100%;
	background-color: transparent;
  z-index: 1;
}

#bg_top
{
	width: 0px;
  display: none;
}

#top_box
{
	width: 0px;
  display: none;
}

#top_line
{
	width: 0px;
  display: none;
}

#top_logo
{
	width: 0px;
  display: none;
}

#rightline
{
	width: 0px;
  display: none;
}

#top_rightbar
{
	width: 0px;
  display: none;
}

#top_pic
{
	width: 0px;
  display: none;
}

#top_pic_text
{
	width: 0px;
  display: none;
}

#logotext_big
{
	width: 0px;
  display: none;
}

#logotext_small
{
	width: 0px;
  display: none;
}

#top_blackline_logo
{
	width: 0px;
  display: none;
}

#top_blackline_pic
{
	width: 0px;
  display: none;
}

#bg_bottom
{
	width: 0px;
  display: none;
}

#menubox
{
	width: 0px;
  display: none;
}

.menutable
{
	width: 0px;
  display: none;
}

#contentbox
{
	width: 100%;
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 12px;
	background-color: transparent;
	color: #494949;
  z-index: 4;
}

#headline
{
	width: 100%;
	font-family: Century Gothic, Verdana, Sans-Serif;
	font-size: 24px;
	background-color: transparent;
	color: #000000;
  z-index: 5;
}

.menuheadline
{
  display: none;
  font-family: Verdana, Sans-Serif;
	font-size: 11px;
  font-weight: regular;
	text-decoration: none; 
	color: #a10404;
}

.text
{
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 10px;
  font-weight: regular;
	text-decoration: none; 
	color: #000000;
}

a:link, a:visited
{
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 11px;
  font-weight: regular;
	text-decoration: none; 
	color: #000000;
}

a:active, a:hover
{
  font-family: Verdana, Verdana, Sans-Serif;
	font-size: 11px;
  font-weight: regular;
	text-decoration: none; 
	color: #a10404;
}


