body {
	margin-top: 1em;
	background: #ff0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	font-size: 80%;
	line-height: 1.4em;	
}

a {
	color: #006;
	text-decoration: none;
}
a:hover {
	color: #f60;
	text-decoration: underline;	
	
}
#all {
	position: relative;
	width: 760px;
	margin: 0 auto;
	border: 5px solid #F60;
	background: #fff;	
}
#inhalt {
	padding: 0 4em;
	text-align: left;	
}
h1, h2 {
	color: #B230FF;
	font-size: 1.7em;	
}

h3 {
	font-size: 1.4em;
	color: #660033; 
}
.pic {
	border: 5px solid #f60;
}
.rechts {
	text-align: right;
}
.rechts span {
	background: #ff0;
	border: 2px solid #f60;
}