 

@CHARSET "UTF-8";

* html #page {height:100%;}
#page {
margin:0 auto;
min-height:100%;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	padding-bottom: 70px;
}

#header {
	position: relative;
	height: 170px;
}

	#logo {
		background:url("../images/logo.jpg") no-repeat;
		width: 203px;
		height: 24px;
		position:absolute;
		top: 39px;
		left: 19px;
	}
	#logo span {display:none;}

	#portal {
		width: 369px;
		height: 24px;
		position: absolute;
		top: 48px;
		right: 32px;
		font-size: 14px;
		font-weight: bold;
	}

	#leiste {
		background:url("../images/leiste.jpg") no-repeat;
		width: 1000px;
		height: 81px;
		position:absolute;
		top: 88px;
	}

#main {width: 100%;}
#center_col {padding: 15px 5px 5px 5px;}

#footer {
	background: url("../images/footer.jpg") repeat-x;
	height: 29px;
	margin: -55px auto 0;
	padding: 13px 0;
	text-align: center;
	width: 100%;
	font-weight: bold;
}

