/* ============================================
Stylesheet für Thumbnail ansicht
 

Datei: bild_gr.css
Datum: 24. November 2008
Autor: Thomas Zitta

Aufbau: 1. Kalibrierung
        2. Allgemeine Styles
        3. Styles für Layoutbereiche
        4. Sonstige Styles 
=============================================== */


/* ==================================
   1. Kalibrierung
   =============================== */
   
/* ==================================
   2. Allgemeine Styles 
   =============================== */
   
body {
	text-align:center;
	font-size: 10pt;
	font-family: Verdana, 'Tw Cen Mt', arial, helvetica, clean, sans-serif;
	color: #000;
	text-align:left;
	background-color: #fff;
	overflow: hidden;
}

/* ==================================
   3. Styles für Layoutbereiche 
   =============================== */  

img {
	padding: 5px;
	margin: 3px;
}

#text {
	position: absolute;
	color: #000;
	top: -3000px;
	left: -3000px;
}
   
/* ==================================
   4. Sonstige Styles 
   =============================== */  

/* ==================================
   ENDE DES STYLESHEETS 
   =============================== */   