
table.main	{
	width: 100%;
}

table.main td.line	{
	height: 1px;
}

table.main td.header	{
	height: 65px;
	background-image: url(../img/erde1.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #000066;
	padding-left: 34px;
}

table.main td.navigation	{
	height: 23px;
	background-color: #77779d;
	background-image: url(../img/erde2.jpg);
	background-position: left;
	background-repeat: no-repeat;
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 171px;
}
table.main td.navigation	span {
	margin: 0px 20px 0px 0px;
}

table.main td.navigation	a {
	text-decoration: none;
	color: #ffffff;
	margin: 0px 20px 0px 0px;
}

table.main td.navigation	a:hover	{
	color: #d3d3e1;
	filter: DropShadow(color=#404040, offx=1, offy=1);
	width: 1;
}

table.main td.navigation .active	{
	color: #d3d3e1;
	filter:DropShadow(color=#404040, offx=1, offy=1);
	width: 1;
	/*	Comment out if underline for active items is not wanted:
	*/
	text-decoration: underline;
}

table.main td.subnavigation	{
	height: 23px;
	background-color: #f4f4f7;
	background-image: url(../img/erde3.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 245px;
}

table.main td.addresstd	{
	background-image: url(../img/adressleiste.gif);
	height: 36px;
	padding: 0px 0px 3px 24px;
	vertical-align: bottom;
	white-space: nowrap;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e6e6ff;
	text-decoration: none;
}

table.main td.addresstd	a {
	color: #e6e6ff;
}
table.main td.addresstd	a:hover {
	color: #000066;
}

table.main td.languagemenu	{
	background-image: url(../img/adressleiste.gif);
	height: 36px;
	text-align: right;
	padding: 0px 18px 4px 0px;
	vertical-align: bottom;
}

table.main td.languagemenu a	{
	margin: 0px 0px 0px 2px;
}


