@charset "UTF-8";
/* CSS Document */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	text-align:center;
	overflow-y:scroll;
}
.copyright {
	font-size: 12x;
	color: #999999;
	text-align: center;
}
.date {
	margin:auto;
	width: 600px;
	font-size: 10px;
	color: #000000;
	text-align: right;
}
.ueber {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#menu a, menu a:visited{
	margin: auto;
	margin-bottom:10px;
	padding:4px;
	text-align:left;
	text-decoration:none;
	height:48px;
	width:600px;
	display:block;
	background-color:#FFF;
	border:1px solid #000;
	color: #000;
}
#menu img {
	vertical-align:text-bottom;
	border-width:0;
	margin-right: 5px;
}

#menu a:hover {
	background-color:#F2F2F2;
}