body
{
	margin: 0;
	color: #444444;
	background-color: #ffffff;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	/* font-size:	12px; */
}

#layout
{
	border: 0;
	border-spacing: 0;
	margin: 0px; padding: 0px;
}

#header-left
{
	background-color: #a6c9c4;
	margin: 0px;
	padding: 0px;
}

#header-right
{
	background-color: #d5e6e3;
	background-image: url("grafik/ekst_kopfbanner.gif");
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
}

#nav-left
{
	vertical-align: top;
	background-color: #d5e6e3;
	padding-left:	0.5em;
	padding-right:	0.5em;
	padding-top:	1em;
	padding-bottom:	1em;
}

#content
{
	vertical-align: top;
	padding: 1em;
	background-image: url(grafik/hintergrund_kaestchen.gif);
}

#footerleft
{
	font-size: 80%;
	background-color: #a6c9c4;
	padding: 0.5em;
}

#footerright
{
	font-size: 80%;
	background-color: #d5e6e3;
	padding: 0.5em;
}

#navleft
{
}

.navadd
{
	font-size: 80%;
	padding-left: 1.5em;
	padding-bottom: 1em;
}

.navtext
{
	color: #ee5500;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.5em;
}

a.navlink:link
{
	color: #006655;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.5em;
}
a.navlink:visited
{
	color: #438e82;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0.5em;
}
a.navlink:hover
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0.5em;
}
a.navlink:active
{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 0.5em;
}

a:link
{ color: #006655;
text-decoration: none;
}
a:visited
{
	color: #006655;
	text-decoration: none;
}
a:hover
{
	color: #ee5500;
	text-decoration: none;
}
a:active
{
	color: #ff0000;
	text-decoration: none;
}

/* rules for table list with alternating lite and dark background colors */
.tablelist
{
}
.tabletitle
{
	background-color: #d5e6e3;
}
.tabledark
{
	background-color: #d5e6e3;
	vertical-align: top;
	margin-left: 1em;
}
.tablelite
{
	background-color: #ffffff;
	vertical-align: top;
}
.compact
{ /* list-style-type: none; */
	padding-left: 0.8em;
	margin-left: 0.8em;
}
.nobullet
{
	list-style-type: none;
}
.hidden
{
	display: none;
}
.ftexth
{
	/* float text header */
	color: #555555;
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.ftextp
{ color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 160%;
}
.ftextpff
{
	color: #444444;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 1em;
	line-height: 160%;
}

