@CHARSET "UTF-8";

#referenz a, #referenz a:visited {
	background: url("../pics/referenz.png") no-repeat;
	display: block;
	width: 95px;
	height: 91px;
	margin-bottom: 10px;
}

#referenz a:hover {
	background: url("../pics/referenz_hover.png") no-repeat;
	display: block;
	width: 95px;
	height: 91px;
	margin-bottom: 10px;
}

#jamtake a, #jamtake a:visited {
	background: url("../pics/jamtakes.png") no-repeat;
	display: block;
	width: 84px;
	height: 80px;
}

#jamtake a:hover {
	background: url("../pics/jamtakes_hover.png") no-repeat;
	display: block;
	width: 84px;
	height: 80px;
}

#home a, #home a:visited {
	background: url("../pics/home.png") no-repeat;
	display: block;
	width: 27px;
	height: 26px;
}

#home a:hover {
	background: url("../pics/home_hover.png") no-repeat;
	display: block;
	width: 27px;
	height: 26px;
}

#impressum a, #impressum a:visited {
	background: url("../pics/impressum.png") no-repeat;
	display: block;
	width: 95px;
	height: 91px;
	margin-bottom: 10px;
}

#impressum a:hover {
	background: url("../pics/impressum_hover.png") no-repeat;
	display: block;
	width: 95px;
	height: 91px;
	margin-bottom: 10px;
}

p.eintrag {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	color: black;
}

a, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: underline;
	color: #9dce85; 
}

p.unsichtbar a, p.unsichtbar a:visited {
	color: white;
}

p.unsichtbar a:hover {
	color: white; 
}