body {
	font-size: 24px;
	background-image: url("../bilderhome/background9.jpg");
}
h1 {
	float: right;
	font-size: 32px;
	font-family: consolas;
	color: #070b19;
}
h2 {
	font-size: 32px;
	font-family: consolas;
	color: #070b19;
	float: left;
	text-align: bottom;
	line-height: 220px;
}
#contentPane {
	background-color: #922000;
	height: 240px;
	float: left;
	display: flex;
	position: absolute; 
	bottom: 10%;
}
.titlePane {
	font-family: consolas;
	font-size: 12px;
	text-align: center;
	color: 121212;
	background-color: #f2f2d9;
	padding: 10px;
	margin: 5px;
	float: both;
}
.images {
	margin: 5px; 
	float: left;
}
a:link {
	display: block;
	text-decoration: none;
	color: #070b19;
}
a:visited {
	text-decoration: none;
	color: #070b19;
}
a:hover {
	text-decoration: underline;
	color: #070b19;
}
a:active {
	text-decoration: none;
	color: #FFF;
}