body
	{
	margin: 0;
	padding: 0;
	font-family: Arial,verdana, sans;
	font-size: 12px;
	color: #000000;
	}
#content
	{
	margin-top: 100px;
	margin-left: 150px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 1em;
	}
#header
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #9FAAAE;
	background-image: url(/theme/hennlich2007/pic/h_bg.jpg);
	}
#sidebar-left
	{
	background:#9FAAAE;
	position: absolute;
	top: 100px;
	bottom: 0em; /* Operas 5 + 6 shouldn't see this property */
	left: 0;
	width: 150px;
	overflow: auto;
	font-size: 11px;
        
	overflow: hidden;
	}


#sidebar-right
	{
        background: url(/theme/hennlich2007/pic/jobb-cimke-ceginfo.gif) no-repeat;
  background-repeat:no-repeat;
  ackground-attachment:fixed;
  background-position:0px 100px;

	position: absolute;
	top:  0;
	right: 0;
	bottom: 0;
	overflow: auto;
	width: 30px;
	}
#footer
	{
	background:#ae1e1e;

	position: absolute; /* Operas 5 + 6, need this to be relative */
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5em;
	}
#footer h4
	{
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	}
/*\*/
body>#header, body>#sidebar-left, body>#footer
	{
	position: fixed;
	}

