/* StartAdmin template */

/* 
- common: altalanos formazasok beallitasok
- page : oldalszelesseg, pozicio
- header + menu : fejlec es a vizszintes menu
- content + vmenu : tartalom elosztas + fuggoleges menu
- footer : lablec
*/



/********************************************************************************* content section */

#content {
width:1000px;
color: #000000;
}

#content_header{
display:none;
}

#content_body{
}

/********************************************************************************* content_right section */

#content_right{
	float:right;
/*	height:470px;*/
	width:485px;
}
#content_right_header{
	display:none;
}
#content_right_body{
/*	height:470px;*/
	width: 490px;
}

#content_right_footer{
	display:none;
}

/********************************************************************************* content_right section */

#content_left{
	float:left;
/*	height:470px;*/
	width:485px;
}

#content_left_header{
	display:none;
}

#content_left_body{
	/*height:470px;*/
	width: 490px;
}

#content_left_footer{
	display:none;
}
      