




body {
	margin: 0;
	padding: 0;
	background-image: url(img/p1_background.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

img {
	border: none;
}

#p1_main {
	width: 1280px;
	height: 824px;
}

#p1_zurstartseite {
	position: absolute;
	left: 300px;
	top: 200px;
	width: 336px;
	height: 96px;
	background-image: url(img/p1_zurstartseite2.png);
	overflow: hidden;
}

#p1_zurstartseite a:hover {
	margin-left: -336px;
}

#p1_menu {
	position: absolute;
	left: 400px;
	top: 500px;
	width: 650px;
	height: 350px;
}

#p1_menu_notizen, 
#p1_menu_geschichten, 
#p1_menu_empfehlungen, 
#p1_menu_ich, 
#p1_menu_kontakt {
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

/*
#p1_menu_notizen {
	left: 125px;
	top: 0;
	width: 204px;
	height: 64px;
}
#p1_menu_notizen a:hover {
	margin-left: -204px;
}

#p1_menu_geschichten {
	left: 65px;
	top: 70px;
	width: 216px;
	height: 58px;
}
#p1_menu_geschichten a:hover {
	margin-left: -216px;
}
*/

#p1_menu_notizen {
	left: 65px;
	top: 70px;
	width: 204px;
	height: 64px;
	/*background-image: url(../img/p1_m_geschichten2.png);/**/
}
#p1_menu_notizen a:hover {
	margin-left: -204px;
}

#p1_menu_empfehlungen {
	left: 0;
	top: 140px;
	width: 276px;
	height: 56px;
	/*background-image: url(../img/p1_m_empfehlungen2.png);/**/
}
#p1_menu_empfehlungen a:hover {
	margin-left: -276px;
}

#p1_menu_ich {
	left: 400px;
	top: 70px;
	width: 154px;
	height: 60px;
	/*background-image: url(../img/p1_m_ich2.png);/**/
}
#p1_menu_ich a:hover {
	margin-left: -154px;
}

#p1_menu_kontakt {
	left: 350px;
	top: 135px;
	width: 198px;
	height: 64px;
	/*background-image: url(../img/p1_m_kontakt2.png);/**/
}
#p1_menu_kontakt a:hover {
	margin-left: -198px;
}


