/*
	Copyright (c) 2001 - 2002 by Georg Maaß
	
	This stylesheet is used by the gmL module help system and also by
	the DHTML tutorial.

	This stylesheet contains only color information.
*/
.pageinfo,
#pageinfo,
#gminfo,
#ujainfo
{
	background-color:#ffffd0;
	color:#000000;
	border-color:#000000;
}

.bau
{
	background-color:#ffffd0;
	color:#ff0000;
	border-color:#ff0000;
}

div.legende
{
	background-color:#f8f8f8;
	color:#000000;
	border-color:#000000;
}

div#language div#languageON,
div#language
{
	background-color:#f0f0f0;
	border-color:#808080;
}

.screen
{
	background-color:#f0f0f0;
	layer-background-color:#f0f0f0;
}

/*
	This is intended to draw a grey shadow to the bottom right of the titles on each
	chapter intro page, but at least on Mozilla 0.9.7 it is not supported, so I don't
	know how it looks, if it really works.
*/
.title
{
	text-shadow:3px 3px 10px #808080;
}

.zwarngross A,
.warngross A,
.warn A,
a.warn
{
	color: #b0ffb0;
}

.zwarngross A:visited,
.warngross A:visited,
.warn A:visited,
a.warn:visited
{
	color: #80ff80;
}

.zwarngross A:active,
.zwarngross A:focus,
.warngross A:active,
.warngross A:focus,
.warn A:active,
.warn A:focus,
a.warn:active,
a.warn:focus
{
	color: #0000ff;
}

.zwarngross A:hover,
.warngross A:hover,
.warn A:hover,
a.warn:hover
{
	color: #00ff00;
}