body {
	background-image: url(pics/abrundung.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-left: 35px;
	margin-top: 30px;
	margin-right: 20px;
}

h1 {
	text-align: left;
	margin-bottom: 35px;
}

h2 {
	text-align: left;
	color: #0B1789;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 20px;
}

p, td {
	font-family: sans-serif;
	font-size: 16px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
}
	

table.preis {
	background-color: #0B1789;
	width: 450px;
}

td.preis {
	background-color: #FFFFFF;
	padding: 3px; 
}

th.preis {
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
	

