body {
	font-size: 18px;
	line-height: 22px;
	font-family: "Times New Roman", Times, serif;
	color: black;
	height: 100%;
}

img#hg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(mister_suisse.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.texte {
	position: relative;
	width: 600px;
}

.menu {
	padding: 10px;
	background-color: yellow;
}

.inhalt {
	padding: 10px;
	border: 1px solid black;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.menu a {
	color: black;
	text-decoration: none;
}

.menu a:hover {
	color: yellow;
}

.inhalt a {
	color: yellow;
	text-decoration: none;
}

.inhalt a:hover {
	text-decoration: underline;
}
