/* überschriften */
h1 {
	letter-spacing: 2px;
	font-size: 18px;
}
h2 {
	color: #585858;
	margin-bottom: 25px;
	letter-spacing: 2px;
	font-size: 22px;
	border-bottom: solid 0px #2D2D2D;
	padding-bottom: 4px;
	font-style: normal;
}
h3 {
	color: #585858;
	letter-spacing: 2px;
	font-size: 16px;
}


/* Textlinks */
h1 a:link {
	font-size: 22px;
	line-height: 24px;
	color:#494949;
	text-decoration:underline;
}
a:link, a:visited, a:active {
	font-size: 14px;
	line-height: 16px;
	color:#494949;
	text-decoration:underline;
}
a:hover {
	color:#00;
	background-color: #DDF;
	text-decoration:none
}
/* Allgemeines */
.gross {
	font-family: "HW Stone";
	font-weight: bolder;
	font-size: 26px;
	color: #000040;
}
.klein {
	font-size: 10px;
	line-height: 12px;
}
.frei {
	color: #00FF00;
	letter-spacing: 2px;
	font-weight: bolder;
}
.res {
	color: #FF8000;
	letter-spacing: 2px;
	font-weight: bolder;
}
.verk {
	color: #FF0000;
	letter-spacing: 2px;
	font-weight: bolder;
}

