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

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
body {
	background-image: url(bilder/background.png);
}
.h2 {
	font-family: Georgia;
	font-size: 25px;
	color: #FFF;
}
.h2_black {
	font-family: Georgia;
	font-size: 25px;
	color: #000;
}
.text {
	font-family: Georgia;
	font-size: 14px;
	color: #FFF;
}
.text_black {
	font-family: Georgia;
	font-size: 14px;
	color: #000;
}
.menu a {
	font-family: Georgia;
	font-size: 14px;
	color: #000;
}
.menu_black a {
	font-family: Georgia;
	font-size: 14px;
	color: #FFF;
}
.menu_black {
	font-family: Georgia;
	font-size: 14px;
	color: #FFF;
}

