img.home {
	width: 14px;
	height: 14px;
	display: inline;
	float: left;
	background: #bb0000;
	margin: 102px 0 0 20px;
}

a.home {
	display: inline;
	float: left;
	color: #bb0000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 102px 0 0 4px;
}

a.home:hover {
	color: gray;
}

img.bio {
	width: 14px;
	height: 14px;
	display: inline;
	float: left;
	background: red;
	margin: 102px 0 0 10px;
}

a.bio {
	display: inline;
	float: left;
	color: red;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 102px 0 0 4px;
}

a.bio:hover {
	color: gray;
}

img.info {
	width: 14px;
	height: 14px;
	display: inline;
	float: left;
	background: #ff8800;
	margin: 102px 0 0 10px;
}

a.info {
	display: inline;
	float: left;
	color: #ff8800;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 102px 0 0 4px;
}

a.info:hover {
	color: gray;
}

img.kontakt {
	width: 14px;
	height: 14px;
	display: inline;
	float: left;
	background: #ffcc00;
	margin: 102px 0 0 10px;
}

a.kontakt {
	display: inline;
	float: left;
	color: #ffcc00;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 102px 0 0 4px;
}

a.kontakt:hover {
	color: gray;
}

a.button {
	border:0;
}
