
/* CSS everything */
body 			{ color:#fff; background-color:#888 }
a.navi 			{ color:#FFF; text-decoration:none; outline-style:none }
a.navi:visited	{ color:#FFF; text-decoration:none; outline-style:none }
a.navi:hover	{ color:#DDD; text-decoration:none; outline-style:none }
a.non		 	{ color:#FFF; text-decoration:none; outline-style:none; border:none; margin:0px 0px 0px 0px; text-align:right }
img 		 	{ vertical-align:text-bottom; border:1px solid #222; cursor:pointer; margin:0px 2px 6px 1px }
img:hover	 	{ border: 1px dotted #eee }

/* CSS catalog.index.html */
 div.th { margin:0px 0px 5px 0px; text-align:right; } /* Diese -div- Def. ist nur für die Thumbsbilderserien!!! */	
#Thumbs { position:absolute; z-index:3; margin-left:410px; top:22px; right:18px; width:auto; height:auto }
#Choose { position:absolute; z-index:5; top:19px; left:290px; width:130px; height:auto; visibility:hidden; overflow:visible; white-space:nowrap; } 
#Dim 	{ position:absolute; z-index:8; top:0px; left:0px; width:1px; height:1px; display:none; background-color:#555; filter:alpha(opacity=89); opacity:0.89 }
#Pict 	{ position:absolute; z-index:9; top:0px; left:16px; width:1px; height:1px; text-align:center; display:none }
#GG 	{ position:fixed;    z-index:5; bottom:5px; right:20px; width:300px; height:auto; overflow:visible; white-space:nowrap; } 	
#TXT 	{ position:relative; z-index:2; width:416px; height:auto; text-align:left; display:block }
#iFRAME { position:relative; z-index:1; width:416px; height:470px; text-align:left; display:block } 	

* html div.th 	 { margin-left:400px;} /* IE Umbruch Thumbsbilderserien */	
* html #GG 	 	 { position:absolute } /* IE Position:Fixed impossible */ 
* html #ThumbsIE { position:absolute; z-index:-1; margin-left:410px; top:0px; right:18px; width:99%; height:100% } /* IE5.2Mac+IE6PC Displayfehler Thumbsrefresh */

/* CSS catalog.media.html */
#AutorTitel { position:relative; z-index: 2; width:auto; height:auto; text-align:left; display:inline; white-space:nowrap; } 
h3 i 		{ color: #666; font-size: 9px; font-style: normal; }