@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
}
body {
	margin: 0px;
}
#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(../img/navi_hintergrund.gif);
	background-position:top;
	background-repeat:no-repeat;
	width:906px;
	margin-left:auto;
	margin-right:auto;
}
#content {
	padding-bottom: 5px;
}
#content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

