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


#navi img 	{	position: absolute; 
						top: 10px;
						width: 80px;
						height: 40px;
						right: 167px;
					}
																



div#kategorie_1 a	{	width: 250px;											/* Anfang der Navigation der Unterkategorien */
									height: 241px;
									background-image: url(../images/skizzen.png);
									background-repeat: no-repeat;
									position: absolute;
									left: 23px;
									bottom: 10px;   										
								}

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 */
