body {
	margin:0;
	padding:0;
	background-color: #a0a0a0;
}

p {
  margin:8px;
}

.infotext {
  font-size:14px;
}

#rightsidbar {
  position:fixed;
  top:48px;
  right:24px;
  width:64px;
  z-index:1;
  opacity:0.80;
  filter:alpha(opacity=80);
}

#header {
	position:fixed;
	top:0px;
	left:0px;
	right:0px;
	
	height:32px;
	background:white;
/* 	visibility:hidden; */
}

#menuheader {
	position:fixed;
	top:0px;
	left:0px;

	height:32px;
	width: 220px;
	background:#f8f8d0;
	text-align: center;
}

#contentheader {
	position:fixed;
	top:0px;
	left:220px;
	right: 0px;

	height:32px;
	background-image:url("headerback.png");
	background-repeat:repeat-x;
}




#middle {
	position: fixed;
	top:32px;
	bottom:128px;
	left:0px;
	right:0px;
	background-color:red;
}

#menu {
	position: fixed;
	top:32px;
	left:0px;
	bottom:0px;
	width:220px;
	background-color:white;
	overflow:auto;
}

#content {
	position: fixed;
	top:32px;
	bottom:128px;
	left:220px;
	right:0px;
	background-color:white;
}

#editor {
	position: relative;
	margin:0;
	width:100%;
	height:100%;
	z-index:0;
}





#footer {
	position:fixed;
	bottom:0px;
	left:220px;
	right:0px;
	height:128px;
	background:black;
	color:lightgrey;
	overflow:auto;
/* 	visibility:hidden; */
}



