body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
html {
}

table.layouttable {
}

tr.titlebar {
	height: 0px;
	width: 0px;
	overflow:hidden;
	display:none;
}
tr.fusszeile {
	height: 0px;
	overflow:hidden;
	display:none;
}
td.mainmenu {
	width: 0px; 
	height: 0px;
	overflow:hidden;
	display:none;
}

td.content-rechts {
}

td.fusszeile-menu {
	width: 0px; 
	height: 0px; 
	overflow:hidden;
	display:none;
}

td.fusszeile-mitte {
	height: 0px; 
	overflow:hidden;
	display:none;
}

td.fusszeile-rechts {
	width: 0px; 
	height: 0px; 
	overflow:hidden;
	display:none;
}

table.menutable {
	border: 0px solid white;
	margin-left: 3px;
}
#breadcrumbs {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: right;
	color: #0066CC;
}
#breadcrumbs A{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: right;
	color: #0066CC;
	text-decoration: none;
}
/* Suchfeld unter Menu */
input.suche {
	background-color: #0073E6;;
	font-size:12px;
	color: white;
	width: 110px;
	height:18px;
	border: 1px solid #98CCFF;
}