body, td {
	background: transparent;
	color: black;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-top: 0px;
	margin-left: 2px;
	vertical-align: top;
}
b {
	color: #4b4b4b;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	text-align: left;
}
p.normal {
	text-align: justify;
	font-size: 14px;
}
a.menu {
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
	width: 140px;
	border-style: outset;
	border-width: 1px;
	border-color: silver;
	padding: 2px;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	background-color: white;
}
h1 {
	font-size: 22px;
	text-align: center;
	font-style: normal;
	font-weight: 500;
}

h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

h3 {
	font-size: 16px;
	font-style: italic;
}

h4 {
    font-size: 14px;
	 font-weight: 600;
}

a {
	color: black;
}

a:hover {
	color: gray; 
}

hr {
	height: 2px;
	color: #dfc4bd;
	background-color: #dfc4bd;
}
table {
	border: none;
	display: block;
	border-collapse: collapse;
	empty-cells: hide;
	size: 780px;
}

td.links {
	margin-left: 10px;
	letter-spacing: 2px;
	text-align: center;
	background-color: #dfc4bd;
	height: 600px;
}
td.md {
	vertical-align: middle;
}
div.u {
	margin-left: 2px;
	vertical-align: bottom;
	font-size: 14px;
	background-color: White;
	color: #561616;
	letter-spacing: normal;
	text-align: justify;
}
p {
	font-size: 11px;
}
img {
	padding: 0px;
	margin: 0px;
}

dl.links {
	text-align: left;
	float: left;
	margin: 0px 10px 7px 0px;
}
dl.rechts {
	text-align: right;
	float: right;
	margin: 0px 0px 7px 10px;
}
dd {
	margin-left: 0px;
}
dt {
	font-size: 11px;
}
cite {
	clear: both;
	font-size: 11px;
	color: #505050;
	text-align: right;
}
.right {
	text-align: right;
}