@charset "utf-8";
/* CSS Document */

/* 28. 4. 2014 */
/* 25. 11. 2015 - Modifikation Bildresizing mit top/left/right/bottom 0; */
/* 27. 11. 2015 - Modifikation "position relative" mit vertikal und horizontal skalierendem Bildlayout */
/* Muss im passenden Verzeichnis, z. B. \Fotogalerien\Styles\, abgelegt sein! */

html, body {height: 100%; text-align: center;
}

 body, textarea {
 background-color:#000000; color:#AAAAAA;
 font-family:"Arial",Arial,sans-serif;
 font-size: 0.9em;
 scrollbar-base-color:#DCDDD2;
 scrollbar-3dlight-color:#FFFFFF;
 scrollbar-arrow-color:#5C5D52;
 scrollbar-darkshadow-color:#000000;
 scrollbar-face-color:#DCDDD2;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-shadow-color:#000000;
 scrollbar-track-color:##EDEEE8;
 text-align: center;
 vertical-align: middle;
 margin: 0;
 padding:0;
} 

img {border: 0}

#Bild {
	padding-top: 0.5em;
	padding-bottom: 0;
/*	padding-left: 21em; */
	padding-left: 13em;
	height: 100%;
	max-height: 99%;
	max-width: 100%;
	min-width: 10em;
	min-height: 10em;
/*	text-align: left; */
	text-align: center;
	z-index: 5;
}

#Bild img { 
	width: auto; 
	height: auto;
	max-width: 98%;
	max-height: 98%;
	z-index: 5; 
	position: relative;
	border: thick;
	border: solid;
	border-width:thick;
	border-color: #000; 
}

#Navigationsbereich {
	padding-top: 0.5em;
	left: 0px; 
	width: 12em;
/*	width: 20.5em; */
 	background-color:#000; 
	text-align: center;
	position: absolute; 
	top: 0;
	z-index: 4;
/*	background-color: red; */
}

#Bildlegende {
	position: relative; 
/*	position: absolute; */
/*
	z-index: 1;
*/
}

p {max-width: 600px; min-width: 250px; margin-left:5px; margin-right:5px}

.p_comment {
	max-width: 1200px;
	min-width: 250px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.p_bu {
	min-width: 10em; 
	max-width: 23em;
	font-size: 1em;
	text-align: left;
}

.p_bildnummer {
	max-width: 150px;
	min-width: 100px;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

#Thumbnail_oben {width: 150px;
	height: 150px;
	margin-top: 0px; 
	margin-left: 10px;
	margin-right: 10px:
	background-color: #000; 
	text-align: center;
	text-align: bottom;
	vertical-align: bottom !important;
	vertical-align: text-bottom;
	z-index: 5;
}

#Thumbnail_oben img {border: red 5px; 
	vertical-align: bottom;
	max-width: 150px;
	max-height: 150px;
	width: auto !important; 
	height: auto !important;
}

#Thumbnail_oben a {accesskey ="l";}

#Thumbnail_unten {width: 150px;
	height: 150px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px:
	text-align: center;
	vertical-align:top;
	z-index: 5;
}

#Thumbnail_unten img {border: green 5px; 
	vertical-align: top; 
	vertical-align:text-top;
	max-width: 150px;
	max-height: 150px;
	width: auto !important; 
	height: auto !important;
}

#Thumbnail_unten a {accesskey ="r";}

#Pfeile_single {width: 150px;
	height: 230px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	text-align: center;
	z-index: 5;
}

#Pfeil_oben {
	width: 150px;
	height: 75px;
	margin-top: 0px;
	text-align: center;
	z-index: 6;
}

#Pfeil_mitte {
	width: 150px;
	height: 75px;
	margin-top: 5px;
	text-align: center;
	z-index: 6;
}

#Pfeil_unten {
	width: 150px;
	height: 75px;
	margin-top: 0px;
	text-align: center;
	z-index: 6;
}
