@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	background-color: #99CCFF;
	background-image: url(abbildungen/hintergrund_wappen.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;

}

h1 {
	color: #99CCFF;
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
	color: #99CCFF;
}

h3 {
	font-size: 16pt;
	color: #000000;
}

a {
	color: #808080;
	font-style: normal;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

