.ueberschrift {
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: xx-large;
	font-weight: normal;
}
.klueberschrift {
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: large;
	font-weight: normal;
}
.normal {

	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: small;
	font-weight: normal;
}

a:visited {
	color: #000000;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: small;
	font-weight: normal;
}
a:link {
	color: #000000;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: small;
	font-weight: normal;
}
a:active {
	color: #000000;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: small;
	font-weight: normal;
		
}
a:hover {
	color: #999999;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: small;
	font-weight: normal;
}.klein {
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: xx-small;
	font-weight: normal;
}
.bahama {
	color: #333333;
	font-family: Bahamas, "Century Gothic";
	font-size: xx-large;
	font-weight: normal;
}
.normalgroesser {
	color: #333333;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
}
.artkustik_schrift {
	color: #333333;
	font-family: Bahamas, "Century Gothic";
	font-size: medium;
	font-weight: normal;
}
.artkustik_produkte {
	color: #333333;
	font-family: Bahamas, "Century Gothic";
	font-size: large;
	font-weight: normal;
}

a.info {
	font-family: "Verdana";
	font-size: 14px;
	color: #333333;
	font-weight: normal;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:66px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(imgs/info.jpg) no-repeat center; 
	color:#000; 
	text-align:left; 
	font-size:1em; 
	padding-left:10px; 
	padding-top:10px;
}