body.canvas, html {
	background-image: url("fireball-tile2.png");
	background-repeat: repeat;
	background-color: maroon;
	background-attachment: fixed;
	color: rgb(217,217,25);	/* brightgold */
}

a:link { color: yellow; }
a:visited { color: rgb(255, 216, 4); }
a:active { color: yellow; text-decoration: underline; }

input, textarea,
form select { 
	background-color: maroon;
	color: yellow;
}

/********************************************************************************/
/* 	General									*/
div#main, div#banner, div#navigation, div#contentinfo {
/*	background-image: url("fireback.png");*/
	background-color: maroon;
	background-color: rgba(128, 0, 0, 0.7);
	border: outset rgb(255, 216, 4) medium;
}

/********************************************************************************/
/* 	Titelbereich								*/


/********************************************************************************/
/* 	Navigationsbereich 							*/
div#navigation {
	text-align: center;
	color: silver;
}
div#navigation hr {
	background-color: rgb(255, 216, 4);
	border: inset rgb(255, 216, 4) thin;
}
/*
div#navigation ul {
	list-style-type: disc;
	list-style-image: url("firebullet.gif");
	list-style-position: inside;
}
*/
div#navigation button {
	color: rgb(255, 216, 4);
	background-color: rgb(0, 0, 4);
	background-image: url("firebullet.gif");
	background-repeat: no-repeat;
	font-weight: bold;
	border: solid thin rgb(0,0,4);
}
div#navigation button:hover,
div#navigation button:focus {
	border: solid thin maroon;
	color: yellow;
}
div#navigation button.next:hover, div#navigation button.prev:hover,
div#navigation button.next:focus, div#navigation button.prev:focus {
	background-position: bottom;
}
div#navigation select {
	background-color: maroon;
	color: rgb(255, 216, 4);
}
div#navigation fieldset {
	border: 0;
}

/********************************************************************************/
/* 	Hauptbereich (Inhalt)							*/
div#main table, tr, th, td {
	border: solid rgb(255, 216, 4) thin;
	text-align: center;
}
div#main th {
	background-image: url("maroon.png");
}
div#main a, div.item a {
	color: yellow;
}
div#main hr {
	background-color: rgb(255, 216, 4);
	border: outset rgb(255, 216, 4) medium;
	height: 5px;
}

/********************************************************************************/
/* 	Footer									*/

p#Feuer.styleinfo { display: block; }

div#contentinfo,
div#footer {
	padding: 1em;
/*	color: silver;*/
}
div#contentinfo hr {
	background-color: rgb(255, 215, 0);
}

