/* html-Tag's */
body {
	background-image: url(http://www.brueggmatt.ch/mgroethenbach/seite/files/bilder/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0;
	scrollbar-face-color: #8888ff;
	scrollbar-track-color: #ccccff;
	scrollbar-shadow-color: #5555aa;
	scrollbar-arrow-color: #aa0000;
	scrollbar-darkshadow-color: #222244;
	scrollbar-3dlight-color: #ccccff;
	scrollbar-highlight-color: #aaaaff;
}

body, td, th {
	font-family: Arial , serif;
}

/* Links */
a:link {color: #0000ff; text-decoration: none;}
a:visited {color: #0000ff; text-decoration: none;}
a:hover {color: #ff0000; text-decoration: underline; background-color: #ffffff;}
a:active {color: #ff0000; text-decoration: none;}

/* Klassen */
.h1 {
	font-family: Arial , serif;
	font-size: 36pt;
	color: #000000;
}

.h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22pt;
	color: #000000;
}

.h3 {
	font-family: Arial , serif;
	font-size: 18pt;
	color: #000000;
}

.h4 {
	font-family: Arial , serif;
	font-size: 16pt;
	color: #000000;
}

.h5 {
	font-family: Arial , serif;
	font-size: 14pt;
	font-weight:bold;
	color: #000000;
}

.h6 {
	font-family: Arial , serif;
	font-size: 9pt;
	color: #000000;
}

.p {
	font-family: "Times New Roman", Arial , serif;
	font-size: 14pt;
	color: #000000;
}

