/* Style Sheet fuer phototautomat, nur Navigation */
/* Copyright by Meike Jung, hexabinaer.de | Bearbeitung durch und fuer photoautomat.de genehmigt */

/* Benutzte Farben und Schriften
#250f0f	warmes schwarz      Seitenhintergrund, Mengentext
#ffffff	weiß           			Hintergrund Inhaltsbereich
#f9f5e8	rot									Linkfarbe, rote Rahmen...
#9f2a18 dunkelrot						H3
#f89988 hellrot
(#4d5885	stahlgraublau			alternative Linkfarbe)

Verdana, Arial, Helvetica, sans-serif
*/


/* Navigation allgemein */

#navspace {
	margin: 0;
	padding: 0;
	border: 0;
	white-space: nowrap;   /* Zeilenumbrueche ausser <br> werden ignoriert, mehrere Leerstellen auf eine reduziert */
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

	#navspace a img {
		border: 0px solid #fff;
		margin: 0;
		padding: 0;
		width: 67px;
		height: 90px;
		}
		#navspace a:hover img {
			border: 0px solid #f13412;
			}
		#navspace img.invisible {
			border: 0;
			position: relative; left: -4px;
			}


/* Navigationsgrafiken spezifisch */

	#navspace a.home img {
			background: url(/nav/home.jpg); width: 67px; height: 90px;
			}
		   #navspace a.home:visited img {
			background: url(/nav/home.jpg); width: 67px; height: 90px;
			}
			#navspace a.home:hover img, #navspace a.home:focus img {
					background: url(/nav/home-mo.jpg);
					}
			#navspace a.home:active img, #navspace a.homeHilite img {
					background: url(/nav/home-hl.jpg);
					}

	#navspace a.standorte img {
			background: url(/nav/standorte.jpg); width: 67px; height: 90px;
			}
			#navspace a.standorte:hover img, #navspace a.standorte:focus img {
					background: url(/nav/standorte-mo.jpg);
					}
			#navspace a.standorte:active img, #navspace a.standorteHilite img {
					background: url(/nav/standorte-hl.jpg);
					}

	#navspace a.galerie img {
			background: url(/nav/galerie.jpg); width: 67px; height: 90px;
			}
			#navspace a.galerie:hover img, #navspace a.galerie:focus img {
					background: url(/nav/galerie-mo.jpg);
					}
			#navspace a.galerie:active img, #navspace a.galerieHilite img {
					background: url(/nav/galerie-hl.jpg);
					}

	#navspace a.vermietung img {
			background: url(/nav/vermietung.jpg); width: 67px; height: 90px;
			}
			#navspace a.vermietung:hover img, #navspace a.vermietung:focus img {
					background: url(/nav/vermietung-mo.jpg);
					}
			#navspace a.vermietung:active img, #navspace a.vermietungHilite img {
					background: url(/nav/vermietung-hl.jpg);
					}

	#navspace a.presse img {
			background: url(/nav/presse.jpg); width: 67px; height: 90px;
			}
			#navspace a.presse:hover img, #navspace a.presse:focus img {
					background: url(/nav/presse-mo.jpg);
					}
			#navspace a.presse:active img, #navspace a.presseHilite img {
					background: url(/nav/presse-hl.jpg);
					}

	#navspace a.stories img {
			background: url(/nav/stories.jpg); width: 67px; height: 90px;
			}
			#navspace a.stories:hover img, #navspace a.stories:focus img {
					background: url(/nav/stories-mo.jpg);
					}
			#navspace a.stories:active img, #navspace a.storiesHilite img {
					background: url(/nav/stories-hl.jpg);
					}

	#navspace a.geschichte img {
			background: url(/nav/geschichte.jpg); width: 67px; height: 90px;
			}
			#navspace a.geschichte:hover img, #navspace a.geschichte:focus img {
					background: url(/nav/geschichte-mo.jpg);
					}
			#navspace a.geschichte:active img, #navspace a.geschichteHilite img {
					background: url(/nav/geschichte-hl.jpg);
					}

	#navspace a.kontakt img {
			background: url(/nav/kontakt.jpg); width: 67px; height: 90px;
			}
			#navspace a.kontakt:hover img, #navspace a.kontakt:focus img {
					background: url(/nav/kontakt-mo.jpg);
					}
			#navspace a.kontakt:active img, #navspace a.kontaktHilite img {
					background: url(/nav/kontakt-hl.jpg);
					}



/* Subnavigation Bereich Standorte */

#subnavspace {
	position: absolute; left: 378px; top: 134px;
	width: 45em;
	white-space: nowrap;
	}
	#subnavspace img {
		display: block;
		float: left;
		margin: 0; padding: 0; border: 0;
		}
	#subnavspace a {
		display: block;
		float: left;
		margin: 24px 0 0;
		padding: 0.25em 0.4em;
		border: 1px solid #f13412;
		background-color: #fff;
		color: #f13412;
		font-size: 0.9em;
		font-weight: bold;
		text-decoration: none;
		}
		#subnavspace a:hover {
			background-color: #000;
			color: #fff;
			}
	#subnavspace a.hl {
		background-color: #f13412;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		}