html, body
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color:#000000;
  background-color:#F0F0FF;
}

a {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold;}
a:link {color: #0066FF; text-decoration: none;}
a:visited {color: #0000FF; text-decoration: none;}
a:hover {color: #33CCFF; text-decoration: none;}

/* a#menu {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
a#menu:link {color: #EFD267; text-decoration: none;} /* noch nicht besuchte Ziele, außer IE 6.0 */
/* a#menu:visited {color: #EFDF77; text-decoration: none;} /* besuchte Ziele */
/* a#menu:hover {color: #EFDFBB; text-decoration: none;} /* Verweise bei "MouseOver" */

/* a#content {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold;}
a#content:link {color: #808000; text-decoration: underline;} /* noch nicht besuchte Ziele, außer IE 6.0 */
/* a#content:visited {color: #C0C000; text-decoration: underline;} /* besuchte Ziele */
/* a#content:hover {color: #008000; text-decoration: underline;} /* Verweise bei "MouseOver" */

.hpfont {
	color: #0000C0;
}

.bigfont {
	font-size: 13pt;
	color: #0000C0;
	font-weight: bold;
}

.colorfont {
	font-size: 10pt;
	color: #0000C0;
	font-weight: bold;
}

.imprfont {
	font-size: 9pt;
	color: #0000C0;
	font-weight: bold;
}

.smallfont {
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.smallbigfont {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.bigmenufont {
	font-size: 13pt;
	font-weight: bold;
}

.menufont {
	font-size: 10pt;
	font-weight: bold;
}

.smallmenufont {
	font-size: 8pt;
	font-weight: bold;
}

.imprmenurahmen {
    background-color:#FBFFFF;
    padding:0px; /* Zwischenraum zwischen Elementinhalt und oberer Elementgrenze soll es nicht geben */
    border-style:solid; 
    border-top-width:0px; 
    border-left-width:0px; 
    border-right-width:0px; 
    border-bottom-width:0px;
    border-top-color:#444444;
    border-left-color:#444444;
    border-right-color:#444444;
    border-bottom-color:#444444;
}

.menurahmen {
    /* background-color:#FFFFFF; */
    padding:0px; /* Zwischenraum zwischen Elementinhalt und oberer Elementgrenze soll es nicht geben */
    border-style:solid; 
    border-top-width:0px; 
    border-left-width:0px; 
    border-right-width:0px; 
    border-bottom-width:0px;
    border-top-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-bottom-color:#000000;
}

.submenurahmen {
    background-color:#FBFFFF;
    padding:0px; /* Zwischenraum zwischen Elementinhalt und oberer Elementgrenze soll es nicht geben */
    border-style:solid; 
    border-top-width:0px; 
    border-left-width:1px; 
    border-right-width:1px; 
    border-bottom-width:1px;
    border-top-color:#444444;
    border-left-color:#444444;
    border-right-color:#444444;
    border-bottom-color:#444444;
}

.werberahmen {
    background-color:#FBFBFF;
    padding:0px; /* Zwischenraum zwischen Elementinhalt und oberer Elementgrenze soll es nicht geben */
    border-style:solid; 
    border-top-width:1px; 
    border-left-width:1px; 
    border-right-width:1px; 
    border-bottom-width:1px;
    border-top-color:#444444;
    border-left-color:#444444;
    border-right-color:#444444;
    border-bottom-color:#444444;
}

.inputtext {
    background-color:#FBFBFF; 
	color:#000000; 
	font-size:11pt; 
	font-weight: normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width:1px; 
	border-color:#444444; 
	border-style:inset; 
	padding:2px;
}

.inputarea {
    background-color:#FBFBFF; 
	color:#000000; 
	font-size:11pt; 
	font-weight: normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width:1px; 
	border-color:#444444; 
	border-style:inset; 
	padding:2px;
	scrollbar-base-color:#FBFBFF; 
	scrollbar-3dlight-color:#FBFBFF; 
	text-align:left;
}

.readarea {
    background-color:#FBFBFF; 
	color:#000000; 
	font-size:11pt; 
	font-weight: normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-width:1px; 
	border-color:#444444; 
	border-style:inset; 
	padding:2px;
	scrollbar-base-color:#FBFBFF; 
	scrollbar-3dlight-color:#FBFBFF; 
	text-align:left;
}