body {
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-size: 10pt;
	font-family: Helvetica, Arial;
}

h1 {
	color: #205ba5;
	font-size: 15pt;
}
h2 { font-size: 14pt; }
h3 { font-size: 13pt; }
h4 { font-size: 12pt; }
h5 { font-size: 11pt; }
h6 { font-size: 10pt; }
td { font-size: 10pt; }
ul { padding-left: 16px; }

a {
	color: #205ba5;
	text-decoration: none;
}
a:hover { color: gray; }

.psblue  { background-color: #205ba5; }
.pslightblue { background-color: #b7c9df; }
.psgray { background-color: #d9d9d9; }
.hptitle {
	color: white;
	font-size: 24pt;
}
.psbluefont { color: #205ba5; }

.pspatents { font-size: 8pt}

/* Styles fuer das Menu */
A.menulink:link, A.menulink:visited  {
	color: white;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	padding: 4px;
}

.menuborder { border: 1px solid white; }

.submenu {
	position: absolute;
	visibility: hidden;
	z-index: 5;
}
