body {
	background-color: #eeeeee;
	width: 800px;
	margin: auto;
	margin-top: 10px;
}
*{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 21px;
	height: 100px;
	background-image: url(pic/head.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
h2 {
	font-size: 14px;
	background-color: #d0d0d0;
	padding-left: 5px;
}
h3 {
	font-size: 12px;
	text-decoration: underline;
}
h4 {
	font-size: 12px;
}
a {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
ul.menuetop {
margin: 0;
text-align: right;
}
ul.menuetop li {
list-style: none;
display: inline;
margin: 0; padding: 0;
}
div#right {
	float: right;
	width: 225px;
	text-align: right;
}
img {
	border-width: 0;
}
img.view {
	margin-bottom: 35px;
}
p#Fussnote {
	padding-top: 15px;
	text-align:center;
}