* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	margin: 0;
	padding: 0;
	top: 0;
	font-size: 101%;
	width: 100%;
	height: 100%;
	text-align: center;
	/*background: url(blau_top.gif) repeat-x 0 0;*/		
}

body {
	background: url(blau_top.gif) repeat-x 0 0;		
	width: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	min-height: 100%;
	height: auto;
	height: 100%;
	margin-top: 0;
	margin-bottom: -103px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;	
}
body>#wrapper{
	height: auto;
	text-align: left;
}

html>body #minHeight {
  float: left;
	width: 0px;
	height: 100%;
	margin-bottom:-103px;
}

#wrapper, #headerarea {
	width: 883px;	
}

#contentarea, #footerarea {
	width: 723px;
	margin-left: 80px;
	margin-right: 80px;		
}

#contentarea {
	background: url(background.gif) repeat-y;
}

#headerarea {
	height: 235px;
	/*background: url(img/bgd_header.jpg) no-repeat;*/
}

#footerarea {
	margin: 0px auto;
	/*background: url(img/bgd_main.gif) repeat-y scroll 0%;*/
	position: relative;
  clear: both;
  height: 103px;
}
