
/*OBEN*/
/*Sound of Music*/

#cat-sound {
	position: relative;
	width: 186px;
	height: 157px;
	float: left;
	margin-left: 6px;
	margin-top: 50px;
}

#cat-sound a{
	position: absolute;
	width: 186px;
	height: 157px;
	background-image: url(../images/frontend-sound1.jpg);
	background-repeat: no-repeat;
	
}

#cat-sound a:hover{
	background-image: url(../images/frontend-sound2.jpg);
}

/*Bavarian Mountain*/

#cat-bav {
	position: relative;
	width: 186px;
	height: 151px;
	float: left;
	margin-left: 6px;
	margin-top: 50px;
}

#cat-bav a{
	position: absolute;
	width: 186px;
	height: 151px;
	background-image: url(../images/frontend-bav1.jpg);
	background-repeat: no-repeat;
	
}

#cat-bav a:hover{
	background-image: url(../images/frontend-bav2.jpg);
}

/*Hallstadt*/


#cat-hallstadt {
	position: relative;
	width: 187px;
	height: 157px;
	float: left;
	margin-left: 6px;
	margin-top: 50px;
}

#cat-hallstadt a{
	position: absolute;
	width: 187px;
	height: 157px;
	background-image: url(../images/frontend-hallstadt1.jpg);
	background-repeat: no-repeat;
	
}

#cat-hallstadt a:hover{
	background-image: url(../images/frontend-hallstadt2.jpg);
}


/*UNTEN*/
/*Großglockner*/

#cat-gg {
	position: relative;
	width: 187px;
	height: 159px;
	float: left;
	margin-left: 85px;
	margin-top: 20px;
}

#cat-gg a{
	position: absolute;
	width: 187px;
	height: 159px;
	background-image: url(../images/frontend-gg1.jpg);
	background-repeat: no-repeat;
	
}

#cat-gg a:hover{
	background-image: url(../images/frontend-gg2.jpg);
}

/*SBG-Allgemein*/

#cat-sbg {
	position: relative;
	width: 185px;
	height: 154px;
	float: left;
	margin-left: 6px;
	margin-top: 20px;
}

#cat-sbg a{
	position: absolute;
	width: 185px;
	height: 154px;
	background-image: url(../images/frontend-salzburg1.jpg);
	background-repeat: no-repeat;
	
}

#cat-sbg a:hover{
	background-image: url(../images/frontend-salzburg2.jpg);
}