@charset "utf-8";
/* CSS Document */


#album							{	width: 320px;
											height: 289px;
											background-image: url(../images/bloody_axe_mittel.jpg);
											background-repeat: no-repeat;
											background-position: 2px 2px;
											padding-left: 2px;
											padding-top: 2px;
											border: 1px solid #FFF;
											position: absolute;
											top: 14px;
											left: 310px;
										}
																
#navi img	{	right: 167px;
								position: absolute; 
								top: 10px;
								width: 80px;
								height: 40px;
							}


div#kategorie_1 img	{	position: absolute;
										left: 23px;
										bottom: 10px;
									}
								

									/* Anfang der Navigation der Unterkategorien */
								

div#kategorie_2 a	{	width: 251px;
									height: 266px;
									background-image: url(../images/illustrationen.png);
									background-repeat: no-repeat;
									position: absolute;
									left: 28px;
									bottom: 10px;
								}
								
div#kategorie_3 a	{	width: 171px;
									height: 280px;
									background-image: url(../images/cd_cover.png);
									background-repeat: no-repeat;
									position: absolute;
									left: 80px;
									bottom: 10px;
								}
								
div#kategorie_1 a:hover,
div#kategorie_1 a:active,
div#kategorie_1 a:focus	{	background-image: url(../images/skizzen_hover.png);
											}


div#kategorie_2 a:hover,
div#kategorie_2 a:active,
div#kategorie_2 a:focus	{	background-image: url(../images/illustrationen_hover.png);
											}


div#kategorie_3 a:hover,
div#kategorie_3 a:active,
div#kategorie_3 a:focus	{	background-image: url(../images/cd_cover_hover.png);
											}

																																					/* Ende der Navigation der Unterkategorien */

