/*---------------------------------//
//
//  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 ----- */

/* -------------------------------------------------- */

/* ----- Formatierung für die Kopfzeile ----- */
.kopfzeile {font-size:11px; color:#000000; font-weight:bold;}
/* -------------------------------------------------- */

/* ----- Formatierung für die horizontale Linie oben und unten ----- */
hr {color:#666666; height:1px;}
/* -------------------------------------------------- */

/* ----- Tabellenzellen für die Galerieübersicht und die Vorschauseite ----- */

table.overview td {
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:0px 0px 8px #666666;
	-webkit-box-shadow:0px 0px 8px #666666;
	box-shadow:0px 0px 8px #666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.overview td {
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:0px 0px 8px #666666;
	-webkit-box-shadow:0px 0px 8px #666666;
	box-shadow:0px 0px 8px #666666;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* -------------------------------------------------- */

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

/* ----- Formatierung für die Fusszeile inkl. der dort befindlichen Links ----- */
div.von {font-size:10px; color:#000000; font-weight:normal;}
div.von a:link {font-size:10px; text-decoration:none; color:#000000; font-weight:normal;}
div.von a:visited {font-size:10px; text-decoration:none; color:#808080; font-weight:normal;}
div.von a:hover {font-size:10pxt; text-decoration:none; color: #ff6600; font-weight:normal;}
div.von a:active {
	font-size:7pt;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
/* -------------------------------------------------- */

/* ----- Formatierung für die Links in der Galerieübersicht ----- */
.overview a:link {font-size:11px; text-decoration:none; color:#000000; font-weight:bold;}
.overview a:visited {font-size:11px; text-decoration:none; color:#808080; font-weight:bold;}
.overview a:hover {font-size:11px; text-decoration:none; color:#ff6600; font-weight:bold;}
.overview a:active {
	font-size:11px;
	text-decoration:none;
	color:#FF0000;
	font-weight:bold;
}
/* ---- 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:#000000; font-weight:bold;}
/* -------------------------------------------------- */

/* ----- Formatierung für alle übrigen Links ----- */

/* -------------------------------------------------- */

/* ----- Formatierung für die aktuelle Seitenzahl in der Vorschau (abhängig von den "übrigen Links") ----- */
font.blaetern {font-size:11px; text-decoration:none; color:000000; font-weight:bold;}
/* -------------------------------------------------- */
