body {
	margin-top: 15px;
	background-image:  url("bilder/hintergrund.gif");
}
.Text1 {
	font-family: Verdana;
	font-size: x-small;
	color: #005A77;
	font-weight: bold;
}
.Text {
	font-family: Verdana;
	font-size: x-small;
	color: #000000;
	font-weight: normal;
}
.Button {
	color: #005A77;
	font-weight: normal;
	font-family: "Univers 55", "Univers 45 Light", sans-serif;
	font-size: large;
	letter-spacing: normal;
}
.Button_klein {
	color: #005A77;
	font-weight: normal;
	font-family: "Univers 55", "Univers 45 Light", sans-serif;
	font-size: 12px;
	letter-spacing: 0px;
}
.Button_klein_fett {
	color: #005A77;
	font-weight: bold;
	font-family: "Univers 55", "Univers 45 Light", sans-serif;
	font-size: 12px;
	letter-spacing: 0px;

}
.Headline {
	color: #005A77;
	font-weight: bold;
	font-family: "Univers 55", "Univers 45 Light", sans-serif;
	font-size: large;
	letter-spacing: 1px;
	font-style: italic;
}
.Headline_kopf {
	color: #FFFFFF;
	font-weight: bolder;
	font-family: "Univers 55", "Univers 45 Light", sans-serif;
	font-size: xx-large;
	letter-spacing: 1px;
	font-style: italic;
}
a:link {
	color: #005A77;
	text-decoration: none;
}
a:visited {
	color: #005A77;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
* { scrollbar-base-color:#eaeaea;
	scrollbar-face-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
}

