

body	{
	background: black;
}


a		{
	color: gray;
	text-decoration: none;
}


ul		{
	display: block;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-indent: 0;
}


li		{
	display: block;
	text-indent: 0;
	text-decoration: none;
}


div#menu	{
	background: #000;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}

	
div#inhalt {
	color: #000;
	background-color: #000;
	/* border: 1px solid red; */
	padding-right: 0;
	voice-family:"\"}\""; /* ab hier ignoriert IE 5.x nachfolgende Deklarationen */
	voice-family:inherit;
	width:730px;	/* andere Browser */
	}
	
	
/* div#inhalt table {
	width: 600px;
	border-spacing: 0;
	overflow: hidden;
	border: 1px solid green;
}
	
div#inhalt td {
	vertical-align: bottom;
} */
	
div#inhalt .foto_rahmen {
	float: left;
	border: 1px solid #444;
	padding: 0;
	background: #000;
	}
	
div#inhalt .foto_text {
	float: left;
	clear: left;
	padding: 0;
	padding-top: 1em;
	line-height: 1em;
	}
	
div#inhalt .foto_text h4 {
	padding: 0;
	margin: 0;
	color: white;
	font-size: 80%;
	}
	
div#inhalt .foto_text p {
	padding: 0;
	margin: 0;
	color: gray;
	font-size: 70%;
	}
	


#foto-navigation	{
	color: gray;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 60%;
	font-weight: light;
	
	width: 120px;
	float: right;
	margin: 0;
	
	/* border: solid 1px red; */

}


#foto-navigation ul	{
	clear: both;
	margin: 0;
}

#foto-navigation a:hover {
	color: white;
}

#foto-navigation ul#foto-uebersicht	{
	margin-bottom: 1em;
}

#foto-navigation ul#foto-kapitel	{
	line-height: 180%;
}


#block-9er	{
	float: left;
	display: block;
	margin-bottom: 1em;
}


div.block-zeile 	{
	float: left;
	clear: both;
}


#block-9er li	{
	display: block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	border: solid 1px gray;
}

#block-9er a {
	display: block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	background: transparent;
}

#block-9er a:hover {
	background: gray;
}


body#foto-1 #block-1,
body#foto-2 #block-2,
body#foto-3 #block-3,
body#foto-4 #block-4,
body#foto-5 #block-5,
body#foto-6 #block-6,
body#foto-7 #block-7,
body#foto-8 #block-8,
body#foto-9 #block-9
{
	background: #333;
}


