* {
	margin: 0px; /*Die Außenabstände ALLER HTML-Objekte werden auf Null gesetzt*/
}
body {
	background-color: #28281e;
	font-family: Verdana;
	font-size: 10px;
}
#rahmen {
	background: #6e645a;
	height: 250px;
	position: relative;
	top: 170px;
	/*border:red 10px solid;Didaktisch*/
}

#inhalt {
	height: 250px;/*Didaktisch 240*/
	width: 375px;
	padding:0px 275px 0px 125px;
	margin: 0px auto 0px auto;
	background-image: url("bilder/hg.jpg");
	background-repeat: no-repeat;
	/*border:blue 5px dashed; Didaktisch*/
  }
  #nav {
  	text-align: right;
	padding: 30px 0px 0px 0px;
  }
h1 {
	font-size: 16px;
	margin: 20px 0px 5px 0px;
}
.autor {
	color: #0000ee;
	text-align: right;
	margin: 10px 0px 0px 0px;
}

