body{
  font-family: Arial;
  font-size: 16px;
  margin: 40px;
}

#intro {
  width: 600px;
  margin-top: 40px;
  line-height: 18px;
  font-size: 14px;
	}
#body {
  width: 600px;
  margin-top: 40px;
	}

#body h1 {
	font-size: 20px;
}
#body h3{
	color: #800;
	margin-top: 30px;
}

#body h4{
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic;
  margin-left: 30px;
}
#body h5{
  font-size: 14px;
  margin-bottom: -10px;
}
#body p{
	margin-left: 5px;
	margin-bottom: -5px;
	line-height: 22px;
}

#body ul{
	list-style-type: none;
	margin-left: -40px;
}
#thema, #dthema {
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 28px;
  margin-top: 0px;
}
#dthema {
	margin-left: 0px;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 28px;
  margin-top: 0px;
}
.quelle{
	font-size: 14px;
	font-style: italic;
	margin-top: 5px;
}



a {
	text-decoration: none;
	color: #800;
}

a:hover {
	color: red;
}

