/*** HINTERGRUNDFARBEN ***/

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

#area_right, #area_left {
/* Hintergrundfarbe für Quadrate */
	/*background-color: #403E3E*/;
}

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

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

/*** UMRANDUNGEN ***/

#area_right, #area_left, #area_main {
/* Äußeren Rahmen */
	border-color: #D4D2D2;
	border-width: 2px;
}

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

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

/*** SCHRIFTFARBEN ***/

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

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

#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 Navigationsbuttons */
	color: #94ebff;
}

a:hover, a:active, #navi_portions a:hover, #navi_portions a:active {
/* Schriftfarbe für Navigationsbuttons (mouse-over) */
	color: #fff;
}

div.inner_area a:link, div.inner_area a:visited, ul.folderlist a:link, ul.folderlist a:visited, #info a:link, #info a:visited {
/* Schriftfarbe für Links im Fließtext */
	color: #000085;
}

div.inner_area a:hover, div.inner_area a:active, ul.folderlist a:hover, ul.folderlist a:active, #info a:hover, #info a:active {
/* Schriftfarbe für Links im Fließtext (mouse-over) */
	color: #000085;
	background-color: #D4D2D2;
}

#keywordlist a:link, #keywordlist a:visited {
/* Schriftfarbe für Links im Fließtext (mouse-over) */
	color: #403E3E;
}

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

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: #000;
}

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

