div.box0 
{
	background-color: #F4F4F4;
	padding: 1em 1em 0 1em;
	width:auto;
}

td.current
{
	max-width:200px;
	width:200px; 
	font-weight: bold;
	font-size:12px;
   	border-bottom: solid 1px  #F4F4F4;
	height: 30px;
}

td.incurrent
{
	max-width:200px;
	width:200px; 
	height: 30px;
	font-weight: bold;
	font-size:12px;
   	border-bottom: solid 1px  #999999;
}

td.neutral
{
	width:auto;
   	background-color: #FFFFFF;
   	border-bottom: solid 1px  #999999;
}
td.main
{
   	border-left: solid 1px  #999999;
   	border-right: solid 1px  #999999;
   	border-bottom: solid 1px  #999999;	
}
div.current
{
	padding-bottom: 7px;
	width:200px;
	padding-top: 7px;
	background-image: url(../images/menu_aktiv2.gif);
	background-repeat:no-repeat;
   	border-bottom: solid 1px  #F4F4F4;
	text-align:center;
   	margin:0px;
}
div.incurrent
{
	padding-bottom: 7px;
	padding-top: 7px;
	width:200px;
  	background-image: url(../images/menu_inaktiv2.gif);
	background-repeat:no-repeat;
	text-align:center;
   	border-bottom: solid 1px  #C2C3C9;
	margin:0px;
}