/* --------------------	*/ 
/* GENERELLE BEREICHE	*/ 
/* --------------------	*/ 

/* GALLERY BODY BEREICH */ 
#main {
	background-color: #E4E4E4;
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0px solid;
	margin: 0;
	padding: 0;
	width:98%;
}

/* EXPLORER BODY BEREICH */ 
#explorer {
	background-color: #E4E4E4;
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0px solid;
	padding: 10px;
}

/* MAXIMIERER BEREICH */ 
#maximierer {
	background-color: #E4E4E4;
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 0px solid;
	padding: 10px;
}

/* HORIZONTALE LINIEN */ 
hr {
	background-color: #A92727;
	color: #A92727;
}



/* --------------------	*/ 
/* THUMBNAIL BEREICHE	*/ 
/* --------------------	*/ 

/* Gesamter Bereich der THUMBNAILS in der Hauptseite */ 
#Thumbnails {
	background-color: transparent;
	color: #222222;
	border: 0px solid #777777;
	padding: 0px;
}

/* Gesamte Tabelle der THUMBNAILS in der Hauptseite */ 
#ThumbnailsTabelle {
	background-color: transparent;
	color: #222222;
	border: 0px solid #777777;
	border-collapse: collapse;
	/* border-collapse: separate; */
}

/* Einzelne Zelle der Tabelle der THUMBNAILS in der Hauptseite */ 
#ThumbnailsZelle {
	background-color: transparent;
	color: #222222;
	border: 0px solid #777777;
	padding: 10px
}



/* --------------------	*/ 
/* FOOTER BEREICHE	*/ 
/* --------------------	*/ 

/* FOOTER.ASP (Footer der Hauptseite / Im Pfad der Bilder abgelegt) */ 
#footerGallery {
	background-color: transparent;
	color: #222222;
	font-size: 18px;
	border: 0px solid; 
} 

/* FOOTER.ASP (Footer des Explorer / Im Pfad des Programms abgelegt) */ 
#footerExplorer {
	background-color: transparent;
	color: #222222;
	font-size: 18px;
	border: 0px solid; 
	/* position: absolute; */
	/* bottom: 5px; */
	/* left: 0px; */
} 

/* FOOTER.ASP (Footer des Maximierer / Im Pfad des Programms abgelegt) */ 
#FooterMaximierer {
	background-color: transparent;
	color: #222222;
	font-size: 18px;
	border: 0px solid; 
} 



/* --------------------	*/ 
/* EXIF BEREICHE		*/ 
/* --------------------	*/ 

/* BILD.EXT.HTM (EXIF-Informationen / Im Pfad der Bilder abgelegt) */ 
/* Gesamter Bereich der EXIF-Informationen */ 
#exif {
	background-color: transparent;
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	border: 0px solid; 
	padding: 15px;
} 

/* Gesamte Tabelle der EXIF-Informationen */ 
#exiftabelle {
	background-color: transparent;
	color: #AAAAAA;
	border: 0px solid #222222;
	/* border-collapse: collapse; */
	border-collapse: separate;
}

/* Beschriftungs-Zellen der EXIF-Informationen */ 
#exifzelle0, #exifzelle2, #exifzelle4 {
	background-color: #AAAAAA;
	color: #222222;
	border: 0px solid #777777;
	width: 85px;
	padding: 3px;
	text-align: right;
	font-weight: bold;
}

/* Werte-Zellen der EXIF-Informationen */ 
#exifzelle1, #exifzelle3, #exifzelle5 {
	background-color: #AAAAAA;
	color: #222222;
	border: 0px solid #777777;
	width: 145px;
	padding: 3px;
	text-align: center;
}



/* --------------------	*/ 
/* BUTTONS			*/ 
/* --------------------	*/ 

/* FIRST / LAST BUTTONS (Explorer und Maximerer) */ 
.button1 {
	background-color: #D97777;
}

/* PREV / NEXT BUTTONS (Explorer und Maximerer) */ 
.button2 {
	background-color: #D97777;
}

/* FULL SIZE BUTTON (Explorer und Maximerer) */ 
.button3 {
	background-color: #D97777;
}

/* CLOSE BUTTON (Explorer und Maximerer) */ 
.button4 {
	background-color: #D97777;
}

.button1, .button2, .button3, .button4 {
	border: 1px solid #222222; 
	color: #222222;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
