/* deze container plaatst zichzelf in het midden van het scherm en heeft een breedte van 1000px*/
#container {
	text-align: center;
	background-color: transparent;
	margin:0;
	padding: 0;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 0px;
	height: 500px;
	width: 1000px;
	border: 0;
/*	overflow: auto;*/
	}


#menu {
	z-index:			998; 
	border:				0px solid #666; 
	position:			absolute; 
	left:				177px; 
	top:				172px;
	width:				250px; 
	background-color:	transparent;
	text-align: right;
	margin: 0;
	padding: 0;
/*	background: transparent url(../images/menu-achtergrond-trans.png) no-repeat 0px 0px;*/
}


#hoofdtekst {
/*	background: transparent url(../images/hekwerkje-trans.png) no-repeat 0px 0px;*/
	z-index: 			999;
	border: 			0; 
	position: 			absolute; 
	left: 				450px; 
	top: 				135px;
	padding-bottom:		20px;
	padding-right: 		20px;
	width: 				429px;
	text-align:			left;
	/*height: 490px;*/
	background-color: 	transparent; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	/* Actual value for conformant browsers */	
	width: 				409px;
	/*overflow: auto;*/
	}

html>#hoofdtekst {
	width: 				409px;
	/* Be nice to Opera */
	}

#designkeuze {
	z-index: 			1001; 
	position: 			absolute; 
	left: 				11px; 
	top: 				300px;
	width: 				200px; 
	text-align: 		left;

}

#bovenin {
	z-index: 			1001; 
	position: 			absolute; 
/*	left: 				287px; 
	top: 				9px;*/
	left: 				247px; 
	top: 				28px;	
	width: 				200px; 
	text-align: 		right;

}


/* plaatje boven de hoofdtekst*/
#afdekkertje {
position: fixed;
z-index: 1000; top: 0; left: 513px;
}


/* plaatsing van het usermenu */
#usermenu {
position: absolute;
left: 0px;
top: 100px; 
}




/*****************************begin plaatsing front end wysiwyg    *******************************************
************************************************************************/



.adminform {
border: 7px solid #000;
position: absolute;
top: -40px;
left: -300px;
z-index: 10000000;
background-color: #ccc;
}

#publish-page {
border: 7px solid #000;
position: absolute;
top: 1900px;
left: -500px;
z-index: 10000000;
background-color: #fff;
display: block;
}

#images-page {
display: none;
}

#content-pane {
display: none;
}


/************** einde plaatsing front end wysiwyg   **********************************************************
************************************************************************/
