body { 
	font-family: Verdana, sans-serif; 
	color: #000000; 
	background: #ACACA4;
	}
	
table { 
	font-family: Verdana, sans-serif; 
	font-size: 0.95em; 

}

a:link, a:active, a:visited { 
	color: #3F3F3F; 
	text-decoration: none;
	}
a:hover { 
	color: #FF9933; 
	text-decoration: none; 
	}

#topbox {
	margin-top: 10%;
	background: #dedccd;
	margin-right: 10%;
	margin-left: 10%;
	border: 2px solid #FFFFFF;
	}

#lbox {
	background: #ece9d8;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #000000;
	}
	
.beispiel_linie {
	border-bottom:1px dotted #5C5C5C;
	margin-bottom:15px;
}