html, body
{
  background: #FFFFFF;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color: #000000;
  margin: 0em;
  padding: 0em;
  }

img
{
  border: 0;
  vertical-align: middle;
  }

abbr, acronym, .help
{
  border-bottom: 0.1em dotted #333;
  cursor: help;
  }

.sectiontitle
{
  font-weight: bold;
  }

.tabletitle
{
  color : #000000;
  background: #FFFFFF;
  font-weight: bold;
  }

.pagetitle
{
  font-weight: bold;
  font-size: xx-large;
  text-align: center;
  }

.inhalt
{
  position: absolute;
  left: 11em;
  background: #FFFFFF;
  test-align: left;
  margin: 1em;
  }

.header
{
  color: #FFFFFF;
  background: #000000;
  font-size: large;
  padding: 0.5em;
  }

.headerrail
{
  border-top: 0.1em groove #000000;
  border-bottom: 0.1em groove #000000;
  padding: 0em;
  margin: 0em;
  }

.navigation
{
  position: absolute;
  width: 10em;
  padding: 0.3em;
  margin: 0em;
  color: #FFFFFF;
  background: black;
  border-right: 0.1em groove #000000;
  border-bottom: 0.1em groove #000000;
  }

.navbox
{
  border-width: 0.07em;
  border-style: groove;
  border-color: #FF0084;
  padding: 0.2em;
  margin: 0em;
  background: transparent;
  }

.producttable td
{
  font-size: smaller;
  }

p
{
  margin-top: 5px;
  margin-bottom: 5px;
  }

hr
{
  color: #00FF00;
  background: #808080;
  }

table {
	padding: 3px;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	/*empty-cells: show;*/
	}

.center {
	text-align: center;
	}

caption {
	text-transform: capitalize;
	font-weight : bold;
	font-size: large;
	}

thead {
	font-weight: bold;
	color: #000000;
	background: #ADADAD;
	}

tr.tr0 {
	color: #000000;
	background: #F0F0F0;
	}

tr.tr1 {
	color: #000000;
	background: #D5D5D5;
	}

.noborder > tbody > tr > td, .function_line > td {
	border-style: none;
	border-width: 0px;
	}

td, th {
	vertical-align: top;
	border-style: solid;
	border-width: 1px;
	padding: 3px;
	}

td.col0 {
	font-weight : bold;
	width: 20%;
	}

td.col1 {
	font-style: italic;
	width: 15%;
	}

.railtext {
	color : #FF0084;
	background: #000000;
	}

a:link {/*normal links in the text*/
	color: #FF0084;
	text-decoration : none;
	background: #FFFFFF;
	}

a:visited {
	color: #BF0063;
	text-decoration : none;
	background: #FFFFFF;
	}

a:hover {
	color: #FF40A3;
	text-decoration : underline;
	background: #FFFFFF;
	}
/*now follow the section links in the navigation bar on the left side*/
.nav {
	font-weight: 600;
	}
.navigation a:link{
	color: #FF0084;
	background: #000000;
	}
.navigation a:visited{
	color: #BF0063;
	background: #000000;
	}
.navigation a:hover{
	color: #FF40A3;
	background: #000000;
	text-decoration : none;
	}

.nav2 {
	font-weight: 500;
	font-size: smaller;
	}

.oldbrowser {
	display: none;
	}

.navinfo, .copyright
{
  line-height: 90%;
  font-size: x-small;
  }

