
body {margin-left:0px; margin-top:0px;
      padding-top:15px; padding-left:10px; }

H1,H2,H3,H4,H5,H6,P,div.hide,div.pic,.title,.selecttext,.memo,.model{
                        font-family:Verdana, Arial, Helvetica, sans-serif;} /* font-fact: Verdana */

A:link		{COLOR: #026172; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}
A:visited	{COLOR: #026172; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline}
A:active	{COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A:hover		{COLOR: #FA6104; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none}

H1		{font-size: 23px; margin-bottom:1px; margin-top:1px; color: #000000;}
H2		{font-size: 13px; margin-bottom:1px; margin-top:1px; color: #266F90;}
.h2a		{text-decoration: none; color: #8F2738;}
H3		{font-size: 13px; margin-bottom:1px; margin-top:1px; color: #000000;}
H4		{font-size:10px; margin-bottom:1px; margin-top:1px; color:#000000;}
H5		{font-size:10px; margin-bottom:1px; margin-top:1px; color:#013B45;}
H6		{font-size:9px; margin-bottom:1px; margin-top:1px; color:#ffffff;}

.title		{font-size:20px; font-weight:bold; margin-bottom:1px; margin-top:1px; color:#0C475C;}
P		{font-size:13px; margin-bottom:1px; margin-top:1px; color:#000000;}
div.hide	{font-size:9px; margin-bottom:1px; margin-top:1px; color:#cccccc;}
div.pic		{font-size:10px; font-weight:bold; margin-bottom:1px; margin-top:1px; color:#000000;}
.selecttext	{font-size:12px; margin-bottom:1px; margin-top:1px; color:#000000;}
.memo		{font-size:10px; margin-bottom:1px; margin-top:1px; color:#000000;}
.model		{font-weight: bold; font-size:18px; margin-bottom:1px; margin-top:1px; color:#000000;}
.input-box	{width:230px; z-index:0; } /* parameter *width* unbedingt mit selectwidth in menu.js abgleichen */

.h3		{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
		 color: #000000; font-size: 13px; margin-bottom:1px; margin-top:1px;
		}
.h5		{font-family:Verdana, Arial, Helvetica, sans-serif; font-weight: bold;
		 color: #013B45; font-size:10px; margin-bottom:1px; margin-top:1px;
		}


/**	For product pages only	**/
/* Feature list */
      IMG.feat	{		/* the 'bullet' */
        width:  5px;
        height: 5px;
        margin-right: 5px;
        border: 0px;
        }
      DIV.feat	{		/* the text block */
        margin-left:  12px;
      	text-indent: -10px;
        margin-right:  5px;
        font-size:    13px;
        }
/* Overview */
      p.ovr {
        text-align: justify;
        margin-top: 2px;
        }
      DIV.overview {
        text-align: justify;
        }
/* Application list */
      IMG.app	{		/* the 'bullet' */
        width:  5px;
        height: 5px;
        margin-right: 5px;
        border: 0px;
        }
      DIV.appl	{		/* left half */
        margin-left:  12px;
      	text-indent: -10px;
        margin-right:  5px;
        font-size:    13px;
        }
      DIV.appr	{		/* right half */
        margin-left:  22px;
      	text-indent: -10px;
        margin-right:  5px;
        font-size:    13px;
        }

/* Appearance section */
      DIV.appear {
	visibility:	  hidden;
	z-index:	  30;
	position:	  absolute;
	top:	          05px;
	left:		  -240px;
	background-color: white;
	border:		  medium double gray;
	padding:	  6px;
	text-align:	  center;
        }
      DIV.appear_close {
	z-index:	  31;
	position:	  absolute;
	top:		  3px;
	left:		  3px;
	background-color: white;
        }

/* Control page breaks */
      .noff {
	page-break-before: avoid;
	page-break-inside: avoid;
	}
/**/