/*** HINTERGRUNDFARBEN ***/

body {
/*** Hintergrundfarbe allgemein ***/
	background-color: #1c1c1c;
}

div.picture, td.preview {
/* Hintergrundfarbe für Bilder*/
	background-color: #383734;
}

div.inner_area, ul.folderlist, #info {
/* Hintergrundfarbe für Bildbeschreibung etc. */
	background-color: #383734;
}

/*** UMRANDUNGEN ***/

#area_right, #area_left, #area_main {
/* Äußeren Rahmen */
	border-color: #c3cccc;
}

div.picture, div.gallery_item div.picture {
/* Bilderrahmen */
	border-color: #c3cccc;
}

div.picture:hover, div.gallery_item div.picture:hover {
/* Bilderrahmen (mouse-over) */
	border-color: #fff;
}

/*** SCHRIFTFARBEN ***/

body {
/* Schriftfarbe allgemein */
	color: #aaa;
}

div.inner_area, ul.folderlist, #info {
/* Schriftfarbe für Bildbeschreibung etc. */
	color: #aaa;
}

#navi_main a:link, #navi_main a:visited, #navi_top a:link, #navi_top a:visited, #navi_bottom a:link, #navi_bottom a:visited, #navi_pages a:link, #navi_pages a:visited, #navi_contact a:link, #navi_contact a:visited {
/* Schriftfarbe für Menüpunkte */
	color: #c9cccc;
}

#navi_main a:hover, #navi_main a:active, #navi_top a:hover, #navi_top a:active, #navi_bottom a:hover, #navi_bottom a:active, #navi_pages a:hover, #navi_pages a:active, #navi_contact a:hover, #navi_contact a:active {
/* Schriftfarbe für Menüpunkte (mouse-over) */
	color: #fff;
}

span.active {
/* Schriftfarbe für aktive (aufgerufene) Menüpunkte */
	color: #ffff00;
}

a:link, a:visited, #navi_portions a:link, #navi_portions a:visited {
/* Schriftfarbe für Links im Fließtext */
	color: #94ebff;
}

a:hover, a:active, #navi_portions a:hover, #navi_portions a:active {
/* Schriftfarbe für Links im Fließtext (mouse-over) */
	color: #fff;
}

a.lb:link, a.lb:visited {
/* Schriftfarbe für LB-Buttons */
	color: #ff9933;
}

a.lb:hover, a.lb:active {
/* Schrift-/Hintergrundfarbe für LB-Buttons (mouse-over) */
	color: #ff0000;
	background-color: #ddd;
}

#subjects a:link, #subjects a:visited {
/* Schriftfarbe für Themenlinks auf Startseite */
	color: #c9cccc;
}

#subjects a:hover, #subjects a:active {
/* Schriftfarbe für Themenlinks auf Startseite (mouse-over) */
	color: #fff;
}

input[disabled], select[disabled], textarea[disabled] {
/* Schriftfarbe für inaktive Buttons */
	color: #555;
}

table#products tr.active {
/* Schriftfarbe für ausgewähltes Produkt */
	color: #eee;
}

table#products tr:hover {
/* Schriftfarbe für ausgewähltes Produkt (mouse-over) */
	color: #000;
}

