/* CSS modifiziert und erweitert von Stephanie G.C. Tkocz für HomeGallery Index-Seiten (Thumbnails) */

	body {
		color: #CCCCCC; 
		background-color: #333333; 
		font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
		font-size: 1em; 
		margin: 0px;
 		}
		
	div.body	{width:99%;	margin: 0px auto; vertical-align:middle;} 
		
	#all {width:60%; height:97%;  vertical-align:middle; text-align:left;}
	
	#head {
		margin-top:25px;
		margin-bottom:25px;		
		text-align: left;	
	}	
	
	/* mitlere Box für Übersichts-Seiten (template_index.htm)  */
	#content {
		margin-left:0px;
		text-align: left;
		}
		
	/* mitlere Box für Bild-Seiten (template_image.htm)  */
	#contentimg {
		width: 700px;
		padding: 15px 48px 15px 48px;
		margin-left:0px;
		text-align: left;
		background-color: #000000;
		}	
		
	#foot {
		background-color: #333333;
		text-align: left;	
		}
	
	td, th, ul, li, input, textarea {
		color: #CCCCCC; font-family: "MS Sans Serif", Arial, Helvetica, sans-serif; 
		font-size: 1em; }
	
	a, a:link, a:visited       {
		font-size: 1em;
		color: #666666; 
		text-decoration: none;	}
	
	a:hover , a:active {
		color: #ffcc66; 
		text-decoration: underline; }
	
	p {
		font-size: 13px;
		margin: 1em 0 1em 0; }
	
	p.small {
		font-size: 11px; 
		color: #666666; }
		
	p.small a, 	p.small a:link, 	p.small a:visited {
		font:inherit;
		color: #666666;
		}
		
	p.small a:hover, p.small a:active  {
		font:inherit;
		color: #ffcc66;
		}		
	p.navi { color: #666666;}
	
	h1 {
		font-size: 18px; 
		font-weight: bold; 
		margin-bottom: 1em; }
	
	h2 {font-size: 15px; 
		font-weight: bold; 
		margin-bottom: 1em; }
	
	h3 {
		font-size: 12px; 
		font-weight: bold; 
		margin-bottom: 1em; }
	
	hr {
		height: 1px; 
		border: none; 
		color: #888888; 
		background-color: #888888; 
		width:700px;}
		
	img {border: none;}		

	/* für Thumbnails auf Übersichts-Seiten (template_index.htm)  */
	td img {
		border: solid 1px; border-color:#333333 #666666 #666666 #333333;}
			
	table {
		border: 6px solid black; 
		border-spacing: 4px;
		background-color: #000000;	
		}
	
	td {
		color: #CCCCCC; 
		background-color: #000000; 
		padding: 6px; 
		text-align: center; 
		vertical-align: middle; 
		border: 0px none;
} 	   

