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

/* ------------------ TYPO */

.A13 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 13px;
	font-style: normal;
}
.A13fett {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
}
.A16fett {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 16px;
	font-style: normal;
	font-weight: 900;
}

.SPACE {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 3px;
	font-style: normal;
	color: #FFFFFF;
}
.grey11 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
}
.grey7tiefgestellt {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 7px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	vertical-align: sub;
}

.HGweiss_grey11 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
}

.blk11bld {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.black11 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #6000000;
}
.black11gev {
	font-family: "Trebuchet MS", "Lucida Sans Unicode";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #6000000;
	letter-spacing: 4px;
}
.hgschwarz11 {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #000000;
	letter-spacing: 1px;
}
.grau10gev {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	letter-spacing: 3px;
}
.schwarz10gevbold {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	letter-spacing: 2px;
	font-weight: bolder;
}
.schwarz14gevbold {
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	letter-spacing: 2px;
	font-weight: 100;
}


/* ------------------ LINK */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

