#content div.post_content h2 {
	line-height: 1.2em;
}
#content div.post_content a.demo_button,
#content div.post_content a.demo_reset{
	color: #fff;
}
.demo_absatz4 ,
.demo_absatz1 ,
.demo_absatz2 ,
.demo_absatz3 {
	display: none;
	padding: 10px 20px;
	border: 1px solid #ccc;
	color: #000;

	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.braun{
	color: #fff;
	background-color: #847d6b;
	border-top: 15px solid #212421;
}
a.demo_button {
	padding: 4px 8px 4px 10px;
	background-color: #c6c700;
	color: #fff;
	font-weight: bold;

	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	text-decoration: none;
}

a.demo_reset {
	margin-left: 20px;
	padding: 4px 8px 4px 10px;
	background-color: #212421;
	color: #fff;
	font-weight: bold;

	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	text-decoration: none;
}

