body{
    min-height: 100%; 
    font-family: 'DroidSerif';  	
    font-size: 20px;
}

.überschrift-part1{
	margin-left: 120px;
}
.überschrift-part2{
	margin-top: -20px;
	margin-left: 165px;
}

 .überschrift-part1,
 .überschrift-part2{
 	font-family: 'DroidSerif';
	font-weight: bold;
	font-size: 20px;
 }
.liste {
	margin-left: 40px;
	text-align: justify;
	
}
#begriffe-liste{
	margin-left: 60px;
	/*list-style-type: none;*/
	
}
a:link,
a:visited{
	text-decoration: none;
	color:#000000;
}
a:hover{
	color: #008000;
}
