    body {
        background-color:black;
		margin: 0px;
		text-align: center; /* Zentrierung im Internet Explorer */
        color:black;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;

    }

	#frame {
		margin: auto; /*standardkonforme horizontale Zentrierung */
		position:relative;
		width:1005px;
		height: 622px;
		overflow:visible;
		clear: both;
		border: 1px solid #838588;
		/* border: 1px solid #838588; */
		background-color: black;
		text-align: left; /*Seiteninhalt wieder links ausrichten */
	}

	
	html>body #frame {width: 1003px; height: 620px;z-index: 10000;}
	
	
	#startlink {
		position: absolute;
		top: 75px;
		left: 72px;
		border: 0px;
	}

	#startlink a:link {
		text-decoration: none;
		border: 0px;
	}

	#startlink a:visited {
		text-decoration: none;
		border: 0px;
	}

	#startlink a:hover {
        text-decoration: none;
		border: 0px;
	}

	#startlink a:active {
        text-decoration: none;
		border: 0px;
	}

	
	#topnav {
		position: absolute;
		top: 226px;
		left: 0px; 
		font-size: 12px;
		z-index: 10000;
	}

	#topnav a:link {
		text-decoration: none;
		border: 1px;
		color: white;
		z-index: 1000000;
	}

	#topnav a:visited {
		text-decoration: none;
		border: 0px;
		color: white;
	}

	#topnav a:hover {
	    text-decoration: none;
	    border: 0px;
	    font-size: 12px;
	    color: #c0a675;
	}

	#topnav a:active {
    	 text-decoration: none;
    	 border: 0px;
    	 font-size: 12px;
    	 color: #c0a675;
	}
	
	
	#subnav {
		position: absolute;
		top: 0px;
		left: 900px;
		font-size: 11px;
		z-index: 100;
	}

	#subnav a:link {
		text-decoration: none;
		border: 0px;
		color: white;
	}

	#subnav a:visited {
		text-decoration: none;
		border: 0px;
		color: white;
	}

	#subnav a:hover {
	    text-decoration: none;
	    border: 0px;
	    color: #c0a675;
	}

	#subnav a:active {
    	 text-decoration: none;
    	 border: 0px;
    	 color: #c0a675;
    	 font-weight: bold;
	}
	
	#text {
		position: absolute; 
		top: 285px; 
		left: 81px; 
		width: 442px;
		color: white;
		line-height: 16px;
	}
	
	#scroll {
		position: absolute;
		top: 285px;
		left: 81px;
		width: 442px;
		height: 161px;
		overflow: auto;
		z-index: 1000;
		text-decoration: none;
		font-size: 11px;
		padding-left: 25px;
		line-height: 15px;
	}
	
	html>body #scroll {width: 415px; height: 162px;}
	
	#link {
		position: absolute;
		left: 473px;
		font-size: 12px;
	}

	#link a:link {
		color: white;
		text-decoration: none;
	}

	#link a:visited {
		color: white;
		text-decoration: none;
	}

	#link a:hover {
		color:#c0a675;
        text-decoration: none;
	}

	#link a:active {
        text-decoration: none;
		color:#c0a675;
	}
	
	
	