* {
/*	padding:0;
	margin:0
	*/
}
body {
	background-color: #ffdf7d;
	margin-top:0
	}
div#rahmen {
	position:relative;
	color: #5a1c00;
	/* font-family: "Times New Roman", Times, serif; */
	font-family: 'Open Sans';
	font-size: 16px;
	margin:0 ;
	background-color: #FFF;
	width: 1000px !important;
	width /**/: 1000px;
	margin-left: auto;
	margin-right: auto;	
}
div#content {
	width: 850px;
	min-height:500px;
	background-image:url(hintergrund.gif);
	padding: 0 50px 0 100px

}
.ueberschrift {
	/* font-family: "Times New Roman", Times, serif; */
	font-family: 'Open Sans';
	font-size: 24px;
	font-weight: bold;
	color: #b1d6ff;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption-text {
	font-weight: bold;
	text-align: center;
}
img {border: 0px;}