div#imprint {
	position: absolute;
	bottom: 20px;
}
body {
	margin: 10px;
	background-image: url("background_01.jpeg");
	background-size: cover;
}
h1 {
	color: #DDDDDD;
	font-size: 20px;
	line-height: 24px;
	font-family: Helvetica, Arial, Univers, Zurich BT, Sans-Serif;
	font-weight: bold;}
h2 {
	color: #555555;
	font-size: 16px;
	line-height: 20px;
	font-family: Helvetica, Arial, Univers, Zurich BT, Sans-Serif;
	font-weight: bold;}
p {
	color: #555555;
	font-size: 12px;
	line-height: 14px;
	font-family: Helvetica, Arial, Univers, Zurich BT, Sans-Serif;
}
p.text {
	margin-left: 1px;
	margin-top: 3px;
	margin-bottom: 3px
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F8BF24;
}
a:active {
	color: #555555;
}
a:active:hover {
	color: #F8BF24;
}
a:visited {
	color: #555555;
}
a:visited:hover {
	color: #F8BF24;
}
a:link {
	color: #555555;
}
a:link:hover {
	color: #F8BF24;
}
a.mylinks {
	text-decoration: none;
	font-weight: normal;
}
a.intab:hover {
	color: #F8BF24;
}
a.intab:active {
	color: #404040;
}
a.intab:active:hover {
	color: #F8BF24;
}
a.intab:visited {
	color: #404040;
}
a.intab:visited:hover {
	color: #F8BF24;
}
a.intab:link {
	color: #404040;
}
a.intab:link:hover {
	color: #F8BF24;
}
