@charset "utf-8";
/**
* Author: Roger Okl�
* Datum: 2024-11-08
*/

/* Allgemeine Formatierungen */
body
{
	padding: 25px;
	margin: 0px;
	color: rgb(0,0,0);
	background-image: url("../bilder/hg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1
{
	font-size: 180%;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 120%;
}
