﻿body {
	background-image: url('../images/hintergrund.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: inherit inherit;
	background-size: cover;
}
#inhalt {
	width: 55%;
	max-width: 600px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
	background-color: aliceblue;
	box-shadow: 10px 10px 10px;
	opacity: 0.75;
}
.kl {
	font-size: smaller;
}
h1 {
	font-size: 300%;
	font-weight: lighter;
}
h2 {
	font-weight: lighter;
}
table {
	width: 100%;
	text-align: left;
	border: solid 1px black;
	border-collapse: collapse;
}
th {
	border: solid 1px black;
	text-align: left;
	font-weight: bold;
}
td {
	border: solid 1px black;
	vertical-align: top;
}
.fett {
	font-weight: bold;
}