/*Body*/
body {
	background-color:#FFFFFF;
	font-size:10pt;
	text-decoration:none;
	font-style:normal;
	font-weight:normal;
	font-family:Verdana;
	color:#000000;
}
/*Überschrift*/
.heading{
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
	color:#0000A0;
}
/*Große Überschrift*/
.bigheading{
	font-size:14pt;
	font-weight:bold;
	font-family:Verdana;
	color:#0000A0;
}
/*TableHeader*/
.headingTextTable{
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
	color:#FFFFFF;
}
.headingBgrTable{
	font-size:12pt;
	font-weight:bold;
	font-family:Verdana;
	background-color:#000080;
}
/*normalerText*/
.doc{font-size:10pt;font-family:Verdana;color:#000000;}
/*kleinerText*/
.sdoc{font-size:8pt;font-family:Verdana;color:#0000FF;}
/*HinweisText*/
.helpdoc{font-size:10pt;font-family:Verdana;color:#000000;}
.helpdocbold{font-size:10pt;font-weight:bold;font-family:Verdana;color:#000000;}
/*Buttons*/
.buttondoc{font-size:10pt;font-weight:normal;font-family:Verdana;color:#FF91FF;}
/*BigLinks*/
.biglinks{font-size:12pt;font-family:Verdana;color:#000000;}
/* NoJava */
.nojava { font-family:Times New Roman,sans-serif; font-size:8pt; color:blue;
      border-top-style:solid; border-top-width:1px; border-color:gray;
      margin:0px; 
      margin-top:36px; 
}
/* NoJava */
.nojavalink { font-family:Times New Roman,sans-serif; font-size:8pt; color:blue;}
/*Links*/
a{text-decoration:none;font-size:10pt;font-family:Verdana;color:#555555;}
a:hover{text-decoration:underline; color:#0707F8;}
a:active{text-decoration:none;color:#f14d5c;}
/* Für textareas */
.RICHTEXT {
	FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; FONT-SIZE: 8pt;
}
div#View {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; 
	border: 1px solid black;
	margin-top:5px;
}
/* Tabellen allgemein */
.Table {
	border-width:1px;
	border-style:solid;
	border-color:black;
	padding:0.5em;
}
/* lotusscript*/
lotusscript { font-family: sans-serif; font-size: 9pt; color: black; }
.ls-comment { color: green; }
.ls-quote { color: black; }
.ls-datatype { color: black; }
.ls-operator { color: blue; }
.ls-keyword { color: blue; }
.ls-statement { color: blue; }
.ls-function { color: blue; }
.ls-class { color: black; }
.ls-constant { color: purple; }
