/*---------------------------------//
//
//  PhotoIt by Tim Lochmüller
//  Last Change: 18.10.2006
//  Web: www.fruit-lab.de
//  Bugs: info@fruit-lab.de oder board.fruit-lab.de
//  OnlineDoku: doku.fruit-lab.de
//
//---------------------------------//
//
// Sie dürfen das Script bei Ihnen auf der Homepage verwenden, allerdings nicht zum Download
// anbieten und keinen direkt Link zu meinem Download setzen.
//
// Mit dem Einsatz dieses Skripts akzeptieren Sie, daß Tim Lochmüller,
// von jeglicher Haftung und Gewährleistung hinsichtlich des Einsatzes befreit ist.
//
// Der Verkauf dieses Skripts, auch in modifizierter Form, ist ohne vorherige
// Absprache ausdrücklich untersagt!
//
//---------------------------------*/

/* ----- allgemeine Formatierung für Schrift, Schriftgrösse, Schriftfarbe und Hintergrund ----- */
body,table,td {font-family:verdana,helvetica,sans-serif; font-size:10pt; color:#507B63; font-weight:bold;}
/*body { background-color: #FBFBFB;}*/
/* -------------------------------------------------- */

/* ----- Formatierung für die Kopfzeile ----- */
.kopfzeile {font-size:18pt; color:#000000; font-weight:bold;!important}
/* -------------------------------------------------- */

/* ----- Formatierung für die horizontale Linie oben und unten ----- */
hr { display: none;}
/* -------------------------------------------------- */

/* ----- Tabellenzellen für die Galerieübersicht und die Vorschauseite ----- */
table.overview td {border-width:0px; border-style:solid; border-color:#444444; background-color:#FBFBFB;}
.overview td {color:black; font-weight:normal; font-size: 11px;}
/* -------------------------------------------------- */

/* ----- Formatierung für den Content ----- */
.content {}
/* -------------------------------------------------- */

/* ----- Formatierung für die Fusszeile inkl. der dort befindlichen Links ----- */
div.von {font-size:7pt; color:#808080; font-weight:normal;}
div.von a:link {font-size:7pt; text-decoration:underline; color:#336E99; font-weight:normal;}
div.von a:visited {font-size:7pt; text-decoration:underline; color:#336E99; font-weight:normal;}
div.von a:hover {font-size:7pt; text-decoration:none; color:#336E99; font-weight:normal;}
div.von a:active {font-size:7pt; text-decoration:underline; color:#336E99; font-weight:normal;}
/* -------------------------------------------------- */

/* ----- Formatierung für die Links in der Galerieübersicht ----- */
.overview a:link {font-size:11px; text-decoration:none; color:#336E99; border-bottom: 1px dotted rgb(180, 180, 180); }
.overview a:visited {font-size:11px; text-decoration:none; color:#336E99; border-bottom: 1px dotted rgb(180, 180, 180);}
.overview a:hover {font-size:11px; text-decoration:none; color:#336E99; border-bottom: 1px dotted rgb(180, 180, 180);}
.overview a:active {font-size:11px; text-decoration:none; color:#336E99; border-bottom: 1px dotted rgb(180, 180, 180);}
/* ---- Schrift in der Vorschau wenn kein Bild vorhanden (gleicher Text wie in der Galerieübersicht) ---- */
font.kein_bild {font-size:11px; text-decoration:none; color:#336E99; border-bottom: 1px dotted rgb(180, 180, 180);}
/* -------------------------------------------------- */

/* ----- Formatierung für alle übrigen Links ----- */
a:link {font-size:11pt; text-decoration:underline; color:#336E99; font-weight:bold;}
a:visited {font-size:11pt; text-decoration:underline; color:#336E99; font-weight:bold;}
a:hover {font-size:11pt; text-decoration:none; color:#336E99; font-weight:bold;}
a:active {font-size:11pt; text-decoration:underline; color:#336E99; font-weight:bold;}
/* -------------------------------------------------- */

/* ----- Formatierung für die aktuelle Seitenzahl in der Vorschau (abhängig von den "übrigen Links") ----- */
font.blaetern {font-size:11pt; text-decoration:none; color:blue; font-weight:bold;}
/* -------------------------------------------------- */
table.contentOver td {padding: 1px; margin: 0px;}