a:focus { 
	outline: none;
}

html, body {
	width: 98%;
	height: 98%;
	background-color: #000000;
	background-image: url(../bilder/hintergrund/hgfarbe.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	position: absolute;
	left: 50%;
	margin-left: -500px;
	width: 1000px;
	top: 50%;
	margin-top: -300px;
	height: 600px;
	z-index: 1;
	background-image: none;
	border: thick solid #FFFF00;
	background-color: #FFFFFF;
}

#schriftzug{
	position:absolute;
	width:60px;
	height:475px;
	z-index:2;
	background-image: url(../bilder/hintergrund/schriftzug.jpg);
	border: thin none #000000;
	top: 60px;
	right: 205px;
}

#inhalt{
	position:absolute;
	width:720px;
	height:590px;
	z-index:7;
	border: 1px none #000000;
	left: 10px;
	top: 0px;
	color: #000000;
	font-family: "Comic Sans MS";
}

#inhaltscroll{
	position:absolute;
	width:720px;
	height:590px;
	z-index:4;
	border: 1px none #000000;
	left: 10px;
	top: 0px;
	color: #000000;
	font-family: "Comic Sans MS";
	overflow: scroll;
}

#nebeninfo{
	position:absolute;
	width:200px;
	height:600px;
	z-index:5;
	border: 1px none #000000;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	right: 5px;
	text-align: right;
}

#engelhintergrund{
	position:absolute;
	width:195px;
	height:113px;
	border:1px none #000000;
	z-index:6;
	right: 0px;
	bottom: 0px;
	background-image: url(../bilder/hintergrund/engelhintergrund.gif);
	background-repeat: no-repeat;
}

#ritterinnen{
	position:absolute;
	width:251px;
	height:288px;
	border:1px none #000000;
	z-index:3;
	left: 0px;
	bottom: 0px;
	background-image: url(../bilder/hintergrund/ritterinnen.gif);
	background-repeat: no-repeat;


}

