body {
	font-family: "Arial", sans-sarif;
	font-weight: bold;
	color: #1c68b3;
	font-size: 15px;
	margin: 0px;
}
h1 {
	font-size: 25px;
	text-align: center;
}
.menuButton {
	/* background: #1c68b3; */
	/* background: #e3ecf5; */
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	/* text-align: center; */
}
.menuButton a {
	text-decoration: none;
	color: white;
	/* color: #1c68b3; */
}
.menuButton a:hover {
	color: white;
}
.menuButton2 {
	/* background: #1c68b3; */
	background: #2c78c3;
	/* margin: 11px 0px 3px 10px; */
	padding-left: 0px;
	width: 100%;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	/* text-align: center; */
}
.menuButton2 a {
	text-decoration: none;
	color: white;
	padding-left: 10px;
	/* color: #1c68b3; */
}
.menuButton2 a:hover {
	color: white;
}
#rand {
	margin-left: 6%;
	margin-right: 6%;
}
#header {
	border: #1c68b3 2px solid;
}
#menureihe {
	left: 6%; float: left; width: 170px; position: absolute;
	/* height: 570px; */
	/* background-color: #d0e0ff; */
	background-color: #1c68b3;
	border: #1c68b3 solid;
	border-width: 0px 2px 2px 2px;
	padding-top: 5px;
	height: 780px;
}
#bilderreihe {
	float: right;
	width: 150px;
	position: absolute;
	right: 6%;
	background-color: white;
	/* background-color: #1c68b3; */
	border: #1c68b3 solid;
	border-width: 0px 2px 2px 2px;
	overflow: hidden;
	height: 780px;
}
#bilderreihe img {
	width: 150px;
	margin-top: 0px;
	/* margin-bottom: 10px; */
	border: #1c68b3 solid;
	/*border: black solid; */
	border-width: 0px 0px 2px 0px; */
}
a {
	color: #0000ff;
}
