    body {
        background-color: #3e3d40;
		margin: 0px;
		text-align: center; /* Zentrierung im Internet Explorer */
        color:black;
		font-size: 14px;
		font-family: 'Average Sans', sans-serif;
		color: #585858;
		line-height: 16px;
    }

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

	html>body #frame {width: 990px; height: 3020px;}
	
	
	#startlink {
		position: absolute;
		top: 70px;
		left: 340px;
		border: 0px;
		z-index: 1;
	}

	#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;
	}

	.std {
	font-size: 11px;
	color: black;
	text-decoration: none;
	}


	#h1, #h2, #h3, #h4, #h5  {
		height: 25px;
		width: 80px;
		padding-top: 20px;
		font-size: 14px;
		color: #585858;
		z-index: 5;
		font-weight: bold;  
		text-align: left; 
		display:block; 
	}

	#h1, #h2, #h3, #h4, #h5, a:link {
		text-decoration: none;
		color: #585858;
		font-weight: bold;
		text-align: left; 
		display:block;
	}

	#h1, #h2, #h3, #h4, #h5, a:visited {
		text-decoration: none;
		color: #585858;
		width: 80px; 
		height: 25px;
	}

	#h1, #h2, #h3, #h4, #h5, a:hover {
		text-decoration: none;
    	border: 0px;
    	color: #c0a675;  
		display: block;
	}

	#h1, #h2, #h3, #h4, #h5, a:active {
    	text-decoration: none;
    	border: 0px;
    	color: #c0a675;
	}



	
	
	
	
	#m1 {
		color: #585858; 
		width: 140px; 
		font-size: 13px;
		line-height: 45px;
		padding-top: 0px;
		padding-left: 15px;
		padding-bottom: 0px;
	}

	#m1 a:link {
		text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m1 a:visited {
		text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m1 a:hover {
	    text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m1 a:active {
    	 text-decoration: none;
    	 border: 0px;
		 font-size: 13px;
       	 color: #585858;
	}
	
	#m2 {
		color: #585858; 
		width: 340px; 
		font-size: 13px;
		line-height: 45px;
		padding-top: 0px;
		padding-left: 15px;
		padding-bottom: 0px;
	}

	#m2 a:link {
		text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m2 a:visited {
		text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m2 a:hover {
	    text-decoration: none;
	    border: 0px;
		font-size: 13px;
	    color: #585858; 
	}

	#m2 a:active {
    	 text-decoration: none;
    	 border: 0px;
		 font-size: 13px;
       	 color: #585858;
	}


	#headline {
		color: #c0a675;
		font-size: 18px;
		font-family: 'Sarina', cursive;
	}
	
	
	#scroll {
		position: absolute;
		top: 428px;
		left: 72px;
		width: 572px;
		height: 161px;
		overflow: auto;
		z-index: 1000;
		text-decoration: none;
		font-size: 11px;
		padding-left: 25px;
		line-height: 15px;
	}
	
	html>body #scroll {width: 547px; height: 162px;}
	
	
	
