
	html[xmlns^="http"] {
		/* verhindert Mozilla-Zucken
		 * > Firefox 1.5
		 */
		overflow-y: scroll;
	}
	
	html {
		background-color:#000000;
		background-image:url(/images/bg.jpg);
		background-position:center top;
		background-repeat:repeat-y;
		color:#555555;
	}
	
	body {
		font-family:Georgia, serif;
	}
	
	#midler {
		position:relative;
		width:100%;
		height:100%;
		z-index:1;
	}
	
	#center {
		margin:0 auto;
		position:relative;
		top:0px;
		left:0px;
		width:666px;
		z-index:2;
	}
	
	#maincol {
		position:relative;
		float:left;
		width:666px;
	}

	h1 {
		color:#D8BF6B;
		font-size:94px;
	}

	h2, h3, h4, h5 {
		color:#000000;
	}
	
	#titlebox {
		position:relative;
		float:left;
		clear:both;
		width:666px;
		height:376px;
	}
	
	a {
		text-decoration:none;
		color:white;
		font-size:12px;
	}
	
	.relleft {
		position:relative;
		float:left;
	}
	
	.relright {
		position:relative;
		float:right;
	}
	
	.clearboth {
		clear:both;
	}
	
	.myspace {
		width:222px;
		text-align:center;
	}