body
{
	background-color: #dddddd;
	color: #222222;
	font-family: Verdana;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
}

A
{
	color: #990000;
}

.ImageBorder
{
	border: solid 1px #C0C0C0;

}

.Adresse
{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
	text-decoration: none;
}

.MainTable
{
	
	border-top: solid 1px #f7f7f7;
	background-color: #f7f7f7;
}

.Headline
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

.SubHeadline
{
	font-family: Verdana;
	font-size: 14px;
	color: #990000;
}

.BasicText
{
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

.BasicLink
{
 color: #666666;
}

.ContentDiv
{
	width: 100%;
	height: 420px;
	overflow: auto;
}

.BottomInfo
{
	font-family: Tahoma;
	font-size: 10px;
	color: black;
}

/* Top menu */

.TopTopGroup
{
  background-color:#999999;
  border:solid 0px #999999;
  font-family: Arial;
  font-size: 12px; 
  height: 22px;
  font-weight: bold;
  color: White;
}

.TopGroup
{
  background-color:white;
  border:solid 1px gray; 
}

.TopItem
{
  cursor:pointer;
  width: 102px;
  text-align: center;
}

.TopItemH
{
  background-color:white; 
  color:#990000;  
  width: 102px;
  cursor:pointer;
  text-align: center;
}

.TopHooverItem
{
  background-color: #666666;
  cursor:pointer;	
  width: 102px;
  text-align: center;
}

/* Left menu */

.LeftTopGroup
{
  background-color:#990000;
  color: White;
  width: 145px;
}

.LeftItem
{
  font-family: arial;
  font-size: 12px; 
  color: White;
  height:26px;
  cursor:pointer;
  
}

.LeftItemH
{ 
  font-family: Arial;
  font-size: 12px; 
  color: White;
  font-weight: bold;
  height:26px;
  cursor:pointer;
}

.LeftHooverItem
{
  font-family: Arial;
  font-size: 12px; 
  color: White;
  font-weight: bold;
  height:26px;
  cursor:pointer;
}

