.intuition, .sehen, .riechen, .hoeren, .schmecken, .fuehlen {
	height: 294px;
	width: 294px;
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	border: 0px solid #F0F0F0;
}

.sehen a:link, .sehen a:visited {
	height: 100%;
	width: 100%;
	background: url(hoversehen.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
}

.sehen a:hover{
	height: 100%;
	width: 100%;
	background: url(hoversehen.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

.hoeren a:link, .hoeren a:visited {
	height: 100%;
	width: 100%;
	background: url(hoverhoeren.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
}

.hoeren a:hover{
	height: 100%;
	width: 100%;
	background: url(hoverhoeren.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

.riechen a:link, .riechen a:visited {
	height: 100%;
	width: 100%;
	background: url(hoverriechen.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
}

.riechen a:hover{
	height: 100%;
	width: 100%;
	background: url(hoverriechen.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

.schmecken a:link, .schmecken a:visited {
	height: 100%;
	width: 100%;
	background: url(hoverschmecken.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
}

.schmecken a:hover{
	height: 100%;
	width: 100%;
	background: url(hoverschmecken.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

.fuehlen a:link, .fuehlen a:visited {
	height: 100%;
	width: 100%;
	background: url(hoverfuehlen.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
}

.fuehlen a:hover{
	height: 100%;
	width: 100%;
	background: url(hoverfuehlen.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

.intuition a:link, .intuition a:visited {
	height: 100%;
	width: 100%;
	background: url(hoverintuition.jpg) no-repeat 0px 0px;
	text-decoration: none;
	display: block;
	color: transparent;
}

.intuition a:hover{
	height: 100%;
	width: 100%;
	background: url(hoverintuition.jpg) no-repeat 0px -294px;
	text-decoration: none;
	display: block;	
}

:focus {
	outline: 0;
}

/*.wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}*/



