body#canvas, html {
	background-color: green;
/*	color: rgb(0,8,0);*/
	color: gold;
	background-image: url("rrnatC-BG.png");
	background-repeat: repeat;
}

a:link { color: yellow; }
a:visited { color: gold; }
a:active, a:focus { color: red; }
a#skiplink { color: grey; text-decoration: underline; }

/*********************************************************************/

/*********************************************************************/
div#banner, div#navigation, div#contentinfo, div#main {
/*	background-image: url("silver.png");*/
	background-image: url("brushed3.png");
	background-repeat: repeat;
	border: solid thin gold;
}

/*********************************************************************/

div#navigation {
}
div#navigation button {
	background-color: green;
	border: none;
	background-image: url("button/stdnav.png");
	background-position: top;
	width: 151px;
	height: 22px;
	font-size: 12px;
	color: gold;
}
div#navigation button:hover,
div#navigation button:focus,
div#navigation button:active {
	background-position: bottom;
	color: yellow;
}
div#navigation fieldset,
div#nav fieldset {
}
	
/*********************************************************************/

div#main {
}
div#main th {
	background-color: green;
}
div#main hr {
	background-color: black;
	color: gold;
	border: outset medium gold;
}	

div#main h1, div#main h2, div#main h3 {
	background-image: url("../Erz/black05.png");
	background-repeat: repeat;
}
div#main h4, div#main h5, div#main h6 {
}
div#main h1 a:link,
div#main h2 a:link,
div#main h3 a:link {
}
div#main h4 a:link,
div#main h5 a:link,
div#main h6 a:link {
}
div#main h1 a:hover,
div#main h2 a:hover,
div#main h3 a:hover {
}
div#main h4 a:hover,
div#main h5 a:hover,
div#main h6 a:hover {
}
div#main h1 a:focus, div#main h1 a:active,
div#main h2 a:focus, div#main h2 a:active,
div#main h3 a:focus, div#main h3 a:active,
div#main h4 a:focus, div#main h4 a:active,
div#main h5 a:focus, div#main h5 a:active,
div#main h6 a:focus, div#main h6 a:active {
}
div#main dl.profile dt[id] {
	border-bottom: solid thin black;
}

div#contentinfo {
}

/********************************************************************************/
/* 	Brotkrumennavi	 							*/
ul.breadcrumb li {
	font-family: sans-serif;
	font-size: 80%;
}

p.code, code.listing { 
}

p.styleinfo#Green {
	display: block;
}
