@charset "UTF-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	color: #000f36;
	text-align:justify;
}
#content {
	background:transparent;
}
#header {
	background-image:url(Bilder/bg.png);
	background-repeat:repeat-1;
	background-color:#fafafb;
}
a:link {
	color: #102c7c;
	text-decoration:none;
}
a:visited {
	color: #102c7c;
	text-decoration:none;
}
a:active {
	color: #102c7c;
	text-decoration:none;
}
a:hover {
	color: #102c7c;
	text-decoration:underline;
}
h1 {
	font-size: 36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#b01616;
}
h1 a:link {
	color:#b01616;
}
h1 a:hover {
	text-decoration:underline;
}
h2 {
	font-size: 16px;
	color:#807e7c;
	text-transform:uppercase;
	padding-left: 10pt;
}
h3 {
	font-size: 24px;
	color:#807e7c;
	text-transform:uppercase;
	padding-left: 10pt;
}
h4 {
	font-size: 16px;
	color:#b01616;
}

