/*---------------------------------//
//
//  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 {
	color: #474D5B;
	font: bold 1em verdana, arial, hevetica, sans-serif;
	margin: 0;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #333;
}
/* -------------------------------------------------- */

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

/* ----- Tabellenzellen für die Galerieübersicht und die Vorschauseite ----- */
table.overview { width: 100%; }
table.overviewMain td { border-width:1px; border-style:solid; border-color: #f3f2eb; background-color:#fafaf8; }
.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;}
/* -------------------------------------------------- */

td.seitenzahl {
    text-align:left;
    padding-left:26px;
}
/* special for IE 7 */
*:first-child+html td.seitenzahl {
    text-align:left;
    padding-left:7px;
}
/* special for IE 6 */
* html td.seitenzahl {
    text-align:left;
    padding-left:7px;
}

/* ----- Formatierung für die Links in der Galerieübersicht ----- */
.overview a:link, 
.overview a:visited, 
.overview a:hover, 
.overview a:active,
font.blaetern a {
    font-size:100%; text-decoration:none; color: #0462A6; font-weight: normal;
}
/*font.blaetern a { font-size: 13px; padding-left: 10px; }*/

/* ---- Schrift in der Vorschau wenn kein Bild vorhanden (gleicher Text wie in der Galerieübersicht) ---- */
font.kein_bild {font-size:100%; text-decoration:none; color: #336E99; }
/* -------------------------------------------------- */


/* ----- Formatierung für die aktuelle Seitenzahl in der Vorschau (abhängig von den "übrigen Links") ----- */
font.blaetern,
a.galerie {font-size:100%; text-decoration:none; color:#0462A6; font-weight: bold;}


.content td .blaetern, 
.content td .blaetern a, 
.content td a { font-size: 13px; margin-right: 5px; } 

/* -------------------------------------------------- */
table.contentOver td {
    padding: 1px; 
    margin: 0px;
}

#container {
	position: absolute;
	width: 895px;
	height: 527px;
	left: 0; 
	top: 40px;
	text-align: left;
	background-color: #F3F2EB;
	z-index: 1;
}

#contents {
		position: absolute;
		width: 700px;
		height: 420px;
		top: 103px;
		left: 173px; 
		margin: 0;
		z-index: 3;
		overflow: auto;
		/* scrollbar einfaerben - works only in IE */
		scrollbar-face-color: #E6E5DE;
		scrollbar-highlight-color: #fff; 
		scrollbar-track-color: #F9F8F6; 
		scrollbar-darkshadow-color: #fff;
		scrollbar-shadow-color: #939497; 
		scrollbar-3dlight-color: #939497; 
		scrollbar-arrow-color: #939497;
		/*border: 1px solid green;*/
	}