@import url(button.css);

.gruen { color: #a2bd30; }

.sternchen {
	color: #4071b1;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

body {
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	display: inline;
	color: #000000;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	display: inline;
	color: #a2bd30;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #a2bd30;
}

h4 {
	font-size: 12px;
	font-weight: normal;
	display: inline;
	color: #000000;
}

#centerContent a {
	color: #4071b1;
	text-decoration: none;
	border-bottom: 1px dotted #4071b1;
}
#centerContent a:hover {
	color: #000000;
	border-bottom: 1px #000000 dotted;
}
