BODY {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: #000000;
}
#Galery {
	text-align: center;
	}
#Galery .Main {
	width: 640px;
	border:1px solid #000000;
	background-color: #000000;
	padding: 0px;
	margin:0px;
	}
#Galery img{
	border:0px;
	}
	
/* Navigation */
#Galery .navigation {
	padding:0px ;
	background:#EEEEEE;
	}	
#Galery .navigation img{
	border:0px;
	}	
		
/* Links */
#Galery  a{
	text-decoration:none;
	color: #666666;
	}
#Galery a:hover{
	text-decoration:none;
	color: #FF0000;
	}
	
/* Seitennummern */
#Galery .seitennr a{
	color: red;
	text-decoration:none;
	font-size:small;
	}
#Galery .aktseitennr{
	color: red;
	text-decoration: underline overline;
	}

/* Thumbnails */
#Galery .thumb td{
	background-color: #DDDDDD;
	padding:5px;
	font-size:smaller;
	}
#Galery .thumb img{
	border:#000000 solid 1px;
	}	
	
/* Vorschubild */
#Galery .show td{
	background-color: #DDDDDD;
	padding:5px;
	}
#Galery .show img{
	border:#000000 solid 1px;
	}

/* Info */			
#Galery .info {
color:#333333;
font-size:small;
}

/* Download */			
#Galery .download {
color:#333333;
font-size:small;
}		
#Galery .download a{
color: #666666;
font-size:small;
}

/* Kategorieauswahl Menue */
#Galery form {
	margin:0;
	}
#Galery .kategorie select {
	color: #222222;
	background-color: #DDDDDD;
	font-size: 9pt;
	border: 1px solid #444444;
	}
	
/* Bilder Pro Seite Auswahl*/
#Galery .bilders {
font-size:smaller;
color: #FFFFFF;
}
#Galery .bilders select {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 9pt;
	border: 1px solid #444444;
	}		
