#content {
	position:inherit;
		padding:0px 0px;
	font-size:120%;
		width:64%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #000000;
}
#content h3 {
	margin-top:1px;
	font:80% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #ababab;
	border-top:1px solid #ababab;
	padding:10px;
	background:#EBEAEA;
}

#content h4 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

#content h1,h2,h3,h4,p,ul,ol {
	margin:15px 0;
	line-height:20px;  /* wichtig: ändert Zeilenabstand für den gesamten Text im Content */
}

code {
	background:#f6f6f6;
}
