H1  {
	COLOR : #808080;
	FONT-FAMILY : Times New Roman;
	FONT-SIZE : 20pt;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	text-align : left;
	left : 100pt;
	top : 20pt;
	position : absolute;
	background-color : #ffffff;
	width : 350pt;
}

H2  {
	COLOR : #808080;
	FONT-FAMILY : Times New Roman;
	FONT-SIZE : 14pt;
	font-weight : bold;
	font-style : normal;
	text-align : left;
	left : 100pt;
	top : 50pt;
	text-decoration : none;
	position : absolute;
	background-color : #ffffff;
	width : 350pt;
}

H3  {
	COLOR : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-weight : bold;
	font-style : normal;
	left : 100pt;
	position : absolute;
	background-color : #ffffff;
	top : 85pt;
	width : 350pt;
}

P  {
	COLOR : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	left : 100pt;
	top : 105pt;
	position : relative;
	width : 335pt;
	background-color : #ffffff;
	visibility : visible;
	list-style-position : inside;
	list-style : inside;
	list-style-type : square;
	clear : none;
	float : none;
	font-style : normal;
	font-weight : normal;
	padding-right : 15pt;
}

LI  {
	COLOR : #c0c0c0;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-weight : normal;
	font-style : normal;
	width : 80pt;
	left : 110pt;
	margin-top : 5pt;
}

UL  {
	COLOR : #c0c0c0;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
}

OL  {
	COLOR : #c0c0c0;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

BR  {
	COLOR : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

TD  {
	COLOR : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

PRE  {
	COLOR : #808080;
	FONT-FAMILY : Courier;
	FONT-SIZE : 10pt;
}

A:link  {
	text-decoration : none;
	color : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-weight : normal;
	font-style : normal;
}

A:active  {
	text-decoration : none;
	color : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

A:visited  {
	text-decoration : none;
	color : #808080;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

A:hover  {
	text-decoration : none;
	color : #c0c0c0;
	FONT-FAMILY : Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE : 8pt;
}

table  {
	width : 600pt;
	height : 400pt;
	background-color : #ffffff;
	padding : 0;
}

body  {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom : 0;
	background-color : #E2E2E2;
}

div.main  {
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #c0c0c0;
	background-color : #ffffff;
	height : 360pt;
	width : 450pt;
	left : 150pt;
	top : 40pt;
	position : absolute;
}

div.navi  {
	background-color : #004080;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #c0c0c0;
	height : 280pt;
	width : 100pt;
	left : 100pt;
	top : 120pt;
	position : absolute;
}

a.hinweis  {
	top : 85pt;
	position : absolute;
	font-size : 8pt;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #004080;
	text-decoration : none;
	left : 350pt;
}

div.logo  {
	margin : 0pt;
	padding : 0pt;
	border-width : 0pt;
	left : 660px;
	top : 85px;
	position : absolute;
}

ul#Navigation {
	width: 10em;
	margin: 0;
	padding: 0.2em 0.8em 0.8em;
	border: 1px solid #004080;
	background-color: #004080;
}
  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 11.6em;
    w\idth: 10em;
    padding-left: 0;
    padd\ing-left: 0.8em;
  }
  ul#Navigation li {
    list-style: none;
    margin: 0.4em; 
	 padding: 0;
  }

  ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
	display: block;
	padding: 0.2em;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid black;
	border-left-color: #0059B4;
	border-top-color: #0059B4;
	color: #ffffff;
	background-color: #004080;
}
  * html ul#Navigation a, ul#Navigation span, ul#Navigation h2 {
    width: 100%;    /* Breitenangabe fuer IE 5.x */
    w\idth: 10.0em;  /* Breitenangabe fuer IE 6 */
  }
  ul#Navigation a:hover, ul#Navigation span {
	border-color: #0059B4;
	border-left-color: black;
	border-top-color: black;
	color: white;
	background-color: #00458C;
}
  ul#Navigation h2 {
    font-size: 1em;
    margin: 1.1em 0 0;
    border-color: gray;
    color: black; 
	 background-color: #eee;
  }
  