* { margin: 0; padding: 0; }
body { font: 76%/1.5 Arial, Helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
table { border: 0; border-collapse: collapse; }
fieldset { border: 0; }
ul { list-style: none; }
img, object, embed { display: block; border: 0; }
address { font-style: normal; }
:focus { outline: 0; }

html, body { width: 100%; height: 100%; }
body {
	background: #780404 url(../img/hintergrund.jpg) repeat-x center top;
}
body, a { color: #cab470; }

#page {
	margin: 0 auto;
	width: 1002px;
	height: 100%;
}
	#stageWrapper {
		width: 1004px;
		height: 576px;
		padding: 32px 36px 39px 35px;
		background: url(../img/schatten.png);
	}
		#stage {
			width: 1002px;
			height: 574px;
			border: 1px solid #897a48;
		}
			#content {
				width: 966px;
				height: 538px;
				margin: 18px;
				overflow: auto;
			}
				.notice {
					margin-bottom: 1.667em;
					font-size: 0.9em;
					line-height: 1.667em;
				}
				h1 {
					margin-bottom: 1em;
					font-size: 1.5em;
					line-height: 2em;
				}
				h2, h3, h4, p, ul {
					margin-bottom: 1.5em;
				}

