/**
 *
 * Grid Styles for Pahnke.de
 * 14/10/2008
 *
 */
.wrapper {
	width:800px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
#content {
	height:400px;
	width:1000px;
	margin:0 auto;
	visibility:hidden;
	clear:both;
}
#content-small {
	height:400px;
	width:800px;
	margin:0 auto;
	visibility:hidden;
	clear:both;
}
#footer {
	width:100%;
	text-align:center;
	height:80px;
	position:absolute;
	bottom:0;
	left:0;
	overflow: hidden;
}
