@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../bilder/2025_hintergrund.png);
	background-repeat: no-repeat;
	background-size: cover;
	
}
body p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
	
h1, h2, h3, h3, h5, h6 {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

a:link {
	color: #6600CC;
	text-decoration: underline;
}

a:visited {
	color: #669933;
	text-decoration: underline;
}

a:focus {
	color: #0000CC;
	text-decoration: underline;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a:active {
	color: #993300;
	text-decoration: underline;
}
	
	


	


