/* GENERAL STYLES */
/********* Umbraco Editor view  *********/
#holderBody 	{ background: #fff; }
#holder 	{ border: 1px solid #ccc; padding:10px; margin:5px; text-align:left; font-size:10px; }

/********* Ryslingevalgmenighed *********/
body, html { 
	margin:0px;
	background-color:#fff;
}
img {
	border:none;
}
.content {
	float:left;
	width:580px;
	position:absolute;
	top:120px;
	left:180px;
	height:430px;
	overflow:auto;
}
.menu {
	float:left;
	width:180px;
	position:absolute;
	left:10px;
	top:150px;
}


/* EDITOR PROPERTIES */

