#page {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/content_mitte_other.png) repeat-y;
}

#page-top {
	
	background: url(images/content_oben_other.png) no-repeat left top;
}

#page-bottom {

	background: url(images/content_unten_other.png) no-repeat left bottom;
}

#content {

	width: 680px;
	padding: 40px 50px 30px 60px;
}

#content h2 {
	margin: 0;
	padding: 20px 0 10px 0;
	border-bottom: 1px dotted #CFCFCF;

	font-size: 24px;
	font-weight: normal;
}

#sidebar {
	position:absolute;
	top:-5555px;
	left:-5555px;
	width: 250px;
	padding: 20px 0 0 20px;
	
}
