.border {
	border: 1px solid #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.text {
	line-height: 17px;
	padding: 10px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.menu {
	letter-spacing: 1px;
	text-decoration: none;
}
.menu:hover {
	background-color: #F6F6F6;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.line-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbcbcb;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
.menu-h {

	background-color: #F6F6F6;
	padding-top: 1px;
	padding-bottom: 1px;
}
.sichtbar {
	display: none;
}
