/*---------------------------------//
//
//  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:#fff; font-weight:bold;}
body { 
	background-color: #B70015;
	font-size: 100.01%;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000;
	text-align: center;
	font-size: 12px;
	margin: 0;
}
/* -------------------------------------------------- */

/* ----- Formatierung für die Kopfzeile ----- */
.kopfzeile {
	font-size:28px; 
	color:#fff; 
	font-weight:bold;
	padding-top: 10px;
}
/* -------------------------------------------------- */

/* ----- 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 {
	background-image:url(../../../img/bg_content.jpg);
	width: 902px;
	height: 36em;
	text-align: left;
	color: #fff;
	margin-left: 15px;
	margin-top: 15px;
}
/* -------------------------------------------------- */

/* ----- 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:#fff; font-weight:normal;}
div.von a:visited {font-size:7pt; text-decoration:underline; color:#fff; font-weight:normal;}
div.von a:hover {font-size:7pt; text-decoration:none; color:#fff; font-weight:normal;}
div.von a:active {font-size:7pt; text-decoration:underline; color:#fff; font-weight:normal;}
/* -------------------------------------------------- */

/* ----- Formatierung für die Links in der Galerieübersicht ----- */
.overview a:link {font-size:11px; text-decoration:none; color:#000; border-bottom: 1px dotted rgb(180, 180, 180); }
.overview a:visited {font-size:11px; text-decoration:none; color:#000; border-bottom: 1px dotted rgb(180, 180, 180);}
.overview a:hover {font-size:11px; text-decoration:none; color:#000; border-bottom: 1px dotted rgb(180, 180, 180);}
.overview a:active {font-size:11px; text-decoration:none; color:#000; 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:#000; border-bottom: 1px dotted rgb(180, 180, 180);}
/* -------------------------------------------------- */

/* ----- Formatierung für alle übrigen Links ----- */
a:link {font-size:11pt; text-decoration:underline; color:#fff; font-weight:bold;}
a:visited {font-size:11pt; text-decoration:underline; color:#fff; font-weight:bold;}
a:hover {font-size:11pt; text-decoration:none; color:#fff; font-weight:bold;}
a:active {font-size:11pt; text-decoration:underline; color:#fff; 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:#fff; font-weight:bold;}
/* -------------------------------------------------- */
table.contentOver td {padding: 1px; margin: 0px;}
