/*
// ALL.CSS
//
// Concept, Design and Programming by
// plenum stoll & fischbach Communication GmbH,
// Herrenberg, Germany
//
// all.css contains Styles that are non Browser/Platform specific
*/


/* Begin Styles by Tag Name */
body {
	margin: 0px;
	color: black;
}

div {
	position: absolute;
	z-Index: 10;
}

b {
	font-weight: bold;
}

a {
	color: #006261;
	font-family: helvetica, arial;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* End Styles by Tag Name */


/* Begin Styles by Class Name */

.BodyContent
{
	background-color: #ffffff;
}

.BodyBlack
{
	background-color: #000000;
}

.TableNaviSeparator
{
	background-color: #000000;
}

.ContentTable
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 12px;
	text-decoration: none;
}

.ContentTableHeadline
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

.Disclaimer
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 12px;
	text-decoration: none;
}

.NewsTicker
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 11px;
	text-decoration: none;
}

.Impressum
{
	color: #000000;
	font-family: helvetica, arial;
	font-size: 11px;
	text-decoration: none;
}

.linkbold {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
}
.link {
	font-family: Arial, Helvetica;
	font-size: 13px;
	color:#000000;
	text-decoration: underline;
}
/* End Styles by Class Name */

