body
{
	color: #000000;
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

/* Edith-Objekte */
/* Haupt-Navigation */
a.mainnav
{
	font-weight: bold;
	font-size: 11px;
}

a.mainnav:link { text-decoration: none; }
a.mainnav:visited { text-decoration: none; }
a.mainnav:hover { text-decoration: none; }

b.mainnav
{
	color: #696969;
	text-decoration: none;
}

td.mainnav { background-color: #f5f5f5; }

/* Haupt-Navigation AKTIV*/
a.mainnav_active
{
	font-weight: bold;
	font-size: 11px;
}

a.mainnav_active:link { text-decoration: none; }
a.mainnav_active:visited { text-decoration: none; }
a.mainnav_active:hover { text-decoration: underline; }
td.mainnav_active { background-color: #dcdcdc; }

/* Sub-Navigation */
a.subnav { font-size: 11px; }
a.subnav:link { text-decoration: none; }
a.subnav:visited { text-decoration: none; }
a.subnav:hover { text-decoration: underline; }
a.subnav b { font-size: 11px; }
td.subnav { background-color: #f5f5f5; }

/* Sub-Navigation AKTIV*/
td.subnav_active { background-color: #dcdcdc; }
b.subnav_active { }

/* SubNav-Themen-Navigation */
a.subnav_themeactive:link
{
	font-size: 11px;
	text-decoration: none;
}

a.subnav_themeactive:visited
{
	font-size: 11px;
	text-decoration: none;
}

a.subnav_themeactive:hover { text-decoration: none; }

/* Fusszeile */
.footer
{
	font-weight: normal;
	font-size: 8pt;
}

a.footer:link { text-decoration: underline; }
a.footer:visited { text-decoration: underline; }
a.footer:hover { text-decoration: underline; }

div.footer
{
	font-weight: normal;
	font-size: 8pt;
}

table.footer
{
	background-color: #ffffff;
	border-bottom: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
}

/* Allgemeine Layout-Klassen */
.corporate
{
	background-color: #ffffff;
	border-top: solid 1px #c0c0c0;
	border-left: solid 1px #c0c0c0;
	border-right: solid 1px #c0c0c0;
}

a.corporate
{
	text-decoration: none;
	border-color: #ffffff;
}

a.corporate:link
{
	text-decoration: none;
	border-color: #ffffff;
}

a.corporate:visited
{
	text-decoration: none;
	border-color: #ffffff;
}

a.corporate:hover
{
	text-decoration: none;
	border-color: #ffffff;
}

/* Themen-Navigation */
.themenav { font-size: 8pt; }
a.themenav { text-decoration: none; }
a.themenav:link { text-decoration: none; }
a.themenav:visited { text-decoration: none; }
a.themenav:hover { text-decoration: underline; }
a.themenav:link b { text-decoration: none; }

/* Inline Themen-Navigation */
.themenav_inline { font-size: 8pt; }
a.themenav_inline { text-decoration: none; }
a.themenav_inline:link { text-decoration: none; }
a.themenav_inline:visited { text-decoration: none; }
a.themenav_inline:hover { }
span.themenav_inline { }

