body {
	background-color: #FFFFF0;
	font-family: Verdana,Technic;
	color: #000000;
}

body.blue {
	background-color: #336699;
	font-family: Verdana,Technic;
	font-size: 8pt;
	color: #FFFFF0;
	border-left-width: 1;
	border-right-width:1;
	border-bottom-width:1;
}

a:link {
	color: #336699;
}
a:visited {
	color: #82BAF2;
}

a:hover {
	font-weight: bold;
}

/*img {
	border-color: #336699;
	border-width: 2pt;
}*/

h,ul,li {
	text-align: left;
}

h1 {
   font-size: 20pt;
	text-decoration: underline;
	font-weight: bold;
	text-align:left;
}


h2 {
	font-size: 18pt;
	font-weight: bold;
	text-align:left;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
	text-align:left;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

li,p {
	font-size: 12pt;
	font-weight: normal;
}

p.link,h5 {
	font-size: 10pt;
	font-weight: normal;
}

p.klein,h6 {
	font-size: 8pt;
	font-weight: normal;
}

table.main {
	width: 90%;
	border-color: #111111;
	border: 0;
   /*border-collapse: collapse;
	id: AutoNumber1;*/
}

table.other {
	 width: 100%;
	 border: 1;
	 border-color: #000000;
}

p {
   text-align: justify;
}

hr {
	solid;
	width: 95%;
	color: #000000
	height: 2pt;
	text-align: center;
	}
