html
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	overflow: auto;
}

body
{
	FONT: 100.01% Verdana, Arial, Helvetica, sans-serif;
	COLOR: rgb(40, 40, 40);              /* Schriftfarbe */
	BACKGROUND-COLOR: rgb(255, 255, 255);		/* Hintergrundfarbe */
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	overflow: auto;
}
body a         {font-weight: bold; }		
body a:link    {color: rgb(136, 153, 213); /*font-variant: normal; font-size: 100%; letter-spacing: 0px; */ text-decoration: none}
body a:visited {color: rgb(136, 153, 213); text-decoration: none}
body a:hover   {color: rgb(251, 223, 124); /* font-variant: small-caps; font-size: 101%; letter-spacing: 1px; */ text-decoration: none}
body a:focus   {color: rgb(251, 223, 124); /* font-variant: small-caps; font-size: 101%; letter-spacing: 1px; */ text-decoration: none}
body p		   {line-height: 140%;}		

#TopBereich
{
	POSITION: absolute;
	height: 70px;
	WIDTH: 97%;
	/* border: 1px solid rgb(182, 182, 182);  */
}
#TopBereich p {white-space: nowrap;}

#MainFrame
{
	POSITION: absolute;
    TOP: 80px;
    width: 97%;
	/* border: 1px solid rgb(182, 182, 182);   */
}

#BildZ { TEXT-ALIGN: center; font-style:italic; font-size:10px; MARGIN: 2px 3px 3px 3px; }
#BildL { TEXT-ALIGN: left;   font-style:italic; font-size:10px; MARGIN: 2px 3px 3px 3px; }
#BildR { TEXT-ALIGN: right;  font-style:italic; font-size:10px; MARGIN: 2px 3px 3px 3px; BORDER:1px #000066 solid}
/* ---------------------------- */
h1
{
	font-size: 18pt;
	font-weight: normal;
	MARGIN: 20px 3px 3px 3px;
}
/* ---------------------------- */
h2
{
	font-size: 14pt;
	font-weight: normal;
	MARGIN: 14px 3px 3px 3px;		
}
/* ---------------------------- */
h3
{
	font-size: 12pt;
	font-weight: normal;
	MARGIN: 12px 3px 3px 3px;     
}

h3.title
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
}

h3.content
{
	font-size: 12pt;
	line-height: 140%;
	font-weight: bold;
	margin: 0px 0px 0px 0px;	
}
/* ---------------------------- */
h4
{
	font-size: 10pt;
	font-weight: normal;
	MARGIN: 10px 3px 3px 3px;	
}
/* ---------------------------- */
h5 
{
	font-size: 9pt;
	font-weight: normal;
	MARGIN: 10px 3px 3px 3px;
}
/* ---------------------------- */
h6
{
	font-size: 8pt;
	font-weight: normal;
	MARGIN: 10px 3px 3px 3px;
}

p,ul,ol,li,th { font-size: 9pt; }
p,ul,ol  { MARGIN: 3px 3px 3px 3px;}
li { margin-top: 2px; }
